aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-09-26 23:28:16 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-09-26 23:28:16 +0530
commit05a54c34c22f98e15d641073c51f5f983363f28c (patch)
treeff53b8744b09d7dc73fba90a4360f952977d5e74 /.config
parenta48b8eb49c3acef3d1c68180ebaa4837319c2040 (diff)
changed color scheme
Diffstat (limited to '.config')
-rw-r--r--.config/XMonad/lib/Defaults.hs5
-rw-r--r--.config/polybar/config.ini15
2 files changed, 12 insertions, 8 deletions
diff --git a/.config/XMonad/lib/Defaults.hs b/.config/XMonad/lib/Defaults.hs
index 3984442..593e842 100644
--- a/.config/XMonad/lib/Defaults.hs
+++ b/.config/XMonad/lib/Defaults.hs
@@ -10,7 +10,8 @@ import XMonad.Util.Loggers
-- import XMonad.Hooks.StatusBar.PP
myBorder = "#120F23"
-myBorder' = "#C44CF2"
+myBorder' = "#a663cc"
+-- myBorder' = "#C44CF2"
-- myBorder = "#120F23"
-- myBorder' = "#1ca09d"
@@ -58,7 +59,7 @@ myTorrentClient = "qbittorrent"
myFileManager = "pcmanfm"
myFileManager' = "lf"
-myTextEditor = "emacs"
+myTextEditor = "doom run"
myTextEditor' = "nvim"
-- workspaces
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini
index 93f8da6..215e83f 100644
--- a/.config/polybar/config.ini
+++ b/.config/polybar/config.ini
@@ -25,27 +25,29 @@ foreground = #FFFFFF
systray-bg = ${colors.background}
-module-color-0 = #9a30a4
-module-color-1 = #f56ea5
+;module-color-0 = #9a30a4
+;module-color-1 = #f56ea5
;module-color-0 = #9b1bed
;module-color-1 = #ff0aa3
+module-color-0 = #a663cc
+module-color-1 = #fb6f92
+
;module-color-0 = #1ca09d
;module-color-1 = #2be38f
module-bg = #e6100b13
module-bg-alt = #232627
;xwindow-fg = #9d00ff
-;xwindow-fg = #1ca09d
+;window-fg = #1ca09d
xwindow-fg = ${colors.module-color-0}
-;ws-active-fg = #ffffff
-ws-active-fg = #101520
+ws-active-fg = #232627
ws-active-bg = ${colors.module-color-1}
ws-active-ul = #d33682
-ws-occupied-fg = #FFFFFF
+ws-occupied-fg = #232627
ws-occupied-bg = ${colors.module-color-0}
ws-occupied-ul = #130f23
@@ -304,6 +306,7 @@ label-volume = " VOL: %percentage%% "
label-volume-background = ${colors.vol-bg}
label-volume-foreground = ${colors.vol-fg}
+use-ui-max = false
label-muted = " MUTED "
label-muted-foreground = ${colors.vol-fg-alt}
label-muted-background = ${colors.vol-bg}