Skip to content

Instantly share code, notes, and snippets.

@dualfade
Created March 8, 2020 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dualfade/f7f7e9ed7389ae2e9152042fb73c63c1 to your computer and use it in GitHub Desktop.
Save dualfade/f7f7e9ed7389ae2e9152042fb73c63c1 to your computer and use it in GitHub Desktop.
termite config
# ~/.config/termite/config
[options]
allow_bold = true
clickable_url = true
font = Hack Nerd Font 8
geometry = 700x520
icon_name = terminal
scrollback_lines = 10000
browser = lynx
[colors]
# If both of these are unset, cursor falls back to the foreground color,
# and cursor_foreground falls back to the background color.
#cursor = #dcdccc
#cursor_foreground = #dcdccc
[colors]
foreground = #c0c5ce
foreground_bold = #eee8d5
cursor = #c0c5ce
# background transparency (requires a compositor)
# picom --config ~/.config/picom/picom.conf
background = rgba(29, 35, 48, 0.95)
# colors from color0 to color254 can be set
color0 = #1D2330
color1 = #645377
color2 = #AD69AF
color3 = #B1B5C8
color4 = #92969d
color5 = #645377
color6 = #AD69AF
color7 = #B1B5C8
color8 = #4B5665
color9 = #84598D
color10 = #7B8290
color11 = #d1d7e1
color12 = #4B5665
color13 = #84598D
color14 = #7B8290
color15 = #d1d7e1
[hints]
#font = Monospace 12
#foreground = #dcdccc
#background = #3f3f3f
#active_foreground = #e68080
#active_background = #3f3f3f
#padding = 2
#border = #3f3f3f
#border_width = 0.5
#roundness = 2.0
# vim: ft=dosini cms=#%s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment