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] [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] [keybindings]
[layouts] [layouts]
[[default]] [[default]]
@@ -11,10 +17,10 @@
[plugins] [plugins]
[profiles] [profiles]
[[default]] [[default]]
background_color = "#101e4e" background_color = "#12204d"
cursor_color = "#aaaaaa" cursor_color = "#aaaaaa"
font = Hack 11 font = Hack 11
foreground_color = "#ebdbb2" foreground_color = "#ffffff"
scrollbar_position = hidden scrollbar_position = hidden
use_system_font = False use_system_font = False
[[nord]] [[nord]]

View File

@@ -40,6 +40,8 @@ if [ "$WM" = "i3" ]; then
if [ "`hostname`" = "kubaArch" ] && [ -f ~/.i3/home.config ]; then if [ "`hostname`" = "kubaArch" ] && [ -f ~/.i3/home.config ]; then
cat ~/.i3/home.config >> $i3config cat ~/.i3/home.config >> $i3config
elif [ "`hostname`" = "JakubArch" ] && [ -f ~/.i3/work.config ]; then
cat ~/.i3/work.config >> $i3config
fi fi
exec i3 -c $i3config >> ~/${WM}.log 2>&1 exec i3 -c $i3config >> ~/${WM}.log 2>&1
else else