diff options
author | Matthew Lemon <y@yulqen.org> | 2024-12-12 11:15:52 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-12-12 11:15:52 +0000 |
commit | 51193a6e6d4c36317233e0d9b28fe859d6b3829b (patch) | |
tree | d9ccf3ded5ff169ede5873aaac2ce139261de95b | |
parent | a981075933758ef4ca94f918722cc19506c04681 (diff) |
Adds new xresources for a laptop
-rw-r--r-- | Xresources-laptop | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/Xresources-laptop b/Xresources-laptop new file mode 100644 index 0000000..d8b8729 --- /dev/null +++ b/Xresources-laptop @@ -0,0 +1,73 @@ +/* xterm*font: -Misc-Fixed-Medium-R-Normal--10-100-75-75-C-60-ISO10646-1 */ + +/* this is good +/* XTerm*font: -misc-fixed-medium-r-normal--18-120-100-100-c-90-iso8859-1 */ + +/* xterm*font: -misc-fixed-medium-r-normal-*-13-100-100-*-c-70-iso8859-1 */ +/* xterm*font: fixed */ +/* xterm*font: *-fixed-*-*-*-18-* */ +/* xterm*font: fixed */ +/* xterm*fontSize: 12 */ +/* xterm*faceName: unifont */ +/* xterm*faceSize:10 */ +/* xterm*faceName: terminus-16 */ +/* xterm*font: terminus-18 */ +/* xterm*faceName: Hack Nerd Font Mono */ +XTerm*cursorBlink: false +XTerm*blinkAsBold: false +/* XTerm*colorMode: false */ +XTerm*dynamicColors: false +XTerm*colorBDMode: false +XTerm*colorULMode: false +/* XTerm*cursorColor: black */ +! xterm*boldFont: terminus-14 +/* xterm*faceName: Hack Nerd Font */ +xterm*faceName: DejaVu Sans Mono +/*xterm*faceName: Cascadia Mono */ +/* xterm*faceName: Ubuntu Mono */ +! xterm*faceName: Terminus +xterm*faceSize: 11 +/* xterm*faceName: "Jetbrains Mono Nerd Mono" */ +/* xterm*faceName: "Cascadia Code Nerd Font" */ +/* xterm*faceName: "Jetbrains Mono Nerd Font" */ +/* xterm*faceSize: 15 */ +/* xterm*vt100*geometry: 80x50 */ +XTerm*geometry: 120x30 +/* 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 +xterm*selectToClipboard: true + +xterm*foreground: white +xterm*background: black +/* xterm*background: Dark Slate Blue */ +/* xterm*background: Dim Gray */ +/* xterm*background: Dark Slate Gray */ +/* xterm*background: Midnight Blue */ +/* xterm*background: Indigo */ + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +!! 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 */ |