commit f9c995074e44a19109c30c7f84d294377f530160 parent c9bda1de1f3f94ba507fa0eacc96d6a4f338637f Author: siduck76 <siduckk76@protonmail.com> Date: Mon, 20 Sep 2021 08:46:40 +0530 improve sample xresources config Diffstat:
| M | xresources | | | 104 | ++++++++++++++++++++++++++++++++++---------------------------------------------- |
1 file changed, 44 insertions(+), 60 deletions(-)
diff --git a/xresources b/xresources @@ -1,69 +1,53 @@ +!-- Xft settings -- ! you dont even need this probably -!-- Xft settings -- ! -Xft.dpi: 96 -Xft.antialias: true -Xft.rgba: rgb -Xft.hinting: true -Xft.hintstyle: hintfull +Xft.antialias: 1 +Xft.hinting: 1 +Xft.autohint: 0 +Xft.hintstyle: hintslight +Xft.rgba: rgb +Xft.lcdfilter: lcddefault -! window padding +! transparency ( 0.1 to 0.9 values) +st.alpha: 0.8 + +! inner padding st.borderpx: 15 -st.font: JetBrains Mono::pixelsize=15 -st.fontalt0: FuraCode Nerd Font:style=Regular:pixelsize=14 -! st.font: JetBrainsMono Nerd Font:pixelsize=15 , Material Design Icons :pixelsize =15 -st.opacity: 255 +st.font: JetBrainsMono Nerd Font:style:medium:pixelsize=15 + +!! Colors + +!! Dracula palette +*.foreground: #F8F8F2 +*.background: #282A36 + +!! black + grey +*.color0: #000000 +*.color8: #4D4D4D + +!! dark red + red +*.color1: #FF5555 +*.color9: #FF6E67 -! Base16 OneDark -! Scheme: Lalit Magant (http://github.com/tilal6991) +!! green +*.color2: #50FA7B +*.color10: #5AF78E -#define base00 #282c34 -#define base01 #353b45 -#define base02 #3e4451 -#define base03 #545862 -#define base04 #565c64 -#define base05 #abb2bf -#define base06 #b6bdca -#define base07 #c8ccd4 -#define base08 #e06c75 -#define base09 #d19a66 -#define base0A #e5c07b -#define base0B #98c379 -#define base0C #56b6c2 -#define base0D #61afef -#define base0E #c678dd -#define base0F #be5046 +!! yellow +*.color3: #F1FA8C +*.color11: #F4F99D -*foreground: base07 -#ifdef background_opacity -*background: [background_opacity]base00 -#else -*background: base00 -#endif -*cursorColor: base05 +!! purple +*.color4: #BD93F9 +*.color12: #CAA9FA -*color0: base00 -*color1: base08 -*color2: base0B -*color3: base0A -*color4: base0D -*color5: base0E -*color6: base0C -*color7: base05 +!! pink +*.color5: #FF79C6 +*.color13: #FF92D0 -*color8: base03 -*color9: base08 -*color10: base0B -*color11: base0A -*color12: base0D -*color13: base0E -*color14: base0C -*color15: base07 +!! cyan +*.color6: #8BE9FD +*.color14: #9AEDFE -! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt), -! use 'shell' template to set these if necessary -*color16: base09 -*color17: base0F -*color18: base01 -*color19: base02 -*color20: base04 -*color21: base06 +!! white +*.color7: #BFBFBF +*.color15: #E6E6E6