feat(theme): finalize semantic color lift and fix light theme UI elements
This commit is contained in:
+76
-51
@@ -3,54 +3,79 @@ syntax_palette = "light"
|
||||
description = "Binks Theme"
|
||||
|
||||
[colors]
|
||||
border = [ 0, 0, 0]
|
||||
border_shadow = [255, 255, 255]
|
||||
bubble_ai = [220, 255, 220]
|
||||
bubble_system = [240, 240, 240]
|
||||
bubble_user = [220, 230, 255]
|
||||
bubble_vendor = [255, 240, 200]
|
||||
button = [ 66, 150, 250]
|
||||
button_active = [ 15, 135, 250]
|
||||
button_hovered = [ 66, 150, 250]
|
||||
check_mark = [ 66, 150, 250]
|
||||
child_bg = [ 0, 0, 0]
|
||||
diff_added = [ 40, 180, 40]
|
||||
diff_header = [ 40, 100, 200]
|
||||
diff_removed = [200, 40, 40]
|
||||
frame_bg = [255, 255, 255]
|
||||
frame_bg_active = [ 66, 150, 250]
|
||||
frame_bg_hovered = [ 66, 150, 250]
|
||||
header = [ 66, 150, 250]
|
||||
header_active = [ 66, 150, 250]
|
||||
header_hovered = [ 66, 150, 250]
|
||||
menu_bar_bg = [219, 219, 219]
|
||||
modal_window_dim_bg = [ 51, 51, 51]
|
||||
plot_histogram = [230, 178, 0]
|
||||
plot_histogram_hovered = [255, 153, 0]
|
||||
plot_lines = [ 99, 99, 99]
|
||||
plot_lines_hovered = [255, 110, 89]
|
||||
popup_bg = [255, 255, 255]
|
||||
resize_grip = [255, 255, 255]
|
||||
resize_grip_active = [ 66, 150, 250]
|
||||
resize_grip_hovered = [ 66, 150, 250]
|
||||
scrollbar_bg = [250, 250, 250]
|
||||
scrollbar_grab = [176, 176, 176]
|
||||
scrollbar_grab_active = [125, 125, 125]
|
||||
scrollbar_grab_hovered = [150, 150, 150]
|
||||
separator = [100, 100, 100]
|
||||
slice_auto = [ 80, 255, 80]
|
||||
slice_manual = [255, 200, 0]
|
||||
slice_selection = [180, 180, 255]
|
||||
slider_grab = [ 61, 133, 224]
|
||||
slider_grab_active = [ 66, 150, 250]
|
||||
status_error = [200, 40, 40]
|
||||
status_info = [ 40, 100, 200]
|
||||
status_success = [ 40, 180, 40]
|
||||
status_warning = [200, 140, 0]
|
||||
text = [ 0, 0, 0]
|
||||
text_disabled = [153, 153, 153]
|
||||
text_selected_bg = [ 66, 150, 250]
|
||||
title_bg = [245, 245, 245]
|
||||
title_bg_active = [209, 209, 209]
|
||||
title_bg_collapsed = [255, 255, 255]
|
||||
window_bg = [240, 240, 240]
|
||||
border = [ 0, 0, 0]
|
||||
border_shadow = [255, 255, 255]
|
||||
bubble_ai = [220, 255, 220]
|
||||
bubble_system = [240, 240, 240]
|
||||
bubble_user = [220, 230, 255]
|
||||
bubble_vendor = [255, 240, 200]
|
||||
button = [ 66, 150, 250]
|
||||
button_active = [ 15, 135, 250]
|
||||
button_hovered = [ 66, 150, 250]
|
||||
check_mark = [ 66, 150, 250]
|
||||
child_bg = [ 0, 0, 0]
|
||||
diff_added = [ 40, 180, 40]
|
||||
diff_header = [ 40, 100, 200]
|
||||
diff_removed = [200, 40, 40]
|
||||
docking_empty_bg = [230, 230, 230]
|
||||
docking_preview = [100, 100, 100]
|
||||
drag_drop_target = [200, 200, 0]
|
||||
drag_drop_target_bg = [ 0, 0, 0]
|
||||
frame_bg = [255, 255, 255]
|
||||
frame_bg_active = [ 66, 150, 250]
|
||||
frame_bg_hovered = [ 66, 150, 250]
|
||||
header = [ 66, 150, 250]
|
||||
header_active = [ 66, 150, 250]
|
||||
header_hovered = [ 66, 150, 250]
|
||||
input_text_cursor = [200, 200, 200]
|
||||
menu_bar_bg = [219, 219, 219]
|
||||
modal_window_dim_bg = [ 51, 51, 51]
|
||||
nav_cursor = [100, 100, 100]
|
||||
nav_windowing_dim_bg = [200, 200, 200]
|
||||
nav_windowing_highlight = [200, 200, 200]
|
||||
plot_histogram = [230, 178, 0]
|
||||
plot_histogram_hovered = [255, 153, 0]
|
||||
plot_lines = [ 99, 99, 99]
|
||||
plot_lines_hovered = [255, 110, 89]
|
||||
popup_bg = [255, 255, 255]
|
||||
resize_grip = [255, 255, 255]
|
||||
resize_grip_active = [ 66, 150, 250]
|
||||
resize_grip_hovered = [ 66, 150, 250]
|
||||
scrollbar_bg = [250, 250, 250]
|
||||
scrollbar_grab = [176, 176, 176]
|
||||
scrollbar_grab_active = [125, 125, 125]
|
||||
scrollbar_grab_hovered = [150, 150, 150]
|
||||
separator = [100, 100, 100]
|
||||
separator_active = [200, 200, 200]
|
||||
separator_hovered = [100, 100, 100]
|
||||
slice_auto = [ 80, 255, 80]
|
||||
slice_manual = [255, 200, 0]
|
||||
slice_selection = [180, 180, 255]
|
||||
slider_grab = [ 61, 133, 224]
|
||||
slider_grab_active = [ 66, 150, 250]
|
||||
status_error = [200, 40, 40]
|
||||
status_info = [ 40, 100, 200]
|
||||
status_success = [ 40, 180, 40]
|
||||
status_warning = [200, 140, 0]
|
||||
tab = [ 60, 60, 60]
|
||||
tab_dimmed = [220, 220, 220]
|
||||
tab_dimmed_selected = [200, 200, 200]
|
||||
tab_dimmed_selected_overline = [100, 100, 100]
|
||||
tab_hovered = [100, 100, 100]
|
||||
tab_selected = [200, 200, 200]
|
||||
tab_selected_overline = [100, 100, 100]
|
||||
table_border_light = [ 40, 40, 40]
|
||||
table_border_strong = [ 60, 60, 60]
|
||||
table_header_bg = [ 55, 55, 55]
|
||||
table_row_bg = [250, 250, 250]
|
||||
table_row_bg_alt = [235, 235, 235]
|
||||
text = [ 0, 0, 0]
|
||||
text_disabled = [153, 153, 153]
|
||||
text_link = [ 60, 100, 150]
|
||||
text_selected_bg = [ 66, 150, 250]
|
||||
title_bg = [245, 245, 245]
|
||||
title_bg_active = [209, 209, 209]
|
||||
title_bg_collapsed = [255, 255, 255]
|
||||
tree_lines = [ 60, 60, 60]
|
||||
unsaved_marker = [200, 200, 200]
|
||||
window_bg = [240, 240, 240]
|
||||
|
||||
Reference in New Issue
Block a user