diff options
author | delta <darkussdelta@gmail.com> | 2023-05-12 16:18:24 +0200 |
---|---|---|
committer | delta <darkussdelta@gmail.com> | 2023-05-12 16:18:24 +0200 |
commit | f5612f081db0dc69f5c0ebc69e67fa3b098a9ad9 (patch) | |
tree | 7a04027efe5fede7f08688a9524c5dbe6628635b /.Xresources | |
parent | ea1bdf6585caed2c0ba8669ca5c3b3b92232281a (diff) |
restructure services, add get_essid to quarrel.native and other wip work
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..c71bd71 --- /dev/null +++ b/.Xresources @@ -0,0 +1,42 @@ +Xft.dpi: 120 +Xft.rgba: rgb +Xcursor.theme: phinger-cursors + +! special +*.foreground: #dfe2e7 +*.background: #222831 +*.cursorColor: #dfe2e7 + +! black +*.color0: #252c36 +*.color8: #36404f +!*.color8: #2c3440 + +! red +*.color1: #de615c +*.color9: #e8908d + +! green +*.color2: #91d89a +*.color10: #b2e4b8 + +! yellow +*.color3: #ffc469 +*.color11: #ffd696 + +! blue +*.color4: #8fc7ff +*.color12: #b1d8ff + +! magenta +*.color5: #f2b9c1 +*.color13: #f6ced4 + +! cyan +*.color6: #9cfdff +*.color14: #bafeff + +! white +*.color7: #dfe2e7 +*.color15: #e9ebee + |