Add termite config
This commit is contained in:
parent
55a944b8f2
commit
46f0b6d080
|
@ -0,0 +1,51 @@
|
||||||
|
[options]
|
||||||
|
scrollback_lines = 1000000
|
||||||
|
scrollbar = off
|
||||||
|
font = Inconsolata 12
|
||||||
|
allow_bold = false
|
||||||
|
|
||||||
|
# Dracula theme for termite
|
||||||
|
# https://github.com/dracula/termite
|
||||||
|
# Copyright 2013-present, All rights reserved
|
||||||
|
# Code licensed under the MIT license
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
|
||||||
|
# special
|
||||||
|
foreground = #f8f8f2
|
||||||
|
foreground_bold = #f8f8f2
|
||||||
|
cursor = #f8f8f2
|
||||||
|
background = rgba(40, 42, 54, 1)
|
||||||
|
|
||||||
|
# black
|
||||||
|
color0 = #000000
|
||||||
|
color8 = #4d4d4d
|
||||||
|
|
||||||
|
# red
|
||||||
|
color1 = #ff5555
|
||||||
|
color9 = #ff6e67
|
||||||
|
|
||||||
|
# green
|
||||||
|
color2 = #50fa7b
|
||||||
|
color10 = #5af78e
|
||||||
|
|
||||||
|
# yellow
|
||||||
|
color3 = #f1fa8c
|
||||||
|
color11 = #f4f99d
|
||||||
|
|
||||||
|
# blue
|
||||||
|
color4 = #bd93f9
|
||||||
|
color12 = #caa9fa
|
||||||
|
|
||||||
|
# magenta
|
||||||
|
color5 = #ff79c6
|
||||||
|
color13 = #ff92d0
|
||||||
|
|
||||||
|
# cyan
|
||||||
|
color6 = #8be9fd
|
||||||
|
color14 = #9aedfe
|
||||||
|
|
||||||
|
# white
|
||||||
|
color7 = #bfbfbf
|
||||||
|
color15 = #e6e6e6
|
||||||
|
|
Loading…
Reference in New Issue