update terminal color themes
This commit is contained in:
parent
0f80f5182f
commit
81a41c2dee
2 changed files with 25 additions and 3 deletions
|
|
@ -64,8 +64,30 @@ in
|
||||||
];
|
];
|
||||||
font-size = cfg.fontSize;
|
font-size = cfg.fontSize;
|
||||||
|
|
||||||
# Gruvbox Dark Theme (matching tmux theme)
|
# Gruvbox Dark Theme
|
||||||
background = "#14191f";
|
background = "#14191f";
|
||||||
|
foreground = "#ebdbb2";
|
||||||
|
|
||||||
|
# Gruvbox Dark palette (16 colors)
|
||||||
|
palette = [
|
||||||
|
"0=#282828" # black
|
||||||
|
"1=#cc241d" # red
|
||||||
|
"2=#98971a" # green
|
||||||
|
"3=#d79921" # yellow
|
||||||
|
"4=#458588" # blue
|
||||||
|
"5=#b16286" # magenta
|
||||||
|
"6=#689d6a" # cyan
|
||||||
|
"7=#a89984" # white
|
||||||
|
"8=#928374" # bright black
|
||||||
|
"9=#fb4934" # bright red
|
||||||
|
"10=#b8bb26" # bright green
|
||||||
|
"11=#fabd2f" # bright yellow
|
||||||
|
"12=#83a598" # bright blue
|
||||||
|
"13=#d3869b" # bright magenta
|
||||||
|
"14=#8ec07c" # bright cyan
|
||||||
|
"15=#ebdbb2" # bright white
|
||||||
|
];
|
||||||
|
|
||||||
cursor-style-blink = false;
|
cursor-style-blink = false;
|
||||||
|
|
||||||
# Window config
|
# Window config
|
||||||
|
|
|
||||||
|
|
@ -63,9 +63,9 @@ in
|
||||||
use-system-font = false;
|
use-system-font = false;
|
||||||
font = "JetBrainsMono Nerd Font Mono 14";
|
font = "JetBrainsMono Nerd Font Mono 14";
|
||||||
|
|
||||||
# Colors - Gruvbox Dark theme matching ghostty
|
# Colors - Gruvbox Dark theme
|
||||||
use-theme-colors = false;
|
use-theme-colors = false;
|
||||||
background-color = "rgb(20,25,31)"; # #14191f from ghostty
|
background-color = "rgb(20,25,31)"; # #14191f
|
||||||
foreground-color = "rgb(235,219,178)"; # Gruvbox fg
|
foreground-color = "rgb(235,219,178)"; # Gruvbox fg
|
||||||
|
|
||||||
# Palette colors (Gruvbox Dark)
|
# Palette colors (Gruvbox Dark)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue