Private
Public Access
0
0

style(themes): compact TOML formatting and lift semantic colors

This commit is contained in:
2026-06-05 00:02:46 -04:00
parent 06e305aba6
commit 7ea52cbbe8
16 changed files with 915 additions and 516 deletions
+47 -33
View File
@@ -1,38 +1,52 @@
# Moss — green-tinted dark theme
name = "moss"
syntax_palette = "mariana"
description = "Moss — green-tinted dark theme"
[colors]
window_bg = [ 40, 47, 49] # green-gray
child_bg = [ 24, 32, 30]
popup_bg = [ 20, 35, 35]
border = [ 60, 80, 90]
frame_bg = [ 50, 70, 80]
frame_bg_hovered = [ 60, 90, 100]
frame_bg_active = [ 70, 100, 110]
title_bg = [ 40, 47, 49]
title_bg_active = [ 42, 77, 50] # mossy green
menu_bar_bg = [ 40, 47, 49]
scrollbar_bg = [ 40, 47, 49]
scrollbar_grab = [ 80, 80, 80]
scrollbar_grab_hovered = [100, 100, 100]
border = [ 60, 80, 90]
bubble_ai = [ 35, 65, 45]
bubble_system = [ 25, 25, 25]
bubble_user = [ 30, 45, 75]
bubble_vendor = [ 65, 55, 30]
button = [ 60, 80, 90]
button_active = [120, 80, 200]
button_hovered = [105, 101, 255]
check_mark = [120, 160, 130]
child_bg = [ 24, 32, 30]
diff_added = [ 51, 230, 51]
diff_header = [ 77, 178, 255]
diff_removed = [230, 51, 51]
frame_bg = [ 50, 70, 80]
frame_bg_active = [ 70, 100, 110]
frame_bg_hovered = [ 60, 90, 100]
header = [ 60, 80, 90]
header_active = [ 42, 77, 50]
header_hovered = [120, 160, 130]
menu_bar_bg = [ 40, 47, 49]
popup_bg = [ 20, 35, 35]
scrollbar_bg = [ 40, 47, 49]
scrollbar_grab = [ 80, 80, 80]
scrollbar_grab_active = [120, 120, 120]
button = [ 60, 80, 90]
button_hovered = [105, 101, 255] # blue accent
button_active = [120, 80, 200]
header = [ 60, 80, 90]
header_hovered = [120, 160, 130] # green
header_active = [ 42, 77, 50] # mossy green
separator = [ 60, 80, 90]
separator_hovered = [120, 160, 130]
separator_active = [105, 101, 255]
tab = [ 60, 80, 90]
tab_hovered = [ 80, 100, 110]
tab_selected = [ 42, 77, 50] # mossy green
text = [255, 255, 255]
text_disabled = [208, 208, 208]
text_selected_bg = [105, 101, 255]
check_mark = [120, 160, 130] # green
slider_grab = [120, 160, 130]
slider_grab_active = [120, 160, 130]
table_header_bg = [ 50, 70, 80]
scrollbar_grab_hovered = [100, 100, 100]
separator = [ 60, 80, 90]
separator_active = [105, 101, 255]
separator_hovered = [120, 160, 130]
slice_auto = [ 0, 255, 0]
slice_manual = [255, 165, 0]
slice_selection = [100, 100, 255]
slider_grab = [120, 160, 130]
slider_grab_active = [120, 160, 130]
status_error = [255, 72, 64]
status_info = [ 0, 255, 255]
status_success = [ 80, 255, 80]
status_warning = [255, 152, 48]
tab = [ 60, 80, 90]
tab_hovered = [ 80, 100, 110]
tab_selected = [ 42, 77, 50]
table_header_bg = [ 50, 70, 80]
text = [255, 255, 255]
text_disabled = [208, 208, 208]
text_selected_bg = [105, 101, 255]
title_bg = [ 40, 47, 49]
title_bg_active = [ 42, 77, 50]
window_bg = [ 40, 47, 49]