themes/solarized-light.xdefaults

17 lines
376 B
Text
Raw Permalink Normal View History

2022-03-20 12:47:57 +01:00
#define Light
2022-03-21 00:17:45 +01:00
#include "solarized-dark.xdefaults"
#if 0
2022-03-20 12:47:57 +01:00
#include "solarized.palette"
2022-02-21 11:33:25 +01:00
2022-03-06 17:42:38 +01:00
vim*theme: solarized
2022-02-21 11:33:25 +01:00
wallpaper: geom
dwm*barSingleBg: 1
dwm*borderpx: 6
dwm*foreground: S_base3
dwm*background: S_base03
dwm*border: S_base02
dwm*selforeground: S_base3
2022-03-20 12:47:57 +01:00
dwm*selbackground: #d6cca9 // custom color
dwm*selborder: #d6cca9 // custom color
2022-03-21 00:17:45 +01:00
#endif