diff options
Diffstat (limited to '.config/terminator/config')
-rw-r--r-- | .config/terminator/config | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/.config/terminator/config b/.config/terminator/config index ee580ff..968b85b 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -16,26 +16,21 @@ [plugins] [profiles] [[default]] - antialias = False background_color = "#102313" - background_darkness = 0.86 - background_image = None + background_darkness = 0.92 background_type = transparent cursor_color = "#ffffff" custom_command = TERM=xterm-256color tmux - font = Terminus 10 + font = xos4 Terminus 10 foreground_color = "#ffffff" palette = "#050505:#b81109:#1cb228:#baa407:#2c5fad:#e35682:#16a085:#ffffff:#1c1b19:#e8160c:#24e534:#fcdf09:#408afc:#e02c6d:#1abc9c:#ebe3e3" - scroll_on_output = False scrollback_infinite = True scrollbar_position = hidden show_titlebar = False use_system_font = False [[Old]] - antialias = False background_color = "#100935" background_darkness = 0.49 - background_image = None background_type = transparent custom_command = tmux font = Terminus 10 @@ -45,10 +40,8 @@ show_titlebar = False use_system_font = False [[auto]] - antialias = False background_color = "#032c36" background_darkness = 0.82 - background_image = None background_type = transparent font = Terminus 10 foreground_color = "#e8dfd6" @@ -57,10 +50,8 @@ show_titlebar = False use_system_font = False [[custom]] - antialias = False background_color = "#032c36" background_darkness = 0.77 - background_image = None background_type = transparent cursor_color = "#e8dfd6" font = Terminus 12 @@ -71,7 +62,6 @@ use_system_font = False [[souceror]] background_color = "#151515" - background_image = None cursor_color = "#c2c2b0" foreground_color = "#c2c2b0" palette = "#151515:#aa4450:#719611:#ff9800:#6688aa:#8f6f8f:#528b8b:#d3d3d3:#272822:#ff6a6a:#b1d631:#87875f:#90b0d1:#8181a6:#87ceeb:#c1cdc1" |