From 80545b5ef691644f49da737f73b97d71d090cd68 Mon Sep 17 00:00:00 2001 From: Julian Teu Date: Thu, 20 Apr 2017 17:28:37 +0200 Subject: New pc --- .config/terminator/config | 88 ++++++++++++++--------------------------------- .zshrc | 2 +- 2 files changed, 26 insertions(+), 64 deletions(-) diff --git a/.config/terminator/config b/.config/terminator/config index 558c265..a60b1c7 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -1,72 +1,34 @@ [global_config] - suppress_multiple_term_dialog = True - title_inactive_bg_color = "#1c1b19" - title_inactive_fg_color = "#ffffff" - title_transmit_bg_color = "#050505" + title_transmit_bg_color = "#d30102" + focus = system [keybindings] +[profiles] + [[default]] + # gruvbox-dark + background_color = "#282828" + cursor_color = "#7c6f64" + foreground_color = "#ebdbb2" + palette = "#181818:#cc241d:#98971a:#d79921:#458588:#b16286:#689d6a:#ebdbb2:#928374:#fb4934:#b8bb26:#fabd2f:#83a598:#d3869b:#8ec07c:#ebdbb2" + + [[gruvbox-dark]] + background_color = "#282828" + cursor_color = "#7c6f64" + foreground_color = "#ebdbb2" + palette = "#181818:#cc241d:#98971a:#d79921:#458588:#b16286:#689d6a:#ebdbb2:#928374:#fb4934:#b8bb26:#fabd2f:#83a598:#d3869b:#8ec07c:#ebdbb2" + + [[gruvbox-light]] + palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" + background_color = "#eee8d5" + foreground_color = "#002b36" + cursor_color = "#002b36" + [layouts] [[default]] [[[child1]]] - parent = window0 - profile = default type = Terminal + parent = window0 + profile = gruvbox-dark [[[window0]]] - parent = "" type = Window + parent = "" [plugins] -[profiles] - [[default]] - background_darkness = 0.0 - background_image = None - background_type = transparent - cursor_color = "#ffffff" - custom_command = terminator - font = Terminus 10 - foreground_color = "#ffffff" - 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" - background_darkness = 0.49 - background_image = None - background_type = transparent - custom_command = tmux - font = Terminus 10 - foreground_color = "#ffffff" - palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec" - scrollbar_position = hidden - show_titlebar = False - use_system_font = False - [[auto]] - background_color = "#032c36" - background_darkness = 0.82 - background_image = None - background_type = transparent - font = Terminus 10 - foreground_color = "#e8dfd6" - palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec" - scrollbar_position = hidden - show_titlebar = False - use_system_font = False - [[custom]] - background_color = "#032c36" - background_darkness = 0.77 - background_image = None - background_type = transparent - cursor_color = "#e8dfd6" - font = Terminus 12 - foreground_color = "#e8dfd6" - palette = "#032c36:#c2454e:#7cbf9e:#8a7a63:#2e3340:#ff5879:#44b5b1:#f2f1b9:#065f73:#ef5847:#a2d9b1:#beb090:#61778d:#ff99a1:#9ed9d8:#f6f6c9" - scrollbar_position = hidden - show_titlebar = False - 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" diff --git a/.zshrc b/.zshrc index f02a1b6..dfc330d 100644 --- a/.zshrc +++ b/.zshrc @@ -9,7 +9,7 @@ export TERM="xterm-256color" # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-zsh is loaded. # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes -ZSH_THEME="lambda-mod" +ZSH_THEME="minimal" # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true" -- cgit v1.2.3