diff options
author | Nicholas Tay <nick@windblume.net> | 2021-11-17 17:06:49 +1100 |
---|---|---|
committer | Nicholas Tay <nick@windblume.net> | 2021-11-17 17:06:49 +1100 |
commit | d794ea6f9d49c310eaab5bed6746bb47d1e4b70c (patch) | |
tree | 3bc4fbdf430a9c561bb99122c6563add92c8fda2 /.Xresources | |
parent | a64291b65b93c6034cae6e75ccb5c16f3038800a (diff) | |
download | dotlite-d794ea6f9d49c310eaab5bed6746bb47d1e4b70c.tar.gz dotlite-d794ea6f9d49c310eaab5bed6746bb47d1e4b70c.tar.bz2 dotlite-d794ea6f9d49c310eaab5bed6746bb47d1e4b70c.zip |
Add xresources and repeat rate stuff into i3
Diffstat (limited to '')
-rw-r--r-- | .Xresources | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..c556cca --- /dev/null +++ b/.Xresources @@ -0,0 +1,59 @@ +XTerm*faceName: xft:mono +XTerm*faceSize: 12 +XTerm*renderFont: true +XTerm*termName: xterm-256color +XTerm*locale: true +XTerm*utf8: 1 +XTerm*eightBitInput: false +XTerm*eightBitControl: false +XTerm*eightBitOutput: true +XTerm*scrollBar: false +XTerm*translations: #override \ +Super <Key> minus: smaller-vt-font() \n\ +Super <Key> plus: larger-vt-font() \n\ + +URxvt.depth: 32 +URxvt.background: #050505 +URxvt.scrollBar: false +URxvt.letterSpace: -1 +URxvt.iso14755: false +URxvt.iso14755_52: false +URxvt.font: xft:mono:size=12 + + +! special +*.foreground: #ffffff +*.background: #000000 +*.cursorColor: #ffffff + +! black +*.color0: #2e3436 +*.color8: #555753 + +! red +*.color1: #a31604 +*.color9: #c60001 + +! green +*.color2: #447241 +*.color10: #27a343 + +! yellow +*.color3: #c1951a +*.color11: #d5a30e + +! blue +*.color4: #425387 +*.color12: #4a5a8d + +! magenta +*.color5: #965d98 +*.color13: #893c8c + +! cyan +*.color6: #06989a +*.color14: #12bccb + +! white +*.color7: #d3d7cf +*.color15: #eeeeec |