terminator terminal emulator config
This commit is contained in:
parent
538a66683a
commit
d21b03b8fb
1 changed files with 29 additions and 0 deletions
29
.config/terminator/config
Normal file
29
.config/terminator/config
Normal file
|
@ -0,0 +1,29 @@
|
|||
[global_config]
|
||||
title_transmit_bg_color = "#073642"
|
||||
focus = system
|
||||
[keybindings]
|
||||
[profiles]
|
||||
[[default]]
|
||||
[[solarized-dark]]
|
||||
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
|
||||
use_system_font = False
|
||||
cursor_color = "#eee8d5"
|
||||
foreground_color = "#eee8d5"
|
||||
show_titlebar = False
|
||||
font = Inconsolata for Powerline Medium 12
|
||||
background_color = "#002b36"
|
||||
[[solarized-light]]
|
||||
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
|
||||
background_color = "#eee8d5"
|
||||
cursor_color = "#002b36"
|
||||
foreground_color = "#002b36"
|
||||
[layouts]
|
||||
[[default]]
|
||||
[[[child1]]]
|
||||
type = Terminal
|
||||
parent = window0
|
||||
profile = solarized-dark
|
||||
[[[window0]]]
|
||||
type = Window
|
||||
parent = ""
|
||||
[plugins]
|
Loading…
Reference in a new issue