Skip to content

Commit 6c02eeb

Browse files
committed
theme fix
1 parent 0b7a5a7 commit 6c02eeb

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

src/textual/theme.py

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -318,15 +318,14 @@ def to_color_system(self) -> ColorSystem:
318318
panel="#26233a",
319319
dark=True,
320320
variables={
321-
"input-cursor-foreground": "#524f67",
322-
"input-cursor-background": "#21202e",
321+
"input-cursor-background": "#f4ede8",
323322
"input-selection-background": "#403d52",
324323
"border": "#524f67",
325324
"border-blurred": "#6e6a86",
326325
"footer-background": "#26233a",
327-
"block-cursor-foreground": "#524f67",
326+
"block-cursor-foreground": "#f4ede8",
328327
"block-cursor-text-style": "none",
329-
"button-color-foreground": "#403d52",
328+
"button-color-background": "#403d52",
330329
},
331330
),
332331
"rose-pine-moon": Theme(
@@ -343,15 +342,14 @@ def to_color_system(self) -> ColorSystem:
343342
panel="#393552",
344343
dark=True,
345344
variables={
346-
"input-cursor-foreground": "#56526e",
347-
"input-cursor-background": "#2a283e",
345+
"input-cursor-background": "#f4ede8",
348346
"input-selection-background": "#44415a",
349347
"border": "#56526e",
350348
"border-blurred": "#6e6a86",
351349
"footer-background": "#393552",
352-
"block-cursor-foreground": "#56526e",
350+
"block-cursor-foreground": "#f4ede8",
353351
"block-cursor-text-style": "none",
354-
"button-color-foreground": "#44415a",
352+
"button-color-background": "#44415a",
355353
},
356354
),
357355
"rose-pine-dawn": Theme(
@@ -368,15 +366,14 @@ def to_color_system(self) -> ColorSystem:
368366
panel="#f2e9e1",
369367
dark=False,
370368
variables={
371-
"input-cursor-foreground": "#cecacd",
372-
"input-cursor-background": "#f4ede8",
369+
"input-cursor-background": "#575279",
373370
"input-selection-background": "#dfdad9",
374371
"border": "#cecacd",
375372
"border-blurred": "#9893a5",
376373
"footer-background": "#f2e9e1",
377374
"block-cursor-foreground": "#cecacd",
378375
"block-cursor-text-style": "none",
379-
"button-color-foreground": "#dfdad9",
376+
"button-color-background": "#575279",
380377
},
381378
),
382379
}

0 commit comments

Comments
 (0)