remove urxvt configuration
This commit is contained in:
parent
b9da55606e
commit
249573a919
7 changed files with 9 additions and 88 deletions
|
@ -1 +0,0 @@
|
|||
.config/Xresources.dark
|
8
.Xresources
Normal file
8
.Xresources
Normal file
|
@ -0,0 +1,8 @@
|
|||
Xft.autohint: 0
|
||||
Xft.lcdfilter: lcddefault
|
||||
Xft.hintstyle: hintfull
|
||||
Xft.hinting: 1
|
||||
Xft.antialias: 1
|
||||
Xft.rgba: rgb
|
||||
|
||||
#include ".Xresources.local"
|
1
.Xresources.local##default
Normal file
1
.Xresources.local##default
Normal file
|
@ -0,0 +1 @@
|
|||
Xft.dpi: 96
|
|
@ -1,62 +0,0 @@
|
|||
!--- URxvt ---!
|
||||
|
||||
URxvt.saveLines: 4096
|
||||
URxvt.urgentOnBell: true
|
||||
URxvt.visualBell: true
|
||||
URxvt.fading: 0
|
||||
URxvt.scrollStyle: rxvt
|
||||
URxvt.scrollBar: false
|
||||
URxvt.perl-ext-common: default,matcher
|
||||
URxvt.url-launcher: /usr/bin/xdg-open
|
||||
URxvt.matcher.button: 1
|
||||
|
||||
!--- Font ---!
|
||||
|
||||
URxvt.allow_bold: false
|
||||
URxvt.font: xft:Fira Code:size=13:antialias=true:hinting=true
|
||||
URxvt.boldFont: xft:Fira Code:size=13:antialias=true:hinting=true
|
||||
|
||||
!--- HiDPI ---!
|
||||
Xft.autohint: 0
|
||||
Xft.lcdfilter: lcddefault
|
||||
Xft.hintstyle: hintfull
|
||||
Xft.hinting: 1
|
||||
Xft.antialias: 1
|
||||
Xft.rgba: rgb
|
||||
|
||||
!--- Colors ---!
|
||||
|
||||
#define S_yellow #b58900
|
||||
#define S_orange #cb4b16
|
||||
#define S_red #dc322f
|
||||
#define S_magenta #d33682
|
||||
#define S_violet #6c71c4
|
||||
#define S_blue #268bd2
|
||||
#define S_cyan #2aa198
|
||||
#define S_green #859900
|
||||
|
||||
URxvt.background: S_base03
|
||||
URxvt.foreground: S_base0
|
||||
URxvt.fadeColor: S_base03
|
||||
URxvt.cursorColor: S_base1
|
||||
URxvt.pointerColorBackground: S_base01
|
||||
URxvt.pointerColorForeground: S_base1
|
||||
|
||||
URxvt.color0: S_base02
|
||||
URxvt.color1: S_red
|
||||
URxvt.color2: S_green
|
||||
URxvt.color3: S_yellow
|
||||
URxvt.color4: S_blue
|
||||
URxvt.color5: S_magenta
|
||||
URxvt.color6: S_cyan
|
||||
URxvt.color7: S_base2
|
||||
URxvt.color9: S_orange
|
||||
URxvt.color8: S_base03
|
||||
URxvt.color10: S_base01
|
||||
URxvt.color11: S_base00
|
||||
URxvt.color12: S_base0
|
||||
URxvt.color13: S_violet
|
||||
URxvt.color14: S_base1
|
||||
URxvt.color15: S_base3
|
||||
|
||||
#include ".config/Xresources.common.local"
|
|
@ -1 +0,0 @@
|
|||
Xft.dpi: 192
|
|
@ -1,12 +0,0 @@
|
|||
! Dark
|
||||
|
||||
#define S_base03 #002b36
|
||||
#define S_base02 #073642
|
||||
#define S_base01 #586e75
|
||||
#define S_base00 #657b83
|
||||
#define S_base0 #839496
|
||||
#define S_base1 #93a1a1
|
||||
#define S_base2 #eee8d5
|
||||
#define S_base3 #fdf6e3
|
||||
|
||||
#include ".config/Xresources.common"
|
|
@ -1,12 +0,0 @@
|
|||
!Light
|
||||
|
||||
#define S_base03 #fdf6e3
|
||||
#define S_base02 #eee8d5
|
||||
#define S_base01 #93a1a1
|
||||
#define S_base00 #839496
|
||||
#define S_base0 #657b83
|
||||
#define S_base1 #586e75
|
||||
#define S_base2 #073642
|
||||
#define S_base3 #002b36
|
||||
|
||||
#include ".config/Xresources.common"
|
Loading…
Reference in a new issue