-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gtkwaverc
67 lines (56 loc) · 1.27 KB
/
.gtkwaverc
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# GTKWave Configuration file
# `man gtkwaverc` gives complete list of
# possible configuration
accel "/File/Close" (null)
accel "/File/Quit" (null)
# accel "/Edit/Create Group" g
accel "/Edit/Create Group" G
accel "/Edit/Toggle Group Open|Close" t
accel "/Markers/Find Previous Edge" p
accel "/Markers/Find Next Edge" n
# == Clean up some things that are very annoying ==
splash_disable on
# == Make the colors pretty ==
#color_0 af92fb
#color_1 af92fb
#color_trans af92fb
#color_vtrans af92fb
#color_vbox af92fb
# Background
color_back 252525
# Comments
color_brkred ff6d7f
# Misc black
color_black fdfdfd
# Don't-care signals
color_dash f1994b
# color_dashfill
color_dkblue 26a3d9
color_dkgray 494a50
# color_gmstrd
color_grid d4d4d4
color_grid2 d4d4d4
# color_high
# color_low
# Color for shadowed traces
color_ltblue 53a9fd
color_ltgray 252525
color_mark f1994b
color_mdgray d4d4d4
color_normal af92fb
color_time d4d4d4
color_timeb 252525
#color_white fdfdfd
# == Fix the janky AF fonts it uses by default ==
use_nonprop_fonts 1
use_big_fonts 1
use_pango_fonts on
fontname_signals Fira Code Retina 16
fontname_waves Fira Code Retina 15
fontname_logfile Fira Code Retina 14
# == Some misc fixes ==
editor "nvim %s"
use_fat_lines 1
highlight_wavewindow 0
show_grid no
# vector_padding 16