diff options
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 + |