Last active
September 26, 2021 09:46
-
-
Save asifZaman0362/be758875d7ecb8ffabd18425a6e5d965 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *background: #1d2021 | |
| *foreground: #d4be98 | |
| *color0: #1d2021 | |
| *color8: #928374 | |
| *color7: #a89984 | |
| *color15: #ebdbb2 | |
| *color6: #689d6a | |
| *color14: #8ec07c | |
| *color5: #b16286 | |
| *color13: #d3869b | |
| *color4: #458588 | |
| *color12: #83a598 | |
| *color3: #d79921 | |
| *color11: #fabd2f | |
| *color2: #98971a | |
| *color10: #b8bb26 | |
| *color1: #cc241d | |
| set_from_resource $fg xrdb.foreground #faf8e3 | |
| set_from_resource $bg xrdb.background #101010 | |
| set_from_resource $red xrdb.color1 #fe4d4d | |
| set_from_resource $yellow xrdb.color2 #ffd166 | |
| set_from_resource $cyan xrdb.color3 #06d6a0 | |
| set_from_resource $titlebar xrdb.color10 #ddaa57 | |
| client.focused $titlebar $titlebar $titlebar $titlebar $titlebar | |
| client.focused_inactive $bg $bg $bg $bg $bg | |
| client.unfocused $bg $bg $bg $bg $bg $bg | |
| client.urgent #2f343a #900000 #ffffff #900000 #900000 | |
| *color9: #fb4934 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment