terminator now borderless and having font name updated
This commit is contained in:
parent
19f036ab4d
commit
eeeef85ae3
1 changed files with 7 additions and 3 deletions
|
@ -1,18 +1,22 @@
|
||||||
[global_config]
|
[global_config]
|
||||||
title_transmit_bg_color = "#073642"
|
window_state = maximise
|
||||||
|
borderless = True
|
||||||
focus = system
|
focus = system
|
||||||
|
title_transmit_bg_color = "#d30102"
|
||||||
[keybindings]
|
[keybindings]
|
||||||
[profiles]
|
[profiles]
|
||||||
[[default]]
|
[[default]]
|
||||||
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
|
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
|
||||||
login_shell = True
|
login_shell = True
|
||||||
background_darkness = 0.95
|
background_image = None
|
||||||
|
background_darkness = 0.93
|
||||||
background_type = transparent
|
background_type = transparent
|
||||||
use_system_font = False
|
use_system_font = False
|
||||||
cursor_color = "#eee8d5"
|
cursor_color = "#eee8d5"
|
||||||
foreground_color = "#eee8d5"
|
foreground_color = "#eee8d5"
|
||||||
|
icon_bell = False
|
||||||
show_titlebar = False
|
show_titlebar = False
|
||||||
font = Inconsolata Medium 12
|
font = Inconsolata for Powerline Medium 11
|
||||||
background_color = "#002b36"
|
background_color = "#002b36"
|
||||||
[layouts]
|
[layouts]
|
||||||
[[default]]
|
[[default]]
|
||||||
|
|
Loading…
Reference in a new issue