From a006c562833bba33c50e84bfdcc9caf730a2a8c4 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Tue, 14 Jan 2020 21:43:56 +0530 Subject: changed colors --- bspwm/.config/bspwm/bspwmrc | 2 +- polybar/.config/polybar/config | 9 ++++--- x/.Xresources | 60 ++++++++++++++++++++++++++++-------------- 3 files changed, 46 insertions(+), 25 deletions(-) diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 40c716f..d2e81a8 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -10,7 +10,7 @@ picom --config ~/.config/picom.conf & ~/scrypts/bat_check.sh & redshift -l 13.082680:80.270718 & xbacklight -set 30 & -feh --bg-fill ~/Pictures/wavvy.jpg & +feh --bg-fill ~/Pictures/robo.jpg & urxvtd & bspc monitor -d term web music files code virt chat game IX X diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 72898d9..bb89b73 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -3,10 +3,10 @@ screenchange-reload = true [colors] #background = ${xrdb:color0:#222} -background = ${xrdb:background:#09090d} +background = ${xrdb:background:#161719} background-alt = ${xrdb:color0:#000} ;foreground = ${xrdb:color7:#222} -foreground = ${xrdb:foreground:#dfdfdf} +foreground = ${xrdb:foreground:#c5c8c6} foreground-alt = ${xrdb:colorBD:#444} primary = ${xrdb:color4:#ffb52a} secondary = ${xrdb:color3:#e60053} @@ -68,12 +68,13 @@ ws-icon-7 = game;戮 ws-icon-default =  label-focused = %name% -label-focused-foreground = ${xrdb:color4:#8c5760} +label-focused-foreground = ${xrdb:color12:#ffd7b1} label-focused-padding = 1 ;label-focused-font = 10 label-occupied = %name% -label-occupied-foreground = ${xrdb:color15:#839496} +;label-occupied-foreground = ${xrdb:color15:#85befd} +label-occupied-foreground = #5e5c5c label-occupied-padding = 1 label-empty = diff --git a/x/.Xresources b/x/.Xresources index 9022d87..c460775 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -33,26 +33,46 @@ URxvt*fading: 0 URxvt*tintColor: #ffffff URxvt*shading: 0 URxvt*inheritPixmap: False - -URxvt.foreground: #839496 -URxvt.background: #09090d -URxvt.cursor: #839496 -URxvt.color0: #353540 -URxvt.color8: #545466 -URxvt.color1: #8c5760 -URxvt.color9: #b26f7a -URxvt.color2: #7b8c58 -URxvt.color10: #9db270 -URxvt.color3: #8c6e43 -URxvt.color11: #b28c55 -URxvt.color4: #58698c -URxvt.color12: #7086b2 -URxvt.color5: #7b5e7d -URxvt.color13: #9c77b2 -URxvt.color6: #66808c -URxvt.color14: #82a2b2 -URxvt.color7: #8c8b8b -URxvt.color15: #b8b8c8 +*.foreground: #c5c8c6 +*.background: #161719 +*.cursorColor: #d0d0d0 +! +! Black +*.color0: #000000 +*.color8: #000000 +! +! Red +*.color1: #d12121 +*.color9: #d12121 +! +! Green +*.color2: #87c38a +*.color10: #94fa36 +! +! Yellow +*.color3: #ffd7b1 +*.color11: #f5ffa8 +! +! Blue +*.color4: #85befd +*.color12: #96cbfe +! +! Magenta +*.color5: #b9b6fc +*.color13: #b9b6fc +! +! Cyan +*.color6: #85befd +*.color14: #85befd +! +! White +*.color7: #e0e0e0 +*.color15: #e0e0e0 +! +! Bold, Italic, Underline +*.colorBD: #c5c8c6 +!*.colorIT: +!*.colorUL: !#include "/home/ssaini/.cache/wal/colors.Xresources" ! Perls -- cgit v1.2.3