conf: Add terminator configuration, pretty format i3 home conf
This commit is contained in:
27
.config/terminator/config
Normal file
27
.config/terminator/config
Normal file
@@ -0,0 +1,27 @@
|
||||
[global_config]
|
||||
[keybindings]
|
||||
[layouts]
|
||||
[[default]]
|
||||
[[[child1]]]
|
||||
parent = window0
|
||||
type = Terminal
|
||||
[[[window0]]]
|
||||
parent = ""
|
||||
type = Window
|
||||
[plugins]
|
||||
[profiles]
|
||||
[[default]]
|
||||
background_color = "#101e4e"
|
||||
cursor_color = "#aaaaaa"
|
||||
font = Hack 11
|
||||
foreground_color = "#ebdbb2"
|
||||
scrollbar_position = hidden
|
||||
use_system_font = False
|
||||
[[nord]]
|
||||
background_color = "#2e3440"
|
||||
cursor_color = "#D8DEE9"
|
||||
font = Hack 11
|
||||
foreground_color = "#d8dee9"
|
||||
palette = "#3b4252:#bf616a:#a3be8c:#ebcb8b:#81a1c1:#b48ead:#88c0d0:#e5e9f0:#4c566a:#bf616a:#a3be8c:#ebcb8b:#81a1c1:#b48ead:#8fbcbb:#eceff4"
|
||||
scrollbar_position = hidden
|
||||
use_system_font = False
|
||||
Reference in New Issue
Block a user