@@ -72,7 +72,6 @@ def to_color_system(self) -> ColorSystem:
7272 error = "#ba3c5b" ,
7373 success = "#4EBF71" ,
7474 foreground = "#e0e0e0" ,
75- dark = True ,
7675 ),
7776 "textual-light" : Theme (
7877 name = "textual-light" ,
@@ -82,7 +81,13 @@ def to_color_system(self) -> ColorSystem:
8281 warning = "#ffa62b" ,
8382 error = "#ba3c5b" ,
8483 success = "#4EBF71" ,
84+ surface = "#D8D8D8" ,
85+ panel = "#D0D0D0" ,
86+ background = "#E0E0E0" ,
8587 dark = False ,
88+ variables = {
89+ "footer-key-foreground" : "#0178D4" ,
90+ },
8691 ),
8792 "nord" : Theme (
8893 name = "nord" ,
@@ -96,7 +101,6 @@ def to_color_system(self) -> ColorSystem:
96101 error = "#BF616A" ,
97102 surface = "#3B4252" ,
98103 panel = "#434C5E" ,
99- dark = True ,
100104 variables = {
101105 "block-cursor-background" : "#88C0D0" ,
102106 "block-cursor-foreground" : "#2E3440" ,
@@ -119,7 +123,6 @@ def to_color_system(self) -> ColorSystem:
119123 background = "#282828" ,
120124 surface = "#3c3836" ,
121125 panel = "#504945" ,
122- dark = True ,
123126 variables = {
124127 "block-cursor-foreground" : "#fbf1c7" ,
125128 "input-selection-background" : "#689d6a40" ,
@@ -138,7 +141,6 @@ def to_color_system(self) -> ColorSystem:
138141 background = "#181825" ,
139142 surface = "#313244" ,
140143 panel = "#45475a" ,
141- dark = True ,
142144 variables = {
143145 "input-cursor-foreground" : "#11111b" ,
144146 "input-cursor-background" : "#f5e0dc" ,
@@ -188,7 +190,6 @@ def to_color_system(self) -> ColorSystem:
188190 surface = "#2B2E3B" ,
189191 panel = "#313442" ,
190192 foreground = "#F8F8F2" ,
191- dark = True ,
192193 variables = {
193194 "button-color-foreground" : "#282A36" ,
194195 },
@@ -205,7 +206,6 @@ def to_color_system(self) -> ColorSystem:
205206 background = "#1A1B26" , # Background
206207 surface = "#24283B" , # Surface
207208 panel = "#414868" , # Panel
208- dark = True ,
209209 variables = {
210210 "button-color-foreground" : "#24283B" ,
211211 },
@@ -222,7 +222,6 @@ def to_color_system(self) -> ColorSystem:
222222 background = "#272822" ,
223223 surface = "#2e2e2e" ,
224224 panel = "#3E3D32" ,
225- dark = True ,
226225 variables = {
227226 "foreground-muted" : "#797979" ,
228227 "input-selection-background" : "#575b6190" ,
@@ -241,7 +240,6 @@ def to_color_system(self) -> ColorSystem:
241240 surface = "#1C1B1A" , # base.950
242241 panel = "#282726" , # base.900
243242 foreground = "#FFFCF0" , # base.paper
244- dark = True ,
245243 variables = {
246244 "input-cursor-foreground" : "#5E409D" ,
247245 "input-cursor-background" : "#FFFCF0" ,
0 commit comments