File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 2626 "solarized-light" ,
2727 "catppuccin-latte" ,
2828 "rose-pine-dawn" ,
29+ "gruvbox-light" ,
2930}
3031
3132SQLIT_THEMES = [
7273 "input-selection-background" : "#1565C0 25%" ,
7374 },
7475 ),
76+ Theme (
77+ name = "gruvbox-light" ,
78+ primary = "#427B58" ,
79+ secondary = "#B57614" ,
80+ accent = "#427B58" ,
81+ warning = "#AF3A03" ,
82+ error = "#9D0006" ,
83+ success = "#79740E" ,
84+ foreground = "#3C3836" ,
85+ background = "#FBF1C7" ,
86+ surface = "#EBDBB2" ,
87+ panel = "#D5C4A1" ,
88+ dark = False ,
89+ variables = {
90+ "border" : "#BDAE93" ,
91+ "block-cursor-foreground" : "#282828" ,
92+ "input-selection-background" : "#68986640" ,
93+ "button-color-foreground" : "#FBF1C7" ,
94+ "footer-background" : "#EBDBB2" ,
95+ "footer-key-foreground" : "#427B58" ,
96+ },
97+ ),
7598 Theme (
7699 name = "hackerman" ,
77100 primary = "#00FF21" ,
Original file line number Diff line number Diff line change 1919 "sqlit-light" : "Sqlit Light" ,
2020 "textual-light" : "Textual Light" ,
2121 "solarized-light" : "Solarized Light" ,
22+ "gruvbox-light" : "Gruvbox Light" ,
2223 "catppuccin-latte" : "Catppuccin Latte" ,
2324 "rose-pine-dawn" : "Rose Pine Dawn" ,
2425}
You can’t perform that action at this time.
0 commit comments