diff --git a/lilyterm/default.conf b/lilyterm/default.conf index 2b4167b..4e7104c 100644 --- a/lilyterm/default.conf +++ b/lilyterm/default.conf @@ -7,13 +7,13 @@ auto_save = 0 version = 0.9.9.3 # The default font name of vte terminal. -font_name = DejaVu Sans Mono 8 +font_name = DejaVu Sans Mono for Powerline 8 # The default column of vte terminal. -column = 125 +column = 180 # The default row of vte terminal. -row = 38 +row = 78 # Use true opacity in vte box. # 0: do NOT use rgba, 1: force to use rgba. @@ -79,11 +79,11 @@ show_color_selection_menu = 1 # The normal text color used in vte terminal. # You may use black, #000000 or #000000000000 here. -foreground_color = +foreground_color = #ffffffffffff # The background color used in vte terminal. # You may use black, #000000 or #000000000000 here. -background_color = +background_color = #000000000000 # Drawn the text under the cursor with foreground and background colors reversed. disable_custom_cursor_color = 1 @@ -111,7 +111,7 @@ scrollback_lines = 1024 # Shows scroll_bar or not. # 0: Never shows the scroll_bar; 1: Always shows the scroll_bar. # Left it blank: Hide when fullscreen, or scrollback_lines = 0. -show_scroll_bar = 1 +show_scroll_bar = # The position of scroll_bar. # 0: scroll_bar is on left; 1: scroll_bar is on right. diff --git a/zshrc b/zshrc index 020a6ae..a51770a 100644 --- a/zshrc +++ b/zshrc @@ -1,8 +1,7 @@ export ZSH=/home/dbroqua/.oh-my-zsh -#ZSH_THEME="aussiegeek" -#ZSH_THEME="bureau" -ZSH_THEME="gnzh" +#ZSH_THEME="gnzh" +ZSH_THEME="agnoster" # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true"