Skip to content

Instantly share code, notes, and snippets.

@lethalbit
Last active December 22, 2022 06:41
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lethalbit/672c88c6638b2e71959274e4b63c54ca to your computer and use it in GitHub Desktop.
Save lethalbit/672c88c6638b2e71959274e4b63c54ca to your computer and use it in GitHub Desktop.
Makes GTKWave not 100% awful to use,
# == 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 252525
# 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 14
fontname_waves Fira Code Retina 14
fontname_logfile Fira Code Retina 14
# == Some misc fixes ==
editor "code %s"
enable_horiz_grid 0
use_fat_lines 1
# vector_padding 16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment