- Add Xft Xresources to make fonts not ugly - Add dunstrc now that I'm using dunst - Manage GTK settings now that I'm free of mate-settings - Add an i3 keybind for pcmanfm - Make kitty font size chords +/- by 1pt and not 2pt - Explicitly specify fonts everywhere - Put barrier and dunst in xinitrc - Make QT theme explicit via env var - Move ZSH keybinds to global since Arch doesn't bind them
53 lines
1 KiB
Text
53 lines
1 KiB
Text
! %%base16_template: xresources##default %%
|
|
#define base00 #000000
|
|
#define base01 #202020
|
|
#define base02 #311647
|
|
#define base03 #606060
|
|
#define base04 #b0b0b0
|
|
#define base05 #f0f0f0
|
|
#define base06 #c0c0c0
|
|
#define base07 #ffffff
|
|
#define base08 #ed008c
|
|
#define base09 #f7941d
|
|
#define base0A #f7c61d
|
|
#define base0B #8dc73f
|
|
#define base0C #65cdcd
|
|
#define base0D #3f7fff
|
|
#define base0E #9f4fdf
|
|
#define base0F #a16946
|
|
|
|
*foreground: base05
|
|
#ifdef background_opacity
|
|
*background: [background_opacity]base00
|
|
#else
|
|
*background: base00
|
|
#endif
|
|
*cursorColor: base05
|
|
|
|
*color0: base00
|
|
*color1: base08
|
|
*color2: base0B
|
|
*color3: base0A
|
|
*color4: base0D
|
|
*color5: base0E
|
|
*color6: base0C
|
|
*color7: base05
|
|
|
|
*color8: base03
|
|
*color9: base09
|
|
*color10: base01
|
|
*color11: base02
|
|
*color12: base04
|
|
*color13: base06
|
|
*color14: base0F
|
|
*color15: base07
|
|
|
|
! %%base16_template_end%%
|
|
|
|
Xft.lcdfilter: lcddefault
|
|
Xft.antialias: true
|
|
Xft.autohint: 0
|
|
Xft.hinting: true
|
|
Xft.hintstyle: hintslight
|
|
Xft.rgba: rgb
|
|
Xft.dpi: 96
|