update
Before Width: | Height: | Size: 11 MiB After Width: | Height: | Size: 11 MiB |
Before Width: | Height: | Size: 2.9 MiB After Width: | Height: | Size: 2.9 MiB |
Before Width: | Height: | Size: 4.6 MiB After Width: | Height: | Size: 4.6 MiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 384 KiB After Width: | Height: | Size: 384 KiB |
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 99 KiB |
2
settheme
|
@ -5,6 +5,8 @@
|
|||
# xresources, wallpapers, vim,
|
||||
# dunst, zsh (experimental),
|
||||
# dircolors, qutebrowser, man
|
||||
#
|
||||
# TODO: qutebrowser userscripts, qt/qss
|
||||
|
||||
[ -f ~/.local/share/themes/"$1".xdefaults ] || exit -1
|
||||
|
||||
|
|
Before Width: | Height: | Size: 272 KiB |
BIN
solarized-dark-wallpapers/solid.png
Normal file
After Width: | Height: | Size: 277 B |
|
@ -1,11 +1,17 @@
|
|||
#include "solarized.palette"
|
||||
|
||||
#ifndef Light
|
||||
#define altbg #174956 // selenized dark bg1
|
||||
|
||||
#define S_base04 #174956 // selenized dark bg1
|
||||
#define S_base4 #e9e4d0 // custom color
|
||||
qutebrowser*theme: solarized-dark-qutebrowser
|
||||
|
||||
#else
|
||||
#define altbg #e9e4d0 // custom color
|
||||
|
||||
#define S_base04 #e9e4d0 // custom color
|
||||
#define S_base4 #174956 // selenized dark bg1
|
||||
qutebrowser*theme: solarized-light-qutebrowser
|
||||
|
||||
#endif
|
||||
|
||||
wallpaper: cubes
|
||||
|
@ -17,10 +23,8 @@ dwm*foreground: S_base0
|
|||
dwm*background: S_base03
|
||||
dwm*border: S_base02
|
||||
dwm*selforeground: S_base1
|
||||
//dwm*selbackground: #234D59 // LAB (30, -12, -12)
|
||||
//dwm*selborder: #234D59 // LAB (30, -12, -12)
|
||||
dwm*selbackground: altbg
|
||||
dwm*selborder: altbg
|
||||
dwm*selbackground: S_base04
|
||||
dwm*selborder: S_base04
|
||||
st*cursorColor: S_base1
|
||||
st*revCurColor: S_base01
|
||||
dmenu*foreground: S_base0
|
||||
|
@ -34,6 +38,8 @@ tabbed*selbackground: S_base03
|
|||
|
||||
// dwm*border: #002733 // custom color
|
||||
// dwm*border: #103c48 // selenized dark bg0
|
||||
// dwm*selbackground: #234D59 // LAB (30, -12, -12)
|
||||
// dwm*selborder: #234D59 // LAB (30, -12, -12)
|
||||
// dwm*selbackground: S_base02
|
||||
// dwm*selborder: S_base02
|
||||
// dwm*selborder: #0a4c5c // custom color
|
||||
|
|