- Cleaned file

This commit is contained in:
dbroqua 2017-07-23 14:01:10 +02:00
parent 0cd789ae4d
commit 97da79b956

View File

@ -1,45 +1,77 @@
URxvt.geometry: 94x47 ! Define base colors
URxvt*saveLines: 10000 #define WHITE #ffffff
URxvt*scrollBar: true #define BLACK #101010
URxvt*scrollBar_right: true #define BLACK_LIGHT #cecece
URxvt*scrollColor: #c2dd5a #define GREY_EXTRA_LIGHT #f2f2f2
URxvt*scrollBar_floating: true ! Blue
URxvt*scrollstyle: plain #define BLUE_EXTRA_LIGHT #4bb8fd
URxvt.depth: 32 #define BLUE_SUPER_LIGHT #2aa7e7
!URxvt.background: rgba:4444/4444/4444/AAAA #define BLUE_LIGHT #0071ff
URxvt.background: rgba:5e5e/5e5e/5e5e/AAAA #define BLUE #004f9e
URxvt*foreground: #cecece #define BLUE_DARK #1d202f
URxvt*color0: #101010 ! Purple
URxvt*color1: #f13a21 #define PURPLE_LIGHT #a020f0
URxvt*color2: #93f91d ! Red
URxvt*color3: #ffffff #define RED_EXTRA_LIGHT #ff361e
URxvt*color4: #004f9e #define RED_SUPER_LIGHT #ec0048
URxvt*color5: #ec0048 #define RED_LIGHT #ef0051
URxvt*color6: #2aa7e7 ! Green
URxvt*color7: #f2f2f2 #define GREEN_LIGHT #93ff00
URxvt*color8: #1d202f ! Amber
URxvt*color9: #FF361E #define AMBER_LIGHT #ffc005
URxvt*color10: #ffc005
URxvt*color11: #93ff00
URxvt*color12: #0071ff ! General settins
URxvt*color13: #ef0051 URxvt.geometry: 94x47
URxvt*color14: #4bb8fd URxvt.saveLines: 10000
URxvt*color15: #a020f0 URxvt.scrollBar: true
URxvt.font: xft:DejaVu Sans Mono:size=8:antialias=true:hinting=true URxvt.scrollBar_right: true
!URxvt.font: xft:monospace:pixelsize=10:antialias=true:hinting=true, URxvt.scrollColor: BLUE_EXTRA_LIGHT
!URxvt.font: xft:Icons:size=10 URxvt.scrollBar_floating: true
!URxvt.font: xft:DejaVu Sans Mono:size=10, URxvt.scrollstyle: plain
! xft:Ubuntu Mono:pixelsize=18:antialias=true:hinting=true,\ URxvt.cursorBlink: true
! xft:Source Code Pro:pixelsize=18:style=medium:antialias=true,\ URxvt.cursorUnderline: true
! -*-unifont-*-*-*-*-*-*-*-*-*-*-*-*
URxvt.boldFont: xft:DejaVu Sans Mono:size=8 ! Colors
URxvt.boldItalicFont: xft:DejaVu Sans Mono:italic:size=8 ! Blue
URxvt.perl-ext-common: default,matcher,tabbed URxvt.depth: 32
URxvt.tabbed.tabbar-fg: 3 URxvt.background: rgba:5e5e/5e5e/5e5e/AAAA
URxvt.tabbed.tabbar-bg: 0 URxvt*foreground: BLACK_LIGHT
URxvt.tabbed.tab-fg: 3 URxvt.cursorColor: BLUE_EXTRA_LIGHT
URxvt.tabbed.tab-bg: 14 URxvt*color0: BLACK
URxvt.url-launcher: /usr/bin/xdg-open URxvt*color1: RED_EXTRA_LIGHT
URxvt.matcher.button: 1 URxvt*color2: GREEN_LIGHT
URxvt.matcher.rend.0: Uline Bold fg5 URxvt*color3: WHITE
URxvt.iconFile: /usr/share/icons/Tango/scalable/apps/terminal.svg URxvt*color4: BLUE
URxvt*color5: RED_SUPER_LIGHT
URxvt*color6: BLUE_SUPER_LIGHT
URxvt*color7: BLACK_LIGHT
URxvt*color8: BLUE_DARK
URxvt*color9: RED_EXTRA_LIGHT
URxvt*color10: AMBER_LIGHT
URxvt*color11: GREEN_LIGHT
URxvt*color12: BLUE_LIGHT
URxvt*color13: RED_LIGHT
URxvt*color14: BLUE_EXTRA_LIGHT
URxvt*color15: PURPLE_LIGHT
! Fonts
URxvt.font: xft:DejaVu Sans Mono:size=8:antialias=true:hinting=true
URxvt.boldFont: xft:DejaVu Sans Mono:size=8
URxvt.boldItalicFont: xft:DejaVu Sans Mono:italic:size=8
! Extensions
URxvt.perl-ext-common: default,matcher,tabbed
! Tab
URxvt.tabbed.tabbar-fg: 4
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg: 7
URxvt.tabbed.tab-bg: 14
! Auto click
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
URxvt.matcher.rend.0: Uline Bold fg5
! Icon
URxvt.iconFile: /usr/share/icons/Tango/scalable/apps/terminal.svg