Update many things and add new colorscheme, termite config, tilda config, Xresource, etc...
This commit is contained in:
79
config/termite/config
Normal file
79
config/termite/config
Normal file
@ -0,0 +1,79 @@
|
||||
[options]
|
||||
allow_bold = true
|
||||
clickable_url = true
|
||||
dynamic_title = true
|
||||
|
||||
font = Monospace 16
|
||||
font = Roboto-Medium 11
|
||||
font = DejaVuSansMono 11
|
||||
font = Roboto Mono Light for Powerline 11
|
||||
font = DejaVu Sans Mono for Powerline 11
|
||||
font = Roboto Mono for Powerline 11
|
||||
|
||||
#geometry = 640x480
|
||||
#icon_name = terminal
|
||||
scroll_on_output = false
|
||||
scroll_on_keystroke = true
|
||||
|
||||
# "system", "on" or "off"
|
||||
cursor_blink = system # system, on, off
|
||||
cursor_shape = block # block, ibeam, underline
|
||||
|
||||
# set size hints for the window
|
||||
#size_hints = false
|
||||
|
||||
# "off", "left" or "right"
|
||||
scrollbar = off
|
||||
|
||||
|
||||
[colors]
|
||||
|
||||
# If unset, will reverse foreground and background
|
||||
# highlight = #2f2f2f
|
||||
# special
|
||||
foreground = #ebdbb2
|
||||
foreground_bold = #ebdbb2
|
||||
cursor = #ebdbb2
|
||||
#background = #1d2021
|
||||
background = #1c1c1c
|
||||
# black
|
||||
color0 = #282828
|
||||
color8 = #928374
|
||||
# red
|
||||
color1 = #cc241d
|
||||
color9 = #fb4934
|
||||
# green
|
||||
color2 = #98971a
|
||||
color10 = #b8bb26
|
||||
# yellow
|
||||
color3 = #d79921
|
||||
color11 = #fabd2f
|
||||
# blue
|
||||
color4 = #458588
|
||||
color12 = #83a598
|
||||
# magenta
|
||||
color5 = #b16286
|
||||
color13 = #d3869b
|
||||
# cyan
|
||||
color6 = #689d6a
|
||||
color14 = #8ec07c
|
||||
# white
|
||||
color7 = #a89984
|
||||
color15 = #ebdbb2
|
||||
|
||||
|
||||
|
||||
[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
|
||||
|
||||
|
77
config/termite/light.config
Normal file
77
config/termite/light.config
Normal file
@ -0,0 +1,77 @@
|
||||
[options]
|
||||
allow_bold = true
|
||||
clickable_url = true
|
||||
dynamic_title = true
|
||||
|
||||
font = Monospace 16
|
||||
font = Roboto-Medium 11
|
||||
font = DejaVuSansMono 11
|
||||
font = Roboto Mono Light for Powerline 11
|
||||
font = DejaVu Sans Mono for Powerline 11
|
||||
font = Roboto Mono for Powerline 11
|
||||
|
||||
#geometry = 640x480
|
||||
#icon_name = terminal
|
||||
scroll_on_output = false
|
||||
scroll_on_keystroke = true
|
||||
|
||||
# "system", "on" or "off"
|
||||
cursor_blink = system # system, on, off
|
||||
cursor_shape = block # block, ibeam, underline
|
||||
|
||||
# set size hints for the window
|
||||
#size_hints = false
|
||||
|
||||
# "off", "left" or "right"
|
||||
scrollbar = off
|
||||
|
||||
[colors]
|
||||
|
||||
# If unset, will reverse foreground and background
|
||||
# highlight = #2f2f2f
|
||||
# special
|
||||
foreground = #4d4d4c
|
||||
foreground_bold = #4d4d4c
|
||||
cursor = #4d4d4c
|
||||
background = #eeeeee
|
||||
|
||||
# black
|
||||
color0 = #ededed
|
||||
color8 = #969694
|
||||
# red
|
||||
color1 = #d7005f
|
||||
color9 = #d7005f
|
||||
# green
|
||||
color2 = #718c00
|
||||
color10 = #718c00
|
||||
# yellow
|
||||
color3 = #d75f00
|
||||
color11 = #d75f00
|
||||
# blue
|
||||
color4 = #4271ae
|
||||
color12 = #4271ae
|
||||
# magenta
|
||||
color5 = #8959a8
|
||||
color13 = #8959a8
|
||||
# cyan
|
||||
color6 = #3e999f
|
||||
color14 = #3e999f
|
||||
# white
|
||||
color7 = #4d4d4c
|
||||
color15 = #f5f5f5
|
||||
|
||||
|
||||
[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
|
||||
|
||||
|
Reference in New Issue
Block a user