Added terminator (replace urxvt)
This commit is contained in:
parent
474a633309
commit
1d3e59cf37
2 changed files with 31 additions and 3 deletions
28
config/terminator/config
Normal file
28
config/terminator/config
Normal file
|
@ -0,0 +1,28 @@
|
|||
[global_config]
|
||||
title_transmit_fg_color = "#2E3440"
|
||||
title_transmit_bg_color = "#88C0D0"
|
||||
title_receive_fg_color = "#2E3440"
|
||||
title_receive_bg_color = "#8FBCBB"
|
||||
title_inactive_fg_color = "#D8DEE9"
|
||||
title_inactive_bg_color = "#4C566A"
|
||||
title_use_system_font = False
|
||||
title_font = Droid Sans Mono for Powerline 9
|
||||
[keybindings]
|
||||
[profiles]
|
||||
[[default]]
|
||||
cursor_color = "#aaaaaa"
|
||||
[[nord]]
|
||||
background_color = "#2e3440"
|
||||
cursor_color = "#D8DEE9"
|
||||
foreground_color = "#d8dee9"
|
||||
palette = "#3b4252:#bf616a:#a3be8c:#ebcb8b:#81a1c1:#b48ead:#88c0d0:#e5e9f0:#4c566a:#bf616a:#a3be8c:#ebcb8b:#81a1c1:#b48ead:#8fbcbb:#eceff4"
|
||||
[layouts]
|
||||
[[default]]
|
||||
[[[window0]]]
|
||||
type = Window
|
||||
parent = ""
|
||||
[[[child1]]]
|
||||
type = Terminal
|
||||
parent = window0
|
||||
profile = nord
|
||||
[plugins]
|
Loading…
Add table
Add a link
Reference in a new issue