diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-02-28 19:44:55 +0000 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-02-28 19:44:55 +0000 |
| commit | 1d35223a24ce69e72411e11ca210604b6a8c2a45 (patch) | |
| tree | cfb50ba760bc5aba03f73925d458cfee1e6a5425 /XDefaults | |
| parent | afc8c9e85bc5b6c672265f86242a94d8013133b2 (diff) | |
Update linux config
Diffstat (limited to 'XDefaults')
| -rw-r--r-- | XDefaults | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/XDefaults b/XDefaults deleted file mode 100644 index 8ed297e..0000000 --- a/XDefaults +++ /dev/null @@ -1,67 +0,0 @@ -! --------------------------- -! URxvt -! --------------------------- -Xft.dpi: 96 -Xft.antialias: false -Xft.rgba: rgb -Xft.hinting: true -Xft.hintstyle: hintslight - -! --------------------------- -! URxvt -! --------------------------- - -URxvt.depth: 32 -URxvt.geometry: 90x30 -URxvt.fading: 30 - -URxvt.loginShell: true -URxvt.saveLines: 50 -URxvt.internalBorder: 3 -URxvt.lineSpace: 0 -URxvt.transparent: false - -! fonts -URxvt.allow_bold: false -URxvt*font: xft:Hasklig-Regular:pixelsize=16 -URxvt*italicFont: xft:Hasklig-It:pixelsize=16 - -! scrollbar -URxvt.scrollbarStyle: rxvt -URxvt.scrollBar: false - -! cursor -URxvt.cursorBlink: true -URxvt.cursorColor: #c8c7c7 - -! pointer -URxvt.pointerBlank: true - -! rbdr theme -! fg / bg -URxvt.background: #3e3937 -URxvt.foreground: #eeeeee -! black -URxvt.color0: #888888 -URxvt.color8: #aaaaaa -! red -URxvt.color1: #ff004d -URxvt.color9: #ff5555 -! green -URxvt.color2: #55ff55 -URxvt.color10: #83ff83 -! yellow -URxvt.color3: #ffec27 -URxvt.color11: #ffff55 -! blue -URxvt.color4: #5555ff -URxvt.color12: #6f6fff -! magenta -URxvt.color5: #ff55ff -URxvt.color13: #ff82ff -! cyan -URxvt.color6: #55ffff -URxvt.color14: #77ffff -! white -URxvt.color7: #c7c7c7 -URxvt.color15: #feffff |