terminator: change default colors

This commit is contained in:
2019-08-08 08:00:55 +02:00
parent 0b0b6382e0
commit 6121505a46
2 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,10 @@
[global_config]
title_inactive_bg_color = "#4C566A"
title_inactive_fg_color = "#D8DEE9"
title_receive_bg_color = "#8FBCBB"
title_receive_fg_color = "#2E3440"
title_transmit_bg_color = "#88C0D0"
title_transmit_fg_color = "#2E3440"
[keybindings]
[layouts]
[[default]]
@@ -11,10 +17,10 @@
[plugins]
[profiles]
[[default]]
background_color = "#101e4e"
background_color = "#12204d"
cursor_color = "#aaaaaa"
font = Hack 11
foreground_color = "#ebdbb2"
foreground_color = "#ffffff"
scrollbar_position = hidden
use_system_font = False
[[nord]]