diff options
author | listout <listout@protonmail.com> | 2022-03-28 00:18:28 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-03-28 00:18:28 +0530 |
commit | 4aaf1cbc8f67273220a19a87defe4b7c150f7325 (patch) | |
tree | 5c433443a14f5cb2c813e5d54ebdc987c1a36565 /.config | |
parent | cfcc1b00e45b32a00e3e29a3c671beabd0ed6952 (diff) |
colorscheme: substrata
Moving to substrata color scheme
Affected files:
- .config/bspwm/bspwmrc
- .config/dunst/dunstrc
- .config/kitty/kitty.conf
- .config/nvim/configs/appearance.vim
- .config/nvim/configs/plugins.vim
- .config/polybar/config
- .config/rofi/config.rasi
- .tmux.conf
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '.config')
-rwxr-xr-x | .config/bspwm/bspwmrc | 8 | ||||
-rw-r--r-- | .config/dunst/dunstrc | 16 | ||||
-rw-r--r-- | .config/kitty/kitty.conf | 55 | ||||
-rw-r--r-- | .config/polybar/config | 79 | ||||
-rw-r--r-- | .config/rofi/config.rasi | 28 |
5 files changed, 86 insertions, 100 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 694f6f8..8eeeb3b 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -6,9 +6,9 @@ picom & #/usr/bin/nm-applet & sh $HOME/Documents/scroll_trackball.sh & $HOME/.config/polybar/launch.sh & -#hsetroot -solid '#1a1a24' & +hsetroot -solid '#1c1c1c' & /usr/bin/kdeconnect-indicator & -feh --bg-fill $HOME/wallpaper/waves.png +#feh --bg-fill $HOME/wallpaper/waves.png # bspc config top_padding 27 bspc monitor -d 1 2 3 4 5 6 7 8 9 @@ -20,8 +20,8 @@ bspc config split_ratio 0.52 bspc config borderless_monocle true bspc config gapless_monocle true -bspc config normal_border_color '#44495e' -bspc config focused_border_color '#b1dba4' +bspc config normal_border_color '#2e313d' +bspc config focused_border_color '#5b5f71' wmname LG3D diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index f1da684..c50711c 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -86,10 +86,10 @@ # Defines width in pixels of frame around the notification window. # Set to 0 to disable. - frame_width = 3 + frame_width = 2 # Defines color of the frame around the notification window. - frame_color = "#3d4059" + frame_color = "#b4b5c9" # Define a color for the separator. # possible values are: @@ -292,22 +292,22 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#2c2e3e" - foreground = "#cddbf9" + background = "#1c1c1c" + foreground = "#b4b5c9" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #new_icon = /path/to/icon [urgency_normal] - background = "#2c2e3e" - foreground = "#cddbf9" + background = "#1c1c1c" + foreground = "#b4b5c9" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #new_icon = /path/to/icon [urgency_critical] - background = "#2c2e3e" - foreground = "#cddbf9" + background = "#1c1c1c" + foreground = "#b4b5c9" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable #new_icon = /path/to/icon diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 03c9730..c444634 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -18,40 +18,21 @@ cursor_blink_interval 0 shell_integration no-cursor -background #1a1b26 -foreground #c0caf5 -selection_background #33467C -selection_foreground #c0caf5 -url_color #73daca -cursor #c0caf5 - -# Tabs -active_tab_background #7aa2f7 -active_tab_foreground #1f2335 -inactive_tab_background #292e42 -inactive_tab_foreground #545c7e -#tab_bar_background #15161E - -# normal -color0 #15161E -color1 #f7768e -color2 #9ece6a -color3 #e0af68 -color4 #7aa2f7 -color5 #bb9af7 -color6 #7dcfff -color7 #a9b1d6 - -# bright -color8 #414868 -color9 #f7768e -color10 #9ece6a -color11 #e0af68 -color12 #7aa2f7 -color13 #bb9af7 -color14 #7dcfff -color15 #c0caf5 - -# extended colors -color16 #ff9e64 -color17 #db4b4b +foreground #b5b4c9 +background #1c1c1c +color0 #2e313d +color8 #5b5f71 +color1 #cf8164 +color9 #fe9f7c +color2 #76a065 +color10 #92c47e +color3 #ab924c +color11 #d2b45f +color4 #8296b0 +color12 #a0b9d8 +color5 #a18daf +color13 #c6aed7 +color6 #659ea2 +color14 #7dc2c7 +color7 #b5b4c9 +color15 #f0ecfe diff --git a/.config/polybar/config b/.config/polybar/config index d4c33af..ff36f11 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -1,3 +1,11 @@ +;--------; +; COLORS ; +;--------; + +[colors] +foreground = #b5b4c9 +background = #1c1c1c + [bar/mybar] ;------------; @@ -11,6 +19,9 @@ offset-x = 0 border-size = 0 +background = ${colors.background} +foreground = ${colors.foreground} + ;----------; ; LOCATION ; ;----------; @@ -23,7 +34,7 @@ override-redirect = false ; FONTS ; ;-------; -font-0="UW Ttyp0:pixelsize=14;1" +font-0="ypn envypn:pixelsize=11;1" ;---------; ; MODULES ; @@ -33,12 +44,6 @@ modules-right=cpu temperature pulseaudio date modules-left=battery network memory modules-center=bspwm -;--------; -; COLORS ; -;--------; - -foreground = #2a1a24 -background = #001a1a24 ;---------------; ; MISCELLANEOUS ; @@ -64,16 +69,16 @@ label-discharging=%time% %percentage% label-charging=%time% %percentage% label-full=BAT0: %percentage% -label-full-foreground = #cddbf9 -label-full-background = #001a1a24 +label-full-foreground = ${colors.foreground} +label-full-background = ${colors.background} label-full-padding = 2 -label-charging-foreground = #cddbf9 -label-charging-background = #001a1a24 +label-charging-foreground = ${colors.foreground} +label-charging-background = ${colors.background} label-charging-padding = 2 -label-discharging-foreground = #cddbf9 -label-discharging-background = #001a1a24 +label-discharging-foreground = ${colors.foreground} +label-discharging-background = ${colors.background} label-discharging-padding = 2 format-discharging=<label-discharging> @@ -89,8 +94,8 @@ time-alt=%I:%M:%S %A, %d %B %Y format=<label> label=%date% %time% -label-foreground = #cddbf9 -label-background = #001a1a24 +label-foreground = ${colors.foreground} +label-background = ${colors.background} label-padding = 2 [module/temperature] @@ -104,11 +109,11 @@ format-warn=<label-warn> label=TEMP: %temperature-c% label-warn=TEMP: %temperature-c% -label-foreground = #cddbf9 -label-background = #001a1a24 +label-foreground = ${colors.foreground} +label-background = ${colors.background} label-padding = 2 -label-warn-foreground = #cddbf9 -label-warn-background = #001a1a24 +label-warn-foreground = ${colors.foreground} +label-warn-background = ${colors.background} label-warn-padding = 2 [module/cpu] @@ -117,8 +122,8 @@ interval=0.5 format=<label> label=CPU: %percentage%% -label-foreground = #cddbf9 -label-background = #001a1a24 +label-foreground = ${colors.foreground} +label-background = ${colors.background} label-padding = 2 [module/memory] @@ -127,8 +132,8 @@ interval=3 format=<label> label=Mem: %gb_used% -label-foreground = #cddbf9 -label-background = #001a1a24 +label-foreground = ${colors.foreground} +label-background = ${colors.background} label-padding = 2 [module/pulseaudio] @@ -139,12 +144,12 @@ label-volume=Vol: %percentage%% label-muted=muted click-right=pavucontrol -label-volume-foreground = #cddbf9 -label-volume-background = #001a1a24 +label-volume-foreground = ${colors.foreground} +label-volume-background = ${colors.background} label-volume-padding = 2 -label-muted-foreground = #cddbf9 -label-muted-background = #001a1a24 +label-muted-foreground = ${colors.foreground} +label-muted-background = ${colors.background} label-muted-padding = 2 [module/bspwm] @@ -157,12 +162,12 @@ label-occupied-padding=2 label-empty=%name% label-empty-padding=2 -label-focused-foreground = #f6bbe7 -label-focused-background = #001a1a24 -label-occupied-foreground = #a3ccad -label-occupied-background = #001a1a24 -label-empty-foreground = #cddbf9 -label-empty-background = #001a1a24 +label-focused-foreground = #c6aed7 +label-focused-background = ${colors.background} +label-occupied-foreground = #8296b0 +label-occupied-background = ${colors.background} +label-empty-foreground = #5b5f71 +label-empty-background = ${colors.background} [module/network] type=internal/network @@ -171,12 +176,12 @@ interval=3.0 label-connected=%local_ip% label-disconnected="" -label-connected-foreground = #cddbf9 -label-connected-background = #001a1a24 +label-connected-foreground = ${colors.foreground} +label-connected-background = ${colors.background} label-connected-padding = 2 -label-disconnected-foreground = #cddbf9 -label-disconnected-background = #001a1a24 +label-disconnected-foreground = ${colors.foreground} +label-disconnected-background = ${colors.background} label-disconnected-padding = 2 ; vim: set ft=dosini nomodeline: diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index f3bd66d..73c9c77 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,30 +1,30 @@ configuration { - font: "Mono 11"; + font: "Terminus 10"; modi: "drun,windowcd,window"; - show-icons: true; - display-drun: "𝛌"; + show-icons: false; + display-drun: "run"; drun-display-format: "{name}"; - display-windowcd: "𝛅"; - display-window: "γ"; + display-windowcd: ""; + display-window: ""; window-format: "[{w} ... {c} ... {t}"; click-to-exit: true; combi-hide-mode-prefix: false; } * { - bg: #1a1a24; - fg: #e6e6f1; - accent: #e6e6f1; + bg: #1c1c1c; + fg: #b5b4c9; + accent: #b5b4c9; background-color: @bg; } window { - border: 5px; - border-color: #b1dba4; + border: 2px; + border-color: #5b5f71; border-radius: 0px; padding: 0px; - width: 35%; - height: 25%; + width: 20%; + height: 15%; } prompt { @@ -65,13 +65,13 @@ mainbox { listview { lines: 5; - columns: 2; + columns: 1; fixed-height: 0; border: 0px; border-color: @bg; spacing: 0.2em; scrollbar: false; - padding: 1em; + padding: 0 20 0 20; } element-text { |