Skip to content

Commit fa3b92e

Browse files
committed
Add more themes
1 parent c2e775c commit fa3b92e

File tree

1 file changed

+105
-0
lines changed

1 file changed

+105
-0
lines changed

resources/themes.json

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,110 @@
4141
"accent4": "#a6d189",
4242
"accent5": "#8caaee",
4343
"accent6": "#babbf1"
44+
},
45+
"Catppuccin Latte": {
46+
"background1": "#eff1f5",
47+
"background2": "#e6e9ef",
48+
"background3": "#dce0e8",
49+
"background4": "#ccd0da",
50+
"foreground1": "#4c4f69",
51+
"foreground2": "#5c5f77",
52+
"foreground3": "#6c6f85",
53+
"accent1": "#d20f39",
54+
"accent2": "#e64553",
55+
"accent3": "#fe640b",
56+
"accent4": "#40a02b",
57+
"accent5": "#1e66f5",
58+
"accent6": "#8839ef"
59+
},
60+
"Catppuccin Macchiato": {
61+
"background1": "#24273a",
62+
"background2": "#1e2030",
63+
"background3": "#363a4f",
64+
"background4": "#494d64",
65+
"foreground1": "#cad3f5",
66+
"foreground2": "#b8c0e0",
67+
"foreground3": "#a5adcb",
68+
"accent1": "#ed8796",
69+
"accent2": "#f5a97f",
70+
"accent3": "#eed49f",
71+
"accent4": "#a6da95",
72+
"accent5": "#8aadf4",
73+
"accent6": "#c6a0f6"
74+
},
75+
"Catppuccin Mocha": {
76+
"background1": "#1e1e2e",
77+
"background2": "#181825",
78+
"background3": "#313244",
79+
"background4": "#45475a",
80+
"foreground1": "#cdd6f4",
81+
"foreground2": "#bac2de",
82+
"foreground3": "#a6adc8",
83+
"accent1": "#f38ba8",
84+
"accent2": "#fab387",
85+
"accent3": "#f9e2af",
86+
"accent4": "#a6e3a1",
87+
"accent5": "#89b4fa",
88+
"accent6": "#cba6f7"
89+
},
90+
"Gruvbox": {
91+
"background1": "#282828",
92+
"background2": "#3c3836",
93+
"background3": "#504945",
94+
"background4": "#665c54",
95+
"foreground1": "#ebdbb2",
96+
"foreground2": "#d5c4a1",
97+
"foreground3": "#bdae93",
98+
"accent1": "#cc241d",
99+
"accent2": "#d65d0e",
100+
"accent3": "#d79921",
101+
"accent4": "#98971a",
102+
"accent5": "#458588",
103+
"accent6": "#b16286"
104+
},
105+
"Gruvbox Light": {
106+
"background1": "#fbf1c7",
107+
"background2": "#ebdbb2",
108+
"background3": "#d5c4a1",
109+
"background4": "#bdae93",
110+
"foreground1": "#3c3836",
111+
"foreground2": "#504945",
112+
"foreground3": "#665c54",
113+
"accent1": "#cc241d",
114+
"accent2": "#d65d0e",
115+
"accent3": "#d79921",
116+
"accent4": "#98971a",
117+
"accent5": "#458588",
118+
"accent6": "#b16286"
119+
},
120+
"TokyoNight": {
121+
"background1": "#1f2335",
122+
"background2": "#24283b",
123+
"background3": "#292e42",
124+
"background4": "#3b4261",
125+
"foreground1": "#737aa2",
126+
"foreground2": "#a9b1d6",
127+
"foreground3": "#c0caf5",
128+
"accent1": "#c53b53",
129+
"accent2": "#ff9e64",
130+
"accent3": "#ffc777",
131+
"accent4": "#c3e88d",
132+
"accent5": "#7aa2f7",
133+
"accent6": "#bb9af7"
134+
},
135+
"Atom Done Dark": {
136+
"background1": "#282c34",
137+
"background2": "#353b45",
138+
"background3": "#3e4451",
139+
"background4": "#545862",
140+
"foreground1": "#abb2bf",
141+
"foreground2": "#b6bdca",
142+
"foreground3": "#c8ccd4",
143+
"accent1": "#e06c75",
144+
"accent2": "#d19a66",
145+
"accent3": "#98c379",
146+
"accent4": "#56b6c2",
147+
"accent5": "#61afef",
148+
"accent6": "#c678dd"
44149
}
45150
}

0 commit comments

Comments
 (0)