Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions installer/macos/machineid/resources/license.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<html>
<head><meta charset="utf-8">
<meta name="color-scheme" content="light dark">
<style>
body { font-family: -apple-system, Helvetica Neue, sans-serif; font-size: 11px; color: #333; line-height: 1.5; }
h1 { font-size: 15px; color: #111; text-align: center; }
h2 { font-size: 13px; color: #222; margin-top: 12px; }
p.center { text-align: center; }
@media (prefers-color-scheme: dark) {
body { color: #ddd; }
h1 { color: #eee; }
h2 { color: #ccc; }
a { color: #6cb4ff; }
}
</style></head>
<body>
<h1>Apache License<br/>Version 2.0, January 2004</h1>
Expand Down
11 changes: 11 additions & 0 deletions installer/macos/machineid/resources/readme.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<html>
<head><meta charset="utf-8">
<meta name="color-scheme" content="light dark">
<style>
body { font-family: -apple-system, Helvetica Neue, sans-serif; font-size: 13px; color: #333; }
h1 { font-size: 18px; color: #111; }
Expand All @@ -9,6 +10,16 @@
table { border-collapse: collapse; margin: 8px 0; }
th, td { text-align: left; padding: 4px 12px; border-bottom: 1px solid #e0e0e0; font-size: 12px; }
th { color: #555; }
@media (prefers-color-scheme: dark) {
body { color: #ddd; }
h1 { color: #eee; }
h2 { color: #ccc; }
code { background: #3a3a3a; color: #ddd; }
pre { background: #2a2a2a; color: #ddd; }
th, td { border-bottom-color: #444; }
th { color: #aaa; }
a { color: #6cb4ff; }
}
</style></head>
<body>
<h1>Installation Details</h1>
Expand Down
7 changes: 7 additions & 0 deletions installer/macos/machineid/resources/welcome.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<html>
<head><meta charset="utf-8">
<meta name="color-scheme" content="light dark">
<style>
body { font-family: -apple-system, Helvetica Neue, sans-serif; font-size: 13px; color: #333; }
h1 { font-size: 20px; color: #111; }
h2 { font-size: 15px; color: #444; margin-top: 16px; }
code { background: #f0f0f0; padding: 2px 6px; border-radius: 3px; font-size: 12px; }
@media (prefers-color-scheme: dark) {
body { color: #ddd; }
h1 { color: #eee; }
h2 { color: #ccc; }
code { background: #3a3a3a; color: #ddd; }
}
</style></head>
<body>
<h1>machineid &mdash; Machine Identifier</h1>
Expand Down
Loading