From c89f3228d30d6e349f99711a753507b24ee57ddc Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 28 Apr 2022 20:13:30 +0200 Subject: [PATCH] Add Apple Dark and Apple Light (#27) * Add Apple Dark and Apple Light Apple Dark and Apple Light themes based on the colors of Apple Human Interface Guidelines. * Create .gitignore Ignore .DS_Store macOS system files. * Darken background color --- .gitignore | 2 + standard/README.md | 2 + standard/apple_dark.yaml | 24 +++++++ standard/apple_light.yaml | 24 +++++++ standard/previews/apple_dark.yaml.svg | 90 ++++++++++++++++++++++++++ standard/previews/apple_light.yaml.svg | 90 ++++++++++++++++++++++++++ 6 files changed, 232 insertions(+) create mode 100644 .gitignore create mode 100644 standard/apple_dark.yaml create mode 100644 standard/apple_light.yaml create mode 100644 standard/previews/apple_dark.yaml.svg create mode 100644 standard/previews/apple_light.yaml.svg diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9bea433 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +.DS_Store diff --git a/standard/README.md b/standard/README.md index 4a11031..126a020 100644 --- a/standard/README.md +++ b/standard/README.md @@ -48,6 +48,8 @@ The [Winter Holiday Theme](https://twitter.com/warpdotdev/status/147415955096184 |Theme name | Preview| | --- | --- | |**[Afterglow](afterglow.yaml)**:|| +|**[Apple Dark](apple_dark.yaml)**:|| +|**[Apple Light](apple_light.yaml)**:|| |**[Argonaut](argonaut.yaml)**:|| |**[Avirage](avirage.yaml)**:|| |**[Ayu Dark](ayu_dark.yaml)**:|| diff --git a/standard/apple_dark.yaml b/standard/apple_dark.yaml new file mode 100644 index 0000000..a4070bf --- /dev/null +++ b/standard/apple_dark.yaml @@ -0,0 +1,24 @@ +# Colors from https://developer.apple.com/design/human-interface-guidelines/ios/visual-design/color/#system-colors +accent: '#FF9F0A' # Accent color for UI elements SwiftUI systemOrange for dark mode +background: '#1c1c1e' # Terminal background color SwiftUI systemGray6 for dark mode +details: darker # Whether the theme is lighter or darker. +foreground: '#FAFAFA' # The foreground color. +terminal_colors: # Ansi escape colors. + bright: + black: '#1C1C1E' # SwiftUI systemGray6 for dark mode + blue: '#007AFF' # SwiftUI systemBlue for light mode + cyan: '#32ADE6' # SwiftUI systemCyan for light mode + green: '#34C759' # SwiftUI systemGreen for light mode + magenta: '#FF2DDE' # SwiftUI systemPink with blue of systemPurple for light mode + red: '#FF3B30' # SwiftUI systemRed for light mode + white: '#F2F2F7' # SwiftUI systemGray6 for light mode + yellow: '#FFCC00' # SwiftUI systemYellow for light mode + normal: + black: '#1C1C1E' # SwiftUI systemGray6 for dark mode + blue: '#0A84FF' # SwiftUI systemBlue for dark mode + cyan: '#64D2FF' # SwiftUI systemCyan for dark mode + green: '#30D158' # SwiftUI systemGreen for dark mode + magenta: '#FF37F2' # SwiftUI systemPink with blue of systemPurple for dark mode + red: '#FF453A' # SwiftUI systemRed for dark mode + white: '#F2F2F7' # SwiftUI systemGray6 for light mode + yellow: '#FFD60A' # SwiftUI systemYellow for dark mode diff --git a/standard/apple_light.yaml b/standard/apple_light.yaml new file mode 100644 index 0000000..2eec8ab --- /dev/null +++ b/standard/apple_light.yaml @@ -0,0 +1,24 @@ +# Colors from https://developer.apple.com/design/human-interface-guidelines/ios/visual-design/color/#system-colors +accent: '#FF9500' # Accent color for UI elements SwiftUI systemOrange for light mode +background: '#E5E5EA' # Terminal background color SwiftUI systemGray5 for light mode +details: lighter # Whether the theme is lighter or darker. +foreground: '#1C1C1E' # The foreground color. # SwiftUI systemGray6 for dark mode +terminal_colors: # Ansi escape colors. + bright: + black: '#1C1C1E' # SwiftUI systemGray6 for dark mode + blue: '#0A84FF' # SwiftUI systemBlue for dark mode + cyan: '#64D2FF' # SwiftUI systemCyan for dark mode + green: '#30D158' # SwiftUI systemGreen for dark mode + magenta: '#FF37F2' # SwiftUI systemPink with blue of systemPurple for dark mode + red: '#FF453A' # SwiftUI systemRed for dark mode + white: '#F2F2F7' # SwiftUI systemGray6 for light mode + yellow: '#FFD60A' # SwiftUI systemYellow for dark mode + normal: + black: '#1C1C1E' # SwiftUI systemGray6 for dark mode + blue: '#007AFF' # SwiftUI systemBlue for light mode + cyan: '#32ADE6' # SwiftUI systemCyan for light mode + green: '#34C759' # SwiftUI systemGreen for light mode + magenta: '#FF2DDE' # SwiftUI systemPink with blue of systemPurple for light mode + red: '#FF3B30' # SwiftUI systemRed for light mode + white: '#F2F2F7' # SwiftUI systemGray6 for light mode + yellow: '#FFCC00' # SwiftUI systemYellow for light mode diff --git a/standard/previews/apple_dark.yaml.svg b/standard/previews/apple_dark.yaml.svg new file mode 100644 index 0000000..40bd752 --- /dev/null +++ b/standard/previews/apple_dark.yaml.svg @@ -0,0 +1,90 @@ + + + + +ls + +dir + + +executable + + +file + + + + +bash ~/colors.sh + +normal: + + +black + + +red + + +green + + +yellow + + +blue + + +magenta + + +cyan + + +white + + +bright: + + +black + + +red + + +green + + +yellow + + +blue + + +magenta + + +cyan + + +white + + + + + +~/project + + +git( + + + main + + + ) + + + + diff --git a/standard/previews/apple_light.yaml.svg b/standard/previews/apple_light.yaml.svg new file mode 100644 index 0000000..bce53eb --- /dev/null +++ b/standard/previews/apple_light.yaml.svg @@ -0,0 +1,90 @@ + + + + +ls + +dir + + +executable + + +file + + + + +bash ~/colors.sh + +normal: + + +black + + +red + + +green + + +yellow + + +blue + + +magenta + + +cyan + + +white + + +bright: + + +black + + +red + + +green + + +yellow + + +blue + + +magenta + + +cyan + + +white + + + + + +~/project + + +git( + + + main + + + ) + + + +