Set up URxvt theme and basic extensions

This commit is contained in:
Marty Oehme 2019-02-17 16:56:49 +01:00
parent ed42ed0fce
commit 764de81461
3 changed files with 14 additions and 5 deletions

View file

@ -3,9 +3,7 @@
! Setting up commonly changed vars
#define myfontsize 11
#define myfont Fira Code
#define mybg Black
#define myfg White
#define myOpacity 90
! Set up URxvt
#include ".xres/urxvt"

View file

@ -25,7 +25,7 @@
#define nord15 #B48EAD
*.foreground: nord4
*.background: nord0
*.background: [myOpacity]nord0
*.cursorColor: nord4
*fading: 0
*fadeColor: nord3

View file

@ -3,6 +3,7 @@ URxvt.font: xft:myfont:size=myfontsize,style=medium
URxvt.boldFont: xft:myfont:size=myfontsize,style=bold
URxvt.italicFont: xft:myfont:size=myfontsize,style=italic
URxvt.boldItalicFont: xft:myfont:size=myfontsize,style=bold,italic
URxvt.letterSpace: -1
!UI
URxvt.scrollBar: false
@ -18,6 +19,16 @@ URxvt.scrollTtyOutput: false
URxvt.scrollWithBuffer: false
URxvt.skipScroll: true
!Extensions
URxvt.perl-ext-common: default,matcher,tabbed
! Link Clicking
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
URxvt.matcher.rend.0: Uline Bold fg5
!Tab Styling
URxvt.tabbed.tabbar-fg: 2
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg: 3
URxvt.tabbed.tab-bg: 0