Skip to content

Commit f93d1b5

Browse files
authored
add Apple System Colors Light theme (#508)
Signed-off-by: Aaron Ruan <[email protected]>
1 parent 4762ad5 commit f93d1b5

34 files changed

+1181
-0
lines changed

CREDITS.md

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ The Apple Classic theme was created by [Brian Meyer](https://github.com/CodeMonk
2424

2525
The Apple System Colors theme was created by [Jeremy Bahadirli](https://github.com/jeremybahadirli)
2626

27+
The Apple System Colors Light theme was created by [Aaron-212](https://github.com/Aaron-212). It is based on the Apple System Colors theme.
28+
2729
The Arcoiris theme was created by [some random guy](https://github.com/indyandie)
2830

2931
The Argonaut theme was created by [effkay](https://github.com/effkay/iTerm-argonaut)

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,10 @@ Do you want to convert existing iTerm themes to themes for your favorite termina
219219

220220
![Screenshot](screenshots/apple-system-colors.png)
221221

222+
### Apple System Colors Light
223+
224+
![Screenshot](screenshots/apple-system-colors-light.png)
225+
222226
### Arcoiris
223227

224228
![Screenshot](screenshots/arcoiris.png)

Xresources/Apple System Colors Light

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
!
2+
! Apple System Colors Light
3+
!
4+
*.foreground: #000000
5+
*.background: #feffff
6+
*.cursorColor: #98989d
7+
!
8+
! Black
9+
*.color0: #1a1a1a
10+
*.color8: #464646
11+
!
12+
! Red
13+
*.color1: #bc4437
14+
*.color9: #eb5545
15+
!
16+
! Green
17+
*.color2: #51a148
18+
*.color10: #6bd45f
19+
!
20+
! Yellow
21+
*.color3: #c7ad3a
22+
*.color11: #f8d84a
23+
!
24+
! Blue
25+
*.color4: #2e68c5
26+
*.color12: #3b82f7
27+
!
28+
! Magenta
29+
*.color5: #8c4bb8
30+
*.color13: #b260ea
31+
!
32+
! Cyan
33+
*.color6: #5e9cbe
34+
*.color14: #8dd3fb
35+
!
36+
! White
37+
*.color7: #98989d
38+
*.color15: #ffffff
39+
!
40+
! Bold, Italic, Underline
41+
*.colorBD: #000000
42+
!*.colorIT:
43+
!*.colorUL:
+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Colors (Apple System Colors Light)
2+
3+
[colors.bright]
4+
black = '#464646'
5+
blue = '#3b82f7'
6+
cyan = '#8dd3fb'
7+
green = '#6bd45f'
8+
magenta = '#b260ea'
9+
red = '#eb5545'
10+
white = '#ffffff'
11+
yellow = '#f8d84a'
12+
13+
[colors.cursor]
14+
cursor = '#98989d'
15+
text = '#ffffff'
16+
17+
[colors.normal]
18+
black = '#1a1a1a'
19+
blue = '#2e68c5'
20+
cyan = '#5e9cbe'
21+
green = '#51a148'
22+
magenta = '#8c4bb8'
23+
red = '#bc4437'
24+
white = '#98989d'
25+
yellow = '#c7ad3a'
26+
27+
[colors.primary]
28+
background = '#feffff'
29+
foreground = '#000000'
30+
31+
[colors.selection]
32+
background = '#b4d7ff'
33+
text = '#000000'
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
# Apple System Colors Light
3+
printf "\033]4;0;#1a1a1a;1;#bc4437;2;#51a148;3;#c7ad3a;4;#2e68c5;5;#8c4bb8;6;#5e9cbe;7;#98989d;8;#464646;9;#eb5545;10;#6bd45f;11;#f8d84a;12;#3b82f7;13;#b260ea;14;#8dd3fb;15;#ffffff\007"
4+
printf "\033]10;#000000;#feffff;#98989d\007"
5+
printf "\033]17;#b4d7ff\007"
6+
printf "\033]19;#000000\007"
7+
printf "\033]5;0;#000000\007"
+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
themeName=Apple System Colors Light
3+
main=#ededed
4+
main-dark=#cccccc
5+
main-light=#fefefe
6+
text=#555
7+
text-light=#777
8+
text-dark=#444
9+
text-disabled=#888
10+
primary=#08c
11+
info=#FFD166
12+
success=#06D6A0
13+
error=#EF476F
14+
warn=#E55934
15+
warn=#E55934
16+
main=#feffff
17+
terminal:background=#feffff
18+
terminal:foreground=#000000
19+
terminal:cursor=#98989d
20+
terminal:selection=#b4d7ff
21+
terminal:cursorAccent=#feffff
22+
terminal:black=#1a1a1a
23+
terminal:red=#bc4437
24+
terminal:green=#51a148
25+
terminal:yellow=#c7ad3a
26+
terminal:blue=#2e68c5
27+
terminal:magenta=#8c4bb8
28+
terminal:cyan=#5e9cbe
29+
terminal:white=#98989d
30+
terminal:brightBlack=#464646
31+
terminal:brightRed=#eb5545
32+
terminal:brightGreen=#6bd45f
33+
terminal:brightYellow=#f8d84a
34+
terminal:brightBlue=#3b82f7
35+
terminal:brightMagenta=#b260ea
36+
terminal:brightCyan=#8dd3fb
37+
terminal:brightWhite=#ffffff

foot/Apple System Colors Light.ini

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
[cursor]
3+
color=ffffff 98989d
4+
5+
[colors]
6+
foreground=000000
7+
background=feffff
8+
regular0=1a1a1a
9+
regular1=bc4437
10+
regular2=51a148
11+
regular3=c7ad3a
12+
regular4=2e68c5
13+
regular5=8c4bb8
14+
regular6=5e9cbe
15+
regular7=98989d
16+
bright0=464646
17+
bright1=eb5545
18+
bright2=6bd45f
19+
bright3=f8d84a
20+
bright4=3b82f7
21+
bright5=b260ea
22+
bright6=8dd3fb
23+
bright7=ffffff
24+
selection-foreground=000000
25+
selection-background=b4d7ff
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Apple System Colors Light
2+
kern.vt.color.0.rgb="#1a1a1a"
3+
kern.vt.color.1.rgb="#bc4437"
4+
kern.vt.color.2.rgb="#51a148"
5+
kern.vt.color.3.rgb="#c7ad3a"
6+
kern.vt.color.4.rgb="#2e68c5"
7+
kern.vt.color.5.rgb="#8c4bb8"
8+
kern.vt.color.6.rgb="#5e9cbe"
9+
kern.vt.color.7.rgb="#000000"
10+
kern.vt.color.8.rgb="#464646"
11+
kern.vt.color.9.rgb="#eb5545"
12+
kern.vt.color.10.rgb="#6bd45f"
13+
kern.vt.color.11.rgb="#f8d84a"
14+
kern.vt.color.12.rgb="#3b82f7"
15+
kern.vt.color.13.rgb="#b260ea"
16+
kern.vt.color.14.rgb="#8dd3fb"
17+
kern.vt.color.15.rgb="#ffffff"

ghostty/Apple System Colors Light

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
palette = 0=#1a1a1a
2+
palette = 1=#bc4437
3+
palette = 2=#51a148
4+
palette = 3=#c7ad3a
5+
palette = 4=#2e68c5
6+
palette = 5=#8c4bb8
7+
palette = 6=#5e9cbe
8+
palette = 7=#98989d
9+
palette = 8=#464646
10+
palette = 9=#eb5545
11+
palette = 10=#6bd45f
12+
palette = 11=#f8d84a
13+
palette = 12=#3b82f7
14+
palette = 13=#b260ea
15+
palette = 14=#8dd3fb
16+
palette = 15=#ffffff
17+
background = #feffff
18+
foreground = #000000
19+
cursor-color = #98989d
20+
cursor-text = #ffffff
21+
selection-background = #b4d7ff
22+
selection-foreground = #000000
+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
2+
3+
color_0 = 9898 9898 9d9d
4+
color_1 = 1a1a 1a1a 1a1a
5+
color_2 = 2e2e 6868 c5c5
6+
color_3 = 5151 a1a1 4848
7+
color_4 = bcbc 4444 3737
8+
color_5 = c7c7 adad 3a3a
9+
color_6 = 8c8c 4b4b b8b8
10+
color_7 = ebeb 5555 4545
11+
color_8 = f8f8 d8d8 4a4a
12+
color_9 = 6b6b d4d4 5f5f
13+
color_10 = 5e5e 9c9c bebe
14+
color_11 = 8d8d d3d3 fbfb
15+
color_12 = 3b3b 8282 f7f7
16+
color_13 = b2b2 6060 eaea
17+
color_14 = 4646 4646 4646
18+
color_15 = ffff ffff ffff
19+
color_16 = 9898 9898 9d9d
20+
color_17 = 1a1a 1a1a 1a1a
21+
color_18 = 2e2e 6868 c5c5
22+
color_19 = 5151 a1a1 4848
23+
color_20 = bcbc 4444 3737
24+
color_21 = c7c7 adad 3a3a
25+
color_22 = 8c8c 4b4b b8b8
26+
color_23 = ebeb 5555 4545
27+
color_24 = f8f8 d8d8 4a4a
28+
color_25 = 6b6b d4d4 5f5f
29+
color_26 = 5e5e 9c9c bebe
30+
color_27 = 8d8d d3d3 fbfb
31+
color_28 = 3b3b 8282 f7f7
32+
color_29 = b2b2 6060 eaea
33+
color_30 = 4646 4646 4646
34+
color_31 = ffff ffff ffff
35+
color_256 = 0000 0000 0000
36+
color_257 = b4b4 d7d7 ffff
37+
color_258 = 0000 0000 0000
38+
color_259 = fefe ffff ffff
39+
color_260 = c7c7 adad 3a3a
40+
color_261 = 2e2e 6868 c5c5
41+
color_262 = 5151 a1a1 4848
42+
color_263 = ebeb 5555 4545
43+
color_264 = ffff ffff ffff
44+
color_265 = bcbc 4444 3737
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
#!/bin/sh
2+
# Apple System Colors Light
3+
printf "\033]P01a1a1a\033\\"
4+
printf "\033]P1bc4437\033\\"
5+
printf "\033]P251a148\033\\"
6+
printf "\033]P3c7ad3a\033\\"
7+
printf "\033]P42e68c5\033\\"
8+
printf "\033]P58c4bb8\033\\"
9+
printf "\033]P65e9cbe\033\\"
10+
printf "\033]P798989d\033\\"
11+
printf "\033]P8464646\033\\"
12+
printf "\033]P9eb5545\033\\"
13+
printf "\033]Pa6bd45f\033\\"
14+
printf "\033]Pbf8d84a\033\\"
15+
printf "\033]Pc3b82f7\033\\"
16+
printf "\033]Pdb260ea\033\\"
17+
printf "\033]Pe8dd3fb\033\\"
18+
printf "\033]Pfffffff\033\\"
19+
printf "\033]Pg000000\033\\"
20+
printf "\033]Phfeffff\033\\"
21+
printf "\033]Pl98989d\033\\"
22+
printf "\033]Pjb4d7ff\033\\"
23+
printf "\033]Pk000000\033\\"
24+
printf "\033]Pi000000\033\\"

kitty/Apple System Colors Light.conf

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
color0 #1a1a1a
2+
color1 #bc4437
3+
color2 #51a148
4+
color3 #c7ad3a
5+
color4 #2e68c5
6+
color5 #8c4bb8
7+
color6 #5e9cbe
8+
color7 #98989d
9+
color8 #464646
10+
color9 #eb5545
11+
color10 #6bd45f
12+
color11 #f8d84a
13+
color12 #3b82f7
14+
color13 #b260ea
15+
color14 #8dd3fb
16+
color15 #ffffff
17+
background #feffff
18+
selection_foreground #feffff
19+
cursor #98989d
20+
cursor_text_color #ffffff
21+
foreground #000000
22+
selection_background #000000
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
[General]
2+
Description=Apple System Colors Light
3+
Opacity=1
4+
Wallpaper=
5+
6+
[Background]
7+
Color=254,255,255
8+
9+
[BackgroundIntense]
10+
Color=254,255,255
11+
12+
[Foreground]
13+
Color=0,0,0
14+
15+
[ForegroundIntense]
16+
Color=0,0,0
17+
18+
[Color0]
19+
Color=26,26,26
20+
21+
[Color1]
22+
Color=188,68,55
23+
24+
[Color2Intense]
25+
Color=107,212,95
26+
27+
[Color3Intense]
28+
Color=248,216,74
29+
30+
[Color4Intense]
31+
Color=59,130,247
32+
33+
[Color5Intense]
34+
Color=178,96,234
35+
36+
[Color6Intense]
37+
Color=141,211,251
38+
39+
[Color7Intense]
40+
Color=255,255,255
41+
42+
[Color2]
43+
Color=81,161,72
44+
45+
[Color3]
46+
Color=199,173,58
47+
48+
[Color4]
49+
Color=46,104,197
50+
51+
[Color5]
52+
Color=140,75,184
53+
54+
[Color6]
55+
Color=94,156,190
56+
57+
[Color7]
58+
Color=152,152,157
59+
60+
[Color0Intense]
61+
Color=70,70,70
62+
63+
[Color1Intense]
64+
Color=235,85,69
65+
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
;Paste the following configurations in thecorresponding place in lxterminal.conf.
2+
bgcolor=rgba(254,255,255,1)
3+
fgcolor=rgb(0,0,0)
4+
palette_color_0=rgb(26,26,26)
5+
palette_color_1=rgb(188,68,55)
6+
palette_color_10=rgb(107,212,95)
7+
palette_color_11=rgb(248,216,74)
8+
palette_color_12=rgb(59,130,247)
9+
palette_color_13=rgb(178,96,234)
10+
palette_color_14=rgb(141,211,251)
11+
palette_color_15=rgb(255,255,255)
12+
palette_color_2=rgb(81,161,72)
13+
palette_color_3=rgb(199,173,58)
14+
palette_color_4=rgb(46,104,197)
15+
palette_color_5=rgb(140,75,184)
16+
palette_color_6=rgb(94,156,190)
17+
palette_color_7=rgb(152,152,157)
18+
palette_color_8=rgb(70,70,70)
19+
palette_color_9=rgb(235,85,69)
20+
color_preset=Apple System Colors Light

0 commit comments

Comments
 (0)