diff options
author | Loek Le Blansch <l.leblansch@gmail.com> | 2020-07-16 12:26:51 +0200 |
---|---|---|
committer | Loek Le Blansch <l.leblansch@gmail.com> | 2020-07-16 12:26:51 +0200 |
commit | 68f0ec3669f991945c10a04eba85eeb6e300960b (patch) | |
tree | 16e97bf0e07f82a05ba1722f3f24e32351cc744f /.config/X11 | |
parent | 9bbfd3bea6f3fb109cc9d2b22f41255959df806f (diff) |
Xresources update
Diffstat (limited to '.config/X11')
-rw-r--r-- | .config/X11/Xresources | 29 | ||||
-rw-r--r-- | .config/X11/Xresources-colors | 20 | ||||
-rw-r--r-- | .config/X11/Xresources-custom | 9 |
3 files changed, 58 insertions, 0 deletions
diff --git a/.config/X11/Xresources b/.config/X11/Xresources new file mode 100644 index 0000000..a5edf02 --- /dev/null +++ b/.config/X11/Xresources @@ -0,0 +1,29 @@ +*.color0: #312322 +*.color1: #c3acaa +*.color2: #8eb8fb +*.color3: #f4b3aa +*.color4: #c0c3ef +*.color5: #e9bce1 +*.color6: #bed5fb +*.color7: #cbc8c7 +*.color8: #645a59 +*.color9: #c3acaa +*.color10: #8eb8fb +*.color11: #f4b3aa +*.color12: #c0c3ef +*.color13: #e9bce1 +*.color14: #bed5fb +*.color15: #cbc8c7 +*.foreground: #cbc8c7 +*.background: #312322 +*.cursorColor: #cbc8c7 + +*.font: JetBrainsMono Nerd Font:style=Medium,Regular:pixelsize=13:antialias=true:hinting=true + +*.termname: st-256color +*.shell: /bin/sh + +*.tabspaces: 4 +*.borderpx: 0 + +Xcursor.theme: OpenZone_Black diff --git a/.config/X11/Xresources-colors b/.config/X11/Xresources-colors new file mode 100644 index 0000000..6d74ded --- /dev/null +++ b/.config/X11/Xresources-colors @@ -0,0 +1,20 @@ +*.color0: #312322 +*.color1: #c3acaa +*.color2: #8eb8fb +*.color3: #f4b3aa +*.color4: #c0c3ef +*.color5: #e9bce1 +*.color6: #bed5fb +*.color7: #cbc8c7 +*.color8: #645a59 +*.color9: #c3acaa +*.color10: #8eb8fb +*.color11: #f4b3aa +*.color12: #c0c3ef +*.color13: #e9bce1 +*.color14: #bed5fb +*.color15: #cbc8c7 +*.foreground: #cbc8c7 +*.background: #312322 +*.cursorColor: #cbc8c7 + diff --git a/.config/X11/Xresources-custom b/.config/X11/Xresources-custom new file mode 100644 index 0000000..d4863b2 --- /dev/null +++ b/.config/X11/Xresources-custom @@ -0,0 +1,9 @@ +*.font: JetBrainsMono Nerd Font:style=Medium,Regular:pixelsize=13:antialias=true:hinting=true + +*.termname: st-256color +*.shell: /bin/sh + +*.tabspaces: 4 +*.borderpx: 0 + +Xcursor.theme: OpenZone_Black |