diff --git a/X/.Xresources b/X/.Xresources index 6635f28..fff8fb3 100644 --- a/X/.Xresources +++ b/X/.Xresources @@ -1,5 +1,5 @@ ! FIXME: this line should be conditional in some way -#include ".Xresources.d/theme/easy-dark" +#include ".Xresources.d/theme/hund" ! XTerm settings diff --git a/X/.Xresources.d/theme/hund b/X/.Xresources.d/theme/hund new file mode 100644 index 0000000..8ab75b7 --- /dev/null +++ b/X/.Xresources.d/theme/hund @@ -0,0 +1,36 @@ +! special +*.foreground: #ffffff +*.background: #161616 +*.cursorColor: #ffffff + +! black +*.color0: #222222 +*.color8: #666666 + +! red +*.color1: #e84f4f +*.color9: #d23d3d + +! green +*.color2: #b7ce42 +*.color10: #bde077 + +! yellow +*.color3: #fea63c +*.color11: #ffe863 + +! blue +*.color4: #66aabb +*.color12: #aaccbb + +! magenta +*.color5: #b7416e +*.color13: #e16a98 + +! cyan +*.color6: #6d878d +*.color14: #42717b + +! white +*.color7: #dddddd +*.color15: #cccccc