dotfiles/slackware/home/x/.Xresources

82 lines
1.8 KiB
Text
Raw Normal View History

2020-01-15 14:14:30 -05:00
!! URxvt Appearance
2020-02-18 22:44:31 -05:00
!URxvt.font: xft:BitstreamVeraSansMono:antialias=true:pixelsize=14
/* *.font: ttf:DejaVuSansMono:pixelsize=14, xft:symbola:pixelsize=14, xft:Kochi Gothic:antialias=false, ttf:NotoColorEmoji *1/ */
/* *.font: ttf:Liberation Mono:pixelsize=14 */
*.font:BitstreamVeraSansMono:pixelsize=14:antialias=true:autohint=true;
/* URxvt.letterSpace: 0 */
/* URxvt.lineSpace: 0 */
/* URxvt.geometry: 92x24 */
/* URxvt.internalBorder:8 */
/* 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 */
2020-01-15 14:14:30 -05:00
!! Fake Transparency
/* URxvt.transparent: true */
/* URxvt.shading: 15 */
2020-01-15 14:14:30 -05:00
!! Real Transparency
!URxvt.depth: 32
!URxvt.background: rgba:0000/0000/0200/c800
2020-02-18 22:44:31 -05:00
!! DZEN2
!
/* start flavours */
! Base16 OceanicNext
! Scheme: https://github.com/voronianski/oceanic-next-color-scheme
#define base00 #1B2B34
#define base01 #343D46
#define base02 #4F5B66
#define base03 #65737E
#define base04 #A7ADBA
#define base05 #C0C5CE
#define base06 #CDD3DE
#define base07 #D8DEE9
#define base08 #EC5f67
#define base09 #F99157
#define base0A #FAC863
#define base0B #99C794
#define base0C #5FB3B3
#define base0D #6699CC
#define base0E #C594C5
#define base0F #AB7967
*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
/* end flavours */