File tree Expand file tree Collapse file tree 1 file changed +73
-0
lines changed
Expand file tree Collapse file tree 1 file changed +73
-0
lines changed Original file line number Diff line number Diff line change 1+ # Surfer solarized light
2+
3+ foreground = " 657b83"
4+ alt_text_color = " 93a1a1"
5+ border_color = " eee8d5"
6+
7+ selected_elements_colors = {
8+ background = " eee8d5" ,
9+ alt_background = " e6dfc8" ,
10+ foreground = " 657b83"
11+ }
12+
13+ canvas_colors = {
14+ background = " fdf6e3" ,
15+ alt_background = " eee8d5" ,
16+ foreground = " 657b83"
17+ }
18+
19+ primary_ui_color = {
20+ background = " eee8d5" ,
21+ foreground = " 657b83"
22+ }
23+
24+ secondary_ui_color = {
25+ background = " f5efdc" ,
26+ foreground = " 657b83"
27+ }
28+
29+ # softer UI accents
30+ accent_info = { background = " e0f2f1" , foreground = " 2aa198" }
31+ accent_warn = { background = " fdf6d9" , foreground = " b58900" }
32+ accent_error = { background = " fdecea" , foreground = " dc322f" }
33+
34+ variable_default = " 4f6f1f" # darker green
35+ variable_undef = " a02c2c" # deeper red
36+ variable_highimp = " 1f5f8b" # deeper blue
37+
38+ variable_dontcare = " 7b8b8f"
39+ variable_weak = " 9a7d00"
40+ variable_parameter = " 1f8a87"
41+ variable_event = " 1c6fa3"
42+
43+ transaction_default = " 1c6fa3"
44+
45+ waveform_opacity = 0.12
46+ wide_opacity = 0.0
47+
48+ cursor = { color = " d30102" , width = 2 }
49+
50+ linewidth = 2
51+ thick_linewidth = 4
52+
53+ highlight_background = " eee8d5"
54+
55+ viewport_separator = { color = " e6dfc8" , width = 3 }
56+
57+ drag_hint_color = " 93a1a1"
58+ drag_hint_width = 2.0
59+
60+ [colors ]
61+ Green = " 586e75"
62+ Red = " cb4b16"
63+ Yellow = " a57700"
64+ Blue = " 1f5f8b"
65+ Magenta = " b03060"
66+ Cyan = " 1f8a87"
67+ Orange = " a14b1f"
68+ Violet = " 5a5cad"
69+ Gray = " 93a1a1"
70+
71+ [ticks ]
72+ style = { color = " e6dfc8" , width = 1 }
73+ density = 1
You can’t perform that action at this time.
0 commit comments