diff options
Diffstat (limited to 'user/termite/.config/termite/config')
-rw-r--r-- | user/termite/.config/termite/config | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/user/termite/.config/termite/config b/user/termite/.config/termite/config new file mode 100644 index 00000000..19d49953 --- /dev/null +++ b/user/termite/.config/termite/config @@ -0,0 +1,48 @@ +[options] +cursor_blink = off +font = IBM Plex Mono 8 +scrollback_lines = -1 + +[colors] + +# special +foreground = #5a5758 +foreground_bold = #5a5758 +cursor = #5a5758 +background = #ffffff + +# black +color0 = #231f20 +color8 = #737171 + +# red +color1 = #ee2e24 +color9 = #ee2e24 + +# green +color2 = #00853e +color10 = #00853e + +# yellow +color3 = #edb204 +color11 = #edb204 + +# blue +color4 = #009ddc +color12 = #009ddc + +# magenta +color5 = #98005d +color13 = #98005d + +# cyan +color6 = #85cebc +color14 = #85cebc + +# white +color7 = #d9d8d8 +color15 = #ffffff + +# Local Variables: +# compile-command: "pkill -USR1 termite" +# End: |