Remove other configs
This commit is contained in:
parent
600695ec0a
commit
500af2ecbc
@ -1,91 +0,0 @@
|
|||||||
[options]
|
|
||||||
#https://github.com/thestinger/termite/blob/master/config
|
|
||||||
allow_bold = true
|
|
||||||
audible_bell = false
|
|
||||||
browser = xdg-open
|
|
||||||
clickable_url = true
|
|
||||||
cursor_blink = system
|
|
||||||
cursor_shape = block
|
|
||||||
dynamic_title = true
|
|
||||||
filter_unmatched_urls = true
|
|
||||||
font = Monospace 11
|
|
||||||
#font = Hack Bold 10
|
|
||||||
geometry = 900x650
|
|
||||||
highlight = #2f2f2f
|
|
||||||
icon_name = terminal
|
|
||||||
modify_other_keys = false
|
|
||||||
mouse_autohide = false
|
|
||||||
scroll_on_output = false
|
|
||||||
scroll_on_keystroke = true
|
|
||||||
scrollback_lines = 15000
|
|
||||||
size_hints = false
|
|
||||||
search_wrap = true
|
|
||||||
urgent_on_bell = true
|
|
||||||
|
|
||||||
[hints]
|
|
||||||
#font = Monospace 12
|
|
||||||
#foreground = #dcdccc
|
|
||||||
#background = #3f3f3f
|
|
||||||
#active_foreground = #e68080
|
|
||||||
#active_background = #3f3f3f
|
|
||||||
#padding = 2
|
|
||||||
#border = #3f3f3f
|
|
||||||
#border_width = 10
|
|
||||||
#roundness = 2.0
|
|
||||||
|
|
||||||
############################################################
|
|
||||||
#### You can change the color coding to your liking
|
|
||||||
#### There is a folder themes in ~/config/termite/themes
|
|
||||||
#### Copy/paste the colors from one of the 79+ templates to this one
|
|
||||||
#### A backup of the original config termite is present
|
|
||||||
############################################################
|
|
||||||
#### Use websites to make the terminal your own
|
|
||||||
#### https://terminal.sexy
|
|
||||||
#### https://critical.ch/xterm/
|
|
||||||
############################################################
|
|
||||||
|
|
||||||
[colors]
|
|
||||||
# https://critical.ch/xterm/
|
|
||||||
#dracula theme adapted by Erik Dubois
|
|
||||||
background = rgba(40, 42, 54, 0.6)
|
|
||||||
|
|
||||||
#text
|
|
||||||
foreground = #ffdfc4
|
|
||||||
#text bold
|
|
||||||
foreground_bold = #ffdfc4
|
|
||||||
#cursor
|
|
||||||
cursor = #ffdfc4
|
|
||||||
#background = #160d00
|
|
||||||
|
|
||||||
#htop schrift
|
|
||||||
color0 = #4c2b08
|
|
||||||
#eg htop root user
|
|
||||||
color8 = #aa9475
|
|
||||||
#htop
|
|
||||||
color1 = #f4c395
|
|
||||||
#htop
|
|
||||||
color9 = #f4c395
|
|
||||||
#fish ~, make same as foreground
|
|
||||||
color2 = #ea8817
|
|
||||||
#username, same as foreground
|
|
||||||
color10 = #ea8817
|
|
||||||
#htop 3rd ram color
|
|
||||||
color3 = #f4c395
|
|
||||||
#update Warning: and progress C
|
|
||||||
color11 = #ffdfc4
|
|
||||||
#htop 2nd ram color
|
|
||||||
color4 = #7c4817
|
|
||||||
#folders, other color for distro
|
|
||||||
color12 = #ea8817
|
|
||||||
#yay number
|
|
||||||
color5 = #ffdfc4
|
|
||||||
#some build stuff
|
|
||||||
color13 = #ffdfc4
|
|
||||||
#other stuff in htop
|
|
||||||
color6 = #ffdfc4
|
|
||||||
#htop uptime, tasks
|
|
||||||
color14 = #ffdfc4
|
|
||||||
#oooo from download progress bar, nano options
|
|
||||||
color7 = #ffdfc4
|
|
||||||
#nano
|
|
||||||
color15 = #ea8817
|
|
@ -1,88 +0,0 @@
|
|||||||
[options]
|
|
||||||
#https://github.com/thestinger/termite/blob/master/config
|
|
||||||
allow_bold = true
|
|
||||||
audible_bell = false
|
|
||||||
browser = xdg-open
|
|
||||||
clickable_url = true
|
|
||||||
cursor_blink = system
|
|
||||||
cursor_shape = block
|
|
||||||
dynamic_title = true
|
|
||||||
filter_unmatched_urls = true
|
|
||||||
font = Monospace 11
|
|
||||||
#font = Hack Bold 10
|
|
||||||
geometry = 900x650
|
|
||||||
highlight = #2f2f2f
|
|
||||||
icon_name = terminal
|
|
||||||
modify_other_keys = false
|
|
||||||
mouse_autohide = false
|
|
||||||
scroll_on_output = false
|
|
||||||
scroll_on_keystroke = true
|
|
||||||
scrollback_lines = 15000
|
|
||||||
size_hints = false
|
|
||||||
search_wrap = true
|
|
||||||
urgent_on_bell = true
|
|
||||||
|
|
||||||
[hints]
|
|
||||||
#font = Monospace 12
|
|
||||||
#foreground = #dcdccc
|
|
||||||
#background = #3f3f3f
|
|
||||||
#active_foreground = #e68080
|
|
||||||
#active_background = #3f3f3f
|
|
||||||
#padding = 2
|
|
||||||
#border = #3f3f3f
|
|
||||||
#border_width = 10
|
|
||||||
#roundness = 2.0
|
|
||||||
|
|
||||||
############################################################
|
|
||||||
#### You can change the color coding to your liking
|
|
||||||
#### There is a folder themes in ~/config/termite/themes
|
|
||||||
#### Copy/paste the colors from one of the 79+ templates to this one
|
|
||||||
#### A backup of the original config termite is present
|
|
||||||
############################################################
|
|
||||||
#### Use websites to make the terminal your own
|
|
||||||
#### https://terminal.sexy
|
|
||||||
#### https://critical.ch/xterm/
|
|
||||||
############################################################
|
|
||||||
|
|
||||||
[colors]
|
|
||||||
# https://critical.ch/xterm/
|
|
||||||
#dracula theme adapted by Erik Dubois
|
|
||||||
background = rgba(40, 42, 54, 0.8)
|
|
||||||
|
|
||||||
# special
|
|
||||||
foreground = #f8f8f2
|
|
||||||
foreground_bold = #f8f8f2
|
|
||||||
cursor = #f8f8f2
|
|
||||||
#background = #282a36
|
|
||||||
|
|
||||||
# black
|
|
||||||
color0 = #000000
|
|
||||||
color8 = #79A9FF
|
|
||||||
|
|
||||||
# red
|
|
||||||
color1 = #ff5555
|
|
||||||
color9 = #ff6e67
|
|
||||||
|
|
||||||
# green
|
|
||||||
color2 = #50fa7b
|
|
||||||
color10 = #5af78e
|
|
||||||
|
|
||||||
# yellow
|
|
||||||
color3 = #f1fa8c
|
|
||||||
color11 = #f4f99d
|
|
||||||
|
|
||||||
# blue
|
|
||||||
color4 = #6790EB
|
|
||||||
color12 = #79A9FF
|
|
||||||
|
|
||||||
# magenta
|
|
||||||
color5 = #ff79c6
|
|
||||||
color13 = #ff92d0
|
|
||||||
|
|
||||||
# cyan
|
|
||||||
color6 = #8be9fd
|
|
||||||
color14 = #9aedfe
|
|
||||||
|
|
||||||
# white
|
|
||||||
color7 = #bfbfbf
|
|
||||||
color15 = #e6e6e6
|
|
@ -1,91 +0,0 @@
|
|||||||
[options]
|
|
||||||
#https://github.com/thestinger/termite/blob/master/config
|
|
||||||
allow_bold = true
|
|
||||||
audible_bell = false
|
|
||||||
browser = xdg-open
|
|
||||||
clickable_url = true
|
|
||||||
cursor_blink = system
|
|
||||||
cursor_shape = block
|
|
||||||
dynamic_title = true
|
|
||||||
filter_unmatched_urls = true
|
|
||||||
font = Monospace 11
|
|
||||||
#font = Hack Bold 10
|
|
||||||
geometry = 900x650
|
|
||||||
highlight = #2f2f2f
|
|
||||||
icon_name = terminal
|
|
||||||
modify_other_keys = false
|
|
||||||
mouse_autohide = false
|
|
||||||
scroll_on_output = false
|
|
||||||
scroll_on_keystroke = true
|
|
||||||
scrollback_lines = 15000
|
|
||||||
size_hints = false
|
|
||||||
search_wrap = true
|
|
||||||
urgent_on_bell = true
|
|
||||||
|
|
||||||
[hints]
|
|
||||||
#font = Monospace 12
|
|
||||||
#foreground = #dcdccc
|
|
||||||
#background = #3f3f3f
|
|
||||||
#active_foreground = #e68080
|
|
||||||
#active_background = #3f3f3f
|
|
||||||
#padding = 2
|
|
||||||
#border = #3f3f3f
|
|
||||||
#border_width = 10
|
|
||||||
#roundness = 2.0
|
|
||||||
|
|
||||||
############################################################
|
|
||||||
#### You can change the color coding to your liking
|
|
||||||
#### There is a folder themes in ~/config/termite/themes
|
|
||||||
#### Copy/paste the colors from one of the 79+ templates to this one
|
|
||||||
#### A backup of the original config termite is present
|
|
||||||
############################################################
|
|
||||||
#### Use websites to make the terminal your own
|
|
||||||
#### https://terminal.sexy
|
|
||||||
#### https://critical.ch/xterm/
|
|
||||||
############################################################
|
|
||||||
|
|
||||||
[colors]
|
|
||||||
# https://critical.ch/xterm/
|
|
||||||
#dracula theme adapted by Erik Dubois
|
|
||||||
background = rgba(40, 42, 54, 0.6)
|
|
||||||
|
|
||||||
#text
|
|
||||||
foreground = #dfaefc
|
|
||||||
#text bold
|
|
||||||
foreground_bold = #dfaefc
|
|
||||||
#cursor
|
|
||||||
cursor = #dfaefc
|
|
||||||
#background = #130016
|
|
||||||
|
|
||||||
#htop schrift
|
|
||||||
color0 = #33084c
|
|
||||||
#eg htop root user
|
|
||||||
color8 = #9775aa
|
|
||||||
#htop
|
|
||||||
color1 = #d195f4
|
|
||||||
#htop
|
|
||||||
color9 = #d195f4
|
|
||||||
#fish ~, make same as foreground
|
|
||||||
color2 = #a132d1
|
|
||||||
#username, same as foreground
|
|
||||||
color10 = #a132d1
|
|
||||||
#htop 3rd ram color
|
|
||||||
color3 = #d195f4
|
|
||||||
#update Warning: and progress C
|
|
||||||
color11 = #dfaefc
|
|
||||||
#htop 2nd ram color
|
|
||||||
color4 = #57177c
|
|
||||||
#folders, other color for distro
|
|
||||||
color12 = #a132d1
|
|
||||||
#yay number
|
|
||||||
color5 = #dfaefc
|
|
||||||
#some build stuff
|
|
||||||
color13 = #dfaefc
|
|
||||||
#other stuff in htop
|
|
||||||
color6 = #dfaefc
|
|
||||||
#htop uptime, tasks
|
|
||||||
color14 = #dfaefc
|
|
||||||
#oooo from download progress bar, nano options
|
|
||||||
color7 = #dfaefc
|
|
||||||
#nano
|
|
||||||
color15 = #a132d1
|
|
Loading…
Reference in New Issue
Block a user