mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
dotfiles: move .config/* to root
This seems to make more sense. Almost all files were within .config anyway. Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
43
termite/config
Normal file
43
termite/config
Normal file
@ -0,0 +1,43 @@
|
||||
[options]
|
||||
font = monospace 9
|
||||
scrollback_lines = 1000000
|
||||
cursor_blink = off
|
||||
size_hints = true
|
||||
|
||||
[colors]
|
||||
cursor = #5294E2
|
||||
foreground = #ECEFF1
|
||||
background = rgba(56, 60, 74, 0.85)
|
||||
highlight = #5294E2
|
||||
|
||||
# Colour order:
|
||||
# black
|
||||
# red
|
||||
# green
|
||||
# yellow
|
||||
# blue
|
||||
# magenta
|
||||
# cyan
|
||||
# white/gray
|
||||
|
||||
# Normal colours
|
||||
color0 = #333638
|
||||
color1 = #f41f1c
|
||||
color2 = #8bc34a
|
||||
color3 = #ffc107
|
||||
color4 = #0266f4
|
||||
color5 = #cc17cc
|
||||
color6 = #10aeba
|
||||
color7 = #8b9396
|
||||
|
||||
# Bright colours
|
||||
color8 = #475760
|
||||
color9 = #e53727
|
||||
color10 = #9ccc65
|
||||
color11 = #ffa000
|
||||
color12 = #81b3f9
|
||||
color13 = #a56ecc
|
||||
color14 = #5ddae2
|
||||
color15 = #eceff1
|
||||
|
||||
# vim: ft=dosini cms=#%s
|
Reference in New Issue
Block a user