Clean dupes and updates from last few weeks

This commit is contained in:
Ian Keane 2022-06-25 06:10:37 -04:00
parent 2da7c637c1
commit 70bc80bb28
36 changed files with 200 additions and 933 deletions

View file

@ -1,63 +1,28 @@
!! URxvt Appearance
! special
*.foreground: #e6e1dc
*.background: #2b2b2b
*.cursorColor: #e6e1dc
! black
*.color0: #2b2b2b
*.color8: #5a647e
! red
*.color1: #da4939
*.color9: #da4939
! green
*.color2: #a5c261
*.color10: #a5c261
! yellow
*.color3: #ffc66d
*.color11: #ffc66d
! blue
*.color4: #6d9cbe
*.color12: #6d9cbe
! magenta
*.color5: #b6b3eb
*.color13: #b6b3eb
! cyan
*.color6: #519f50
*.color14: #519f50
! white
*.color7: #e6e1dc
*.color15: #f9f7f3
!URxvt.font: xft:BitstreamVeraSansMono:antialias=true:pixelsize=14
URxvt.font: xft:DejaVu Sans Mono:pixelsize=14, xft:symbola:pixelsize=14, xft:Kochi Gothic:antialias=false
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
/* *.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 */
!! Fake Transparency
URxvt.transparent: true
URxvt.shading: 15
/* URxvt.transparent: true */
/* URxvt.shading: 15 */
!! Real Transparency
!URxvt.depth: 32
@ -66,4 +31,51 @@ URxvt.shading: 15
!! DZEN2
!
dzen2.font: xft:BitstreamVeraSansMono:antialias=true:pixelsize=14
/* 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 */