mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
Add zathura theme
This commit is contained in:
parent
afffca4dd8
commit
1102720daa
6 changed files with 42 additions and 22 deletions
28
Xdefaults
28
Xdefaults
|
@ -1,12 +1,23 @@
|
|||
#define FG #fefefe
|
||||
#define BG #191919
|
||||
|
||||
! #define font1 xft:minecraft enchantment:minispace=False:size=10:antialias=true
|
||||
! #define spacing -2
|
||||
|
||||
#define font1 xft:mononoki:minispace=False:size=10:antialias=true
|
||||
#define spacing 1
|
||||
|
||||
#define font2 xft:MesloLGM Nerd Font Mono:minispace=False:size=10
|
||||
#define font3 xft:Noto Sans Mono CJK TC:minispace=False:size=10
|
||||
#define font4 xft:Noto Color Emoji:style=regular:size=10
|
||||
*.foreground: FG
|
||||
URxvt.background: BG
|
||||
URxvt.borderColor: BG
|
||||
URxvt.letterSpace: spacing
|
||||
URxvt.lineSpace: 0
|
||||
|
||||
dzen2.font: mononoki
|
||||
|
||||
*.foreground: FG
|
||||
*.background: BG
|
||||
*.borderColor: BG
|
||||
*.cursorColor: FG
|
||||
|
||||
! black
|
||||
|
@ -44,17 +55,16 @@ URxvt.borderColor: BG
|
|||
! Set depth to make transparency work.
|
||||
URxvt*depth: 32
|
||||
|
||||
*.font: font1
|
||||
URxvt.font: font1,font2,font3,font4
|
||||
URxvt.boldFont: font1:style=bold,font2:style=bold,font3:style=bold,font4
|
||||
URxvt.italicFont:font1:style=italic,font2:style=italic,font3:style=italic,font4
|
||||
URxvt.boldItalicfont: font1:style=bolditalic,font2:style=bolditalic,font3:style=bolditalic,font4
|
||||
URxvt.letterSpace: 0
|
||||
URxvt.lineSpace: 0
|
||||
|
||||
URxvt.internalBorder: 20
|
||||
URxvt.cursorBlink: true
|
||||
*.cursorBlink: true
|
||||
URxvt.cursorUnderline: true
|
||||
URxvt.saveline: 2048
|
||||
URxvt.saveline: 4096
|
||||
URxvt.scrollBar: false
|
||||
URxvt.scrollBar_right: false
|
||||
URxvt.pointerBlank: true
|
||||
|
@ -64,6 +74,8 @@ URxvt.urgentOnBell: true
|
|||
URxvt.iso14755: false
|
||||
urxvt*dynamicColors: on
|
||||
|
||||
XTerm*faceName: font1,font2,font3,font4
|
||||
|
||||
|
||||
|
||||
!-- Xft settings -- !
|
||||
|
@ -73,7 +85,7 @@ Xft.rgba: rgb
|
|||
Xft.hinting: true
|
||||
Xft.hintstyle: hintfull
|
||||
|
||||
URxvt.perl-ext-common: resize-font
|
||||
URxvt.perl-ext-common: resize-font,config-reload
|
||||
|
||||
URxvt.url-launcher: /usr/bin/xdg-open
|
||||
URxvt.matcher.button: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue