diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-12-24 19:21:39 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-12-24 19:21:39 +0530 |
| commit | 96a1dfbd6af9298a6f542170e8f00e5fc461e733 (patch) | |
| tree | cbec74beeb4656ff43f59e2e52f2cf490ccf4821 /external/xconfig/Xresources | |
| parent | a12863b51ed016a0f7e691b1ef05dd14b1512ed5 (diff) | |
| download | nixos-config-96a1dfbd6af9298a6f542170e8f00e5fc461e733.tar.gz nixos-config-96a1dfbd6af9298a6f542170e8f00e5fc461e733.zip | |
Migrates xresources to home manager + removes 'external'
Diffstat (limited to 'external/xconfig/Xresources')
| -rw-r--r-- | external/xconfig/Xresources | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/external/xconfig/Xresources b/external/xconfig/Xresources deleted file mode 100644 index ab3701b..0000000 --- a/external/xconfig/Xresources +++ /dev/null @@ -1,57 +0,0 @@ - - -#define bg #0f0c19 -#define fg #d8dee9 -#define acc #4e3aA3 -! #383F6B -! #5587BA - -! Special -*.foreground: fg -*.background: bg -*.cursorColor: fg -*.accent: acc - -! Colors -*.color0: #15121f -*.color8: #555555 - -*.color1: #e06c75 -*.color9: #bf616a - -*.color2: #98C379 -*.color10: #a3be8c - -*.color3: #E5C07B -*.color11: #f7b731 - -*.color4: #60a3bc -*.color12: #5e81ac - -*.color5: #4e3aA3 -*.color13: #4e3aA3 - -*.color6: #56B6C2 -*.color14: #0fb9b1 - -*.color7: #ABB2BF -*.color15: #ebdbb2 - -dmenu.background: bg -dmenu.foreground: fg -dmenu.selbackground: acc -dmenu.selforeground: fg - -dmenu.highlightbg: bg -dmenu.highlightfg: acc -dmenu.highlightselbg: acc -dmenu.highlightselfg: bg - -dwm.normbordercolor: bg -dwm.normbgcolor: bg -dwm.normfgcolor: fg - -dwm.selbordercolor: acc -dwm.selbgcolor: acc -dwm.selfgcolor: fg - |
