diff --git a/.config/i3/lemonbar/cc.sh b/.config/i3/lemonbar/cc.sh index 756e760..7f5a534 100755 --- a/.config/i3/lemonbar/cc.sh +++ b/.config/i3/lemonbar/cc.sh @@ -3,7 +3,7 @@ . $(dirname $0)/config . $(dirname $0)/colors -foc_wsp_fore=${color166} +foc_wsp_fore=${color28} curret_wsp= update=true while true diff --git a/.dircolors b/.dircolors index 44426fb..3bb86d2 100644 --- a/.dircolors +++ b/.dircolors @@ -118,7 +118,7 @@ TERM xterm-termite NORMAL 00;38;5;250 # no color code at all FILE 00;38;5;223 # regular file: use no color at all RESET 00;38;5;172 # reset to "normal" color -DIR 01;38;5;166 # directory +DIR 01;38;5;28 # directory LINK target # symbolic link. (If you set this to 'target' instead of a # numerical value, the color is as for the file pointed to.) @@ -253,23 +253,23 @@ EXEC 01;30;32 .xspf 01;33 # documents -.doc 38;5;109 -.docx 38;5;109 -.html 38;5;109 -.js 38;5;109 -.json 38;5;109 -.md 38;5;109 -.neon 38;5;109 -.odp 38;5;109 -.ods 38;5;109 -.odt 38;5;109 -.pdf 38;5;109 -.php 38;5;109 -.phtml 38;5;109 -.ppt 38;5;109 -.pptx 38;5;109 -.tex 38;5;109 -.txt 38;5;109 -.xls 38;5;109 -.xlsx 38;5;109 -.xml 38;5;109 +.doc 38;5;46 +.docx 38;5;46 +.html 38;5;46 +.js 38;5;46 +.json 38;5;46 +.md 38;5;46 +.neon 38;5;46 +.odp 38;5;46 +.ods 38;5;46 +.odt 38;5;46 +.pdf 38;5;46 +.php 38;5;46 +.phtml 38;5;46 +.ppt 38;5;46 +.pptx 38;5;46 +.tex 38;5;46 +.txt 38;5;46 +.xls 38;5;46 +.xlsx 38;5;46 +.xml 38;5;46 diff --git a/.zshrc b/.zshrc index 5831ad2..8895a58 100644 --- a/.zshrc +++ b/.zshrc @@ -93,11 +93,11 @@ POWERLEVEL9K_TIME_FORMAT="%D{%H:%M \uf073 %d.%m.%y}" POWERLEVEL9K_STATUS_VERBOSE=false POWERLEVEL9K_SHORTEN_STRATEGY="truncate_middle" POWERLEVEL9K_OS_ICON_BACKGROUND="black" -POWERLEVEL9K_OS_ICON_FOREGROUND="166" +POWERLEVEL9K_OS_ICON_FOREGROUND="28" POWERLEVEL9K_DIR_HOME_FOREGROUND="black" POWERLEVEL9K_DIR_HOME_SUBFOLDER_FOREGROUND="black" -POWERLEVEL9K_DIR_HOME_BACKGROUND="166" -POWERLEVEL9K_DIR_HOME_SUBFOLDER_BACKGROUND="166" +POWERLEVEL9K_DIR_HOME_BACKGROUND="28" +POWERLEVEL9K_DIR_HOME_SUBFOLDER_BACKGROUND="28" POWERLEVEL9K_DIR_DEFAULT_FOREGROUND="white" POWERLEVEL9K_LEFT_SEGMENT_SEPARATOR=$'\uE0C4' POWERLEVEL9K_RIGHT_SEGMENT_SEPARATOR=$'\uE0C5'