From a7c4bf01b130df0f2f2083e234fc6df556362e1c Mon Sep 17 00:00:00 2001 From: Ed_ Date: Fri, 5 Jun 2026 01:05:17 -0400 Subject: [PATCH] feat(theme): standardize all themes with intelligent row backgrounds and human names --- themes/gruvbox_dark.toml | 6 +++--- themes/moss.toml | 4 ++-- themes/solarized_dark.toml | 2 +- themes/solarized_light.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/themes/gruvbox_dark.toml b/themes/gruvbox_dark.toml index b12d48e7..42ef0a92 100644 --- a/themes/gruvbox_dark.toml +++ b/themes/gruvbox_dark.toml @@ -1,4 +1,4 @@ -name = "gruvbox_dark" +name = "Gruvbox Dark" syntax_palette = "retro_blue" description = "Gruvbox Dark by Pavel Pertsev (github.com/morhetz/gruvbox)" @@ -68,8 +68,8 @@ table_border_light = [ 40, 40, 40] table_border_strong = [ 60, 60, 60] table_header_bg = [ 60, 56, 54] table_header_text = [255, 255, 255] -table_row_bg = [ 0, 0, 0] -table_row_bg_alt = [ 10, 10, 10] +table_row_bg = [ 40, 40, 40] +table_row_bg_alt = [ 50, 48, 47] text = [251, 241, 199] text_disabled = [146, 131, 116] text_link = [ 60, 100, 150] diff --git a/themes/moss.toml b/themes/moss.toml index 6a7e764e..c3b60aee 100644 --- a/themes/moss.toml +++ b/themes/moss.toml @@ -68,8 +68,8 @@ table_border_light = [ 40, 40, 40] table_border_strong = [ 60, 60, 60] table_header_bg = [ 50, 70, 80] table_header_text = [255, 255, 255] -table_row_bg = [ 0, 0, 0] -table_row_bg_alt = [ 10, 10, 10] +table_row_bg = [ 40, 47, 49] +table_row_bg_alt = [ 24, 32, 30] text = [255, 255, 255] text_disabled = [208, 208, 208] text_link = [ 60, 100, 150] diff --git a/themes/solarized_dark.toml b/themes/solarized_dark.toml index 4d02ed13..bc93b822 100644 --- a/themes/solarized_dark.toml +++ b/themes/solarized_dark.toml @@ -1,4 +1,4 @@ -name = "solarized_dark" +name = "Solarized Dark" syntax_palette = "dark" description = "Solarized Dark by Ethan Schoonover" diff --git a/themes/solarized_light.toml b/themes/solarized_light.toml index 9a9c17f7..12ab4082 100644 --- a/themes/solarized_light.toml +++ b/themes/solarized_light.toml @@ -1,4 +1,4 @@ -name = "solarized_light" +name = "Solarized Light" syntax_palette = "light" description = "Solarized Light by Ethan Schoonover"