-
Notifications
You must be signed in to change notification settings - Fork 0
/
default_theme.toml
45 lines (42 loc) · 1.34 KB
/
default_theme.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
foreground = "d4d4d4"
alt_text_color = "2b2b2b" # negated foreground
border_color = "282b2d"
selected_elements_colors = { background = "444444", foreground = "d4d4d4" }
canvas_colors = { background = "0b151d", alt_background = "1b252d", foreground = "d4d4d4" }
primary_ui_color = { background = "171717", foreground = "d4d4d4" }
secondary_ui_color = { background = "0d1317", foreground = "d4d4d4" }
accent_info = { background = "007acc", foreground = "d4d4d4" }
accent_warn = { background = "32302f", foreground = "d4d4d4" }
accent_error = { background = "d2302f", foreground = "d4d4d4" }
clock_highlight_line = { color = "777777", width = 2 }
clock_highlight_cycle = "12222f"
clock_rising_marker = false
variable_default = "56c126"
variable_undef = "f44747"
variable_highimp = "c9e124"
variable_dontcare = "4040ff"
variable_weak = "808080"
variable_parameter = "d4d4d4"
transaction_default = "56c126"
transaction_highlight = "ff0000"
relation_arrow = "c61521"
waveform_opacity = 0.2
cursor = { color="b63935", width=2 }
linewidth = 1.5
alt_frequency = 3
viewport_separator = { color="d4d4d4", width=4 }
drag_threshold = 1.0
drag_hint_color = "bfbfbf"
drag_hint_width = 2.0
[colors]
Green = "6a9955"
Red = "f44747"
Yellow = "ffd602"
Blue = "569cd6"
Pink = "c586c0"
Orange = "ce9178"
Gray = "808080"
Violet = "646695"
[ticks]
style = { color="222222", width=2 }
density = 1