diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/terminator/config | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/terminator/config b/.config/terminator/config index 38e7bb4..97052ad 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -16,17 +16,18 @@ [plugins] [profiles] [[default]] - background_color = "#102313" - background_darkness = 0.92 + background_darkness = 0.0 background_image = None + background_type = transparent cursor_color = "#ffffff" - custom_command = TERM=xterm-256color tmux + custom_command = zsh font = Terminus 10 foreground_color = "#ffffff" - palette = "#050505:#b81109:#1cb228:#baa407:#2c5fad:#e35682:#16a085:#ffffff:#1c1b19:#e8160c:#24e534:#fcdf09:#408afc:#e02c6d:#1abc9c:#ebe3e3" + palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec" scrollback_infinite = True scrollbar_position = hidden show_titlebar = False + use_custom_command = True use_system_font = False [[Old]] background_color = "#100935" |