diff options
-rw-r--r-- | .config/XMonad/lib/Defaults.hs | 6 | ||||
-rw-r--r-- | .config/fish/fish_variables | 2 | ||||
-rw-r--r-- | .config/polybar/config.ini | 16 | ||||
-rw-r--r-- | .doom.d/custom.el | 7 |
4 files changed, 16 insertions, 15 deletions
diff --git a/.config/XMonad/lib/Defaults.hs b/.config/XMonad/lib/Defaults.hs index 2ba8612..3984442 100644 --- a/.config/XMonad/lib/Defaults.hs +++ b/.config/XMonad/lib/Defaults.hs @@ -9,10 +9,10 @@ import XMonad.Util.Loggers -- import XMonad.Hooks.StatusBar -- import XMonad.Hooks.StatusBar.PP --- myBorder = "#120F23" --- myBorder' = "#C44CF2" myBorder = "#120F23" -myBorder' = "#1ca09d" +myBorder' = "#C44CF2" +-- myBorder = "#120F23" +-- myBorder' = "#1ca09d" myBorderWidth :: Dimension myBorderWidth = 2 diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 6faac05..b6d1163 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -41,4 +41,4 @@ SETUVAR fish_pager_color_description:B3A06D\x1eyellow SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan SETUVAR fish_pager_color_selected_background:\x2dr -SETUVAR fish_user_paths:/home/zt/\x2egopath/bin\x1e/home/zt/\x2egopath\x1e/usr/local/bin\x1e/home/zt/\x2eemacs\x2ed/bin\x1e/home/zt/\x2elocal/bin\x1e/home/zt/\x2escripts +SETUVAR fish_user_paths:/opt/android\x2dsdk/cmdline\x2dtools/latest/bin\x1e/home/zt/\x2eflutterpath/bin\x1e/home/zt/\x2egopath/bin\x1e/home/zt/\x2egopath\x1e/usr/local/bin\x1e/home/zt/\x2eemacs\x2ed/bin\x1e/home/zt/\x2elocal/bin\x1e/home/zt/\x2escripts diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 5edd9e9..940d4a0 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -25,14 +25,14 @@ foreground = #FFFFFF systray-bg = #e6100b13 -;module-color-0 = #9b1bed -;module-color-1 = #ff0aa3 -module-color-0 = #1ca09d -module-color-1 = #2be38f +module-color-0 = #9b1bed +module-color-1 = #ff0aa3 +;module-color-0 = #1ca09d +;module-color-1 = #2be38f module-bg = #e6100b13 -;xwindow-fg = #9d00ff -xwindow-fg = #1ca09d +xwindow-fg = #9d00ff +;xwindow-fg = #1ca09d ;ws-active-fg = #ffffff ws-active-fg = #232627 @@ -79,8 +79,8 @@ mem-bg = ${colors.module-bg} vol-fg = ${colors.module-color-0} vol-bg = ${colors.module-bg} -;vol-fg-alt = #c32aeb -vol-fg-alt = ${colors.module-color-1} +vol-fg-alt = #c32aeb +;vol-fg-alt = ${colors.module-color-1} batt-charging-bg = ${colors.module-bg} batt-charging-fg = ${colors.module-color-0} diff --git a/.doom.d/custom.el b/.doom.d/custom.el index 51279c5..2dc5a26 100644 --- a/.doom.d/custom.el +++ b/.doom.d/custom.el @@ -28,13 +28,14 @@ (custom-set-faces! ;'(default :background "#100b13") '(default :background "#0e0911") - ;'(window-divider :foreground "#9b1bed") - '(window-divider :foreground "#1ca09d") + '(window-divider :foreground "#9b1bed") + ;'(window-divider :foreground "#1ca09d") '(hl-line :background "#21242b") '(region :background "#71279f") '(selection :background "#9b1bed") ;'(cursor :background "#ff0aa3") - '(cursor :background "#0ec685" :foreground) + ;'(cursor :background "#0ec685" :foreground) + '(cursor :background "#9b1bed" :foreground) '(highlight :background "#ff0aa3") '(tide-hl-identifier-face :background "#0ec685" :foreground "#232627") '(line-number :slant normal :background "#0e0911") |