diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-22 13:25:18 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-22 13:25:18 +0100 |
commit | d784275cf1543268337ed8ef555760b2ae9bec78 (patch) | |
tree | 442c2cf7e826e2d476129a7e0123c36dd98a370a /Xresources | |
parent | e4b2c315462a263852e496931b92ae532f594c6c (diff) |
Moves main tools to gruvbox
Diffstat (limited to '')
-rw-r--r-- | Xresources | 28 |
1 files changed, 25 insertions, 3 deletions
@@ -8,13 +8,35 @@ xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48 /* xterm*font: terminus-16 */ /* xterm*boldFont: terminus-16 */ /* xterm*faceName: Iosevka Nerd Font Mono */ -xtere*faceName: "Cascadia Code" +xterm*faceName: "Cascadia Code" xterm*faceSize: 18 xterm*vt100*geometry: 80x50 -xterm*background: black -xterm*foreground: white +/* xterm*background: black */ +/* xterm*foreground: white */ XTerm*allowBoldFonts: false xterm*boldMode: false XTerm*eightBitInput: false /* this is essential to stop the stupid fucking chars for instance in weechat */ XTerm*VT100*metaSendsEscape: true + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +!! Gruvbox dark +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +xterm*foreground: #ebdbb2 +xterm*background: #1d2021 +xterm*color0: #1d2021 +xterm*color1: #cc241d +xterm*color2: #98971a +xterm*color3: #d79921 +xterm*color4: #458588 +xterm*color5: #b16286 +xterm*color6: #689d6a +xterm*color7: #a89984 +xterm*color8: #928374 +xterm*color9: #fb4934 +xterm*color10: #b8bb26 +xterm*color11: #fabd2f +xterm*color12: #83a598 +xterm*color13: #d3869b +xterm*color14: #8ec07c +xterm*color15: #ebdbb2 |