Set up URxvt theme and basic extensions
This commit is contained in:
parent
ed42ed0fce
commit
764de81461
3 changed files with 14 additions and 5 deletions
|
@ -3,9 +3,7 @@
|
||||||
! Setting up commonly changed vars
|
! Setting up commonly changed vars
|
||||||
#define myfontsize 11
|
#define myfontsize 11
|
||||||
#define myfont Fira Code
|
#define myfont Fira Code
|
||||||
|
#define myOpacity 90
|
||||||
#define mybg Black
|
|
||||||
#define myfg White
|
|
||||||
|
|
||||||
! Set up URxvt
|
! Set up URxvt
|
||||||
#include ".xres/urxvt"
|
#include ".xres/urxvt"
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
#define nord15 #B48EAD
|
#define nord15 #B48EAD
|
||||||
|
|
||||||
*.foreground: nord4
|
*.foreground: nord4
|
||||||
*.background: nord0
|
*.background: [myOpacity]nord0
|
||||||
*.cursorColor: nord4
|
*.cursorColor: nord4
|
||||||
*fading: 0
|
*fading: 0
|
||||||
*fadeColor: nord3
|
*fadeColor: nord3
|
||||||
|
|
13
.xres/urxvt
13
.xres/urxvt
|
@ -3,6 +3,7 @@ URxvt.font: xft:myfont:size=myfontsize,style=medium
|
||||||
URxvt.boldFont: xft:myfont:size=myfontsize,style=bold
|
URxvt.boldFont: xft:myfont:size=myfontsize,style=bold
|
||||||
URxvt.italicFont: xft:myfont:size=myfontsize,style=italic
|
URxvt.italicFont: xft:myfont:size=myfontsize,style=italic
|
||||||
URxvt.boldItalicFont: xft:myfont:size=myfontsize,style=bold,italic
|
URxvt.boldItalicFont: xft:myfont:size=myfontsize,style=bold,italic
|
||||||
|
URxvt.letterSpace: -1
|
||||||
|
|
||||||
!UI
|
!UI
|
||||||
URxvt.scrollBar: false
|
URxvt.scrollBar: false
|
||||||
|
@ -18,6 +19,16 @@ URxvt.scrollTtyOutput: false
|
||||||
URxvt.scrollWithBuffer: false
|
URxvt.scrollWithBuffer: false
|
||||||
URxvt.skipScroll: true
|
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
|
||||||
|
|
Loading…
Reference in a new issue