From 8300bb72310402ffbf2f728f5d668a2902b127b9 Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Thu, 23 Nov 2023 15:03:12 +0100 Subject: [PATCH] Add catppuccin theme for urxvt. --- .config/X11/xresources | 59 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 53 insertions(+), 6 deletions(-) diff --git a/.config/X11/xresources b/.config/X11/xresources index 1bbc2c8..48a3263 100644 --- a/.config/X11/xresources +++ b/.config/X11/xresources @@ -1,10 +1,57 @@ ! 1.25 dpi Xft.dpi: 120 -! These might also be useful depending on your monitor and personal preference: Xft.autohint: 0 Xft.lcdfilter: lcddefault -Xft.hintstyle: hintfull -Xft.hinting: 1 -Xft.antialias: 1 -Xft.rgba: rgb +URxvt.*font: xft:CaskaydiaCove Nerd Font:size=11,xft:Noto Sans:size=11,xft:Noto Color Emoji:size=11,xft:IPAGothic:size=11 -URxvt.*font: xft:Comic Code Ligatures:size=14,xft:Symbols Nerd Font:size=14 +URxvt.letterSpace: -1 + +! special +URxvt.background: #303446 +URxvt.foreground: #C6D0F5 +URxvt.cursorColor: #F2D5CF + +! black +URxvt.color0: #51576D +URxvt.color8: #626880 + +! red +URxvt.color1: #E78284 +URxvt.color9: #E78284 + +! green +URxvt.color2: #A6D189 +URxvt.color10: #A6D189 + +! yellow +URxvt.color3: #E5C890 +URxvt.color11: #E5C890 + +! blue +URxvt.color4: #8CAAEE +URxvt.color12: #8CAAEE + +! magenta +URxvt.color5: #F4B8E4 +URxvt.color13: #F4B8E4 + +! cyan +URxvt.color6: #81C8BE +URxvt.color14: #81C8BE + +! white +URxvt.color7: #B5BFE2 +URxvt.color15: #A5ADCE + +!! URxvt Appearance +!! URxvt.letterSpace: 0 +URxvt.lineSpace: 0 +URxvt.geometry: 92x24 +URxvt.internalBorder: 24 +URxvt.cursorBlink: true +URxvt.cursorUnderline: false +URxvt.saveline: 2048 +URxvt.scrollBar: false +URxvt.scrollBar_right: false +URxvt.urgentOnBell: true +URxvt.depth: 24 +URxvt.iso14755: false