update terminal color themes

This commit is contained in:
Yan Lin 2025-10-20 15:15:52 +02:00
parent 0f80f5182f
commit 81a41c2dee
2 changed files with 25 additions and 3 deletions

View file

@ -64,8 +64,30 @@ in
];
font-size = cfg.fontSize;
# Gruvbox Dark Theme (matching tmux theme)
# Gruvbox Dark Theme
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;
# Window config

View file

@ -63,9 +63,9 @@ in
use-system-font = false;
font = "JetBrainsMono Nerd Font Mono 14";
# Colors - Gruvbox Dark theme matching ghostty
# Colors - Gruvbox Dark theme
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
# Palette colors (Gruvbox Dark)