File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -283,6 +283,27 @@ def to_color_system(self) -> ColorSystem:
283283 "footer-description-foreground" : "#fdf6e3" ,
284284 },
285285 ),
286+ "solarized-dark" : Theme (
287+ name = "solarized-dark" ,
288+ primary = "#268bd2" ,
289+ secondary = "#2aa198" ,
290+ warning = "#cb4b16" ,
291+ error = "#dc322f" ,
292+ success = "#859900" ,
293+ accent = "#6c71c4" ,
294+ background = "#002b36" ,
295+ surface = "#073642" ,
296+ panel = "#073642" ,
297+ foreground = "#839496" ,
298+ dark = True ,
299+ variables = {
300+ "button-color-foreground" : "#fdf6e3" ,
301+ "footer-background" : "#268bd2" ,
302+ "footer-key-foreground" : "#fdf6e3" ,
303+ "footer-description-foreground" : "#fdf6e3" ,
304+ "input-selection-background" : "#073642" , # Base02
305+ }
306+ ),
286307 "rose-pine" : Theme (
287308 name = "rose-pine" ,
288309 primary = "#c4a7e7" ,
You can’t perform that action at this time.
0 commit comments