feat(themes): add TOML files for original built-in themes (10x Dark, Nord Dark, Monokai, Binks)
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
syntax_palette = "light"
|
||||
description = "Binks Theme"
|
||||
|
||||
[colors]
|
||||
text = [ 0, 0, 0]
|
||||
text_disabled = [153, 153, 153]
|
||||
window_bg = [240, 240, 240]
|
||||
child_bg = [ 0, 0, 0]
|
||||
popup_bg = [255, 255, 255]
|
||||
border = [ 0, 0, 0]
|
||||
border_shadow = [255, 255, 255]
|
||||
frame_bg = [255, 255, 255]
|
||||
frame_bg_hovered = [ 66, 150, 250]
|
||||
frame_bg_active = [ 66, 150, 250]
|
||||
title_bg = [245, 245, 245]
|
||||
title_bg_collapsed = [255, 255, 255]
|
||||
title_bg_active = [209, 209, 209]
|
||||
menu_bar_bg = [219, 219, 219]
|
||||
scrollbar_bg = [250, 250, 250]
|
||||
scrollbar_grab = [176, 176, 176]
|
||||
scrollbar_grab_hovered = [150, 150, 150]
|
||||
scrollbar_grab_active = [125, 125, 125]
|
||||
check_mark = [ 66, 150, 250]
|
||||
slider_grab = [ 61, 133, 224]
|
||||
slider_grab_active = [ 66, 150, 250]
|
||||
button = [ 66, 150, 250]
|
||||
button_hovered = [ 66, 150, 250]
|
||||
button_active = [ 15, 135, 250]
|
||||
header = [ 66, 150, 250]
|
||||
header_hovered = [ 66, 150, 250]
|
||||
header_active = [ 66, 150, 250]
|
||||
separator = [100, 100, 100]
|
||||
resize_grip = [255, 255, 255]
|
||||
resize_grip_hovered = [ 66, 150, 250]
|
||||
resize_grip_active = [ 66, 150, 250]
|
||||
plot_lines = [ 99, 99, 99]
|
||||
plot_lines_hovered = [255, 110, 89]
|
||||
plot_histogram = [230, 178, 0]
|
||||
plot_histogram_hovered = [255, 153, 0]
|
||||
text_selected_bg = [ 66, 150, 250]
|
||||
modal_window_dim_bg = [ 51, 51, 51]
|
||||
Reference in New Issue
Block a user