mirror of
https://github.com/alrayyes/server-dotfiles
synced 2023-11-14 15:56:25 +00:00
replaced .Xdefaults with .Xresources
This commit is contained in:
parent
f9f035e14f
commit
dd4c0e0980
@ -28,9 +28,8 @@ URxvt.lineSpace: 0
|
|||||||
|
|
||||||
! Fonts
|
! Fonts
|
||||||
URxvt.allow_bold: false
|
URxvt.allow_bold: false
|
||||||
/* URxvt.font: -*-terminus-medium-r-normal-*-12-120-72-72-c-60-iso8859-1 */
|
URxvt*font: xft:DejaVu Sans Mono for Powerline:size=10
|
||||||
URxvt*font: xft:DejaVu Sans Mono for Powerline:size=12
|
URxvt*boldFont: xft:Dejavu Sans Mono for Powerline:size=10
|
||||||
URxvt*boldFont: xft:Dejavu Sans Mono for Powerline:size=12
|
|
||||||
|
|
||||||
! Fix font space
|
! Fix font space
|
||||||
URxvt*letterSpace: -1
|
URxvt*letterSpace: -1
|
||||||
@ -40,64 +39,77 @@ URxvt.scrollStyle: rxvt
|
|||||||
URxvt.scrollBar: false
|
URxvt.scrollBar: false
|
||||||
|
|
||||||
! Perl extensions
|
! Perl extensions
|
||||||
URxvt.perl-ext-common: default,matcher
|
|
||||||
URxvt.matcher.button: 1
|
URxvt.matcher.button: 1
|
||||||
URxvt.urlLauncher: firefox
|
URxvt.urlLauncher: qutebrowser
|
||||||
|
|
||||||
! Cursor
|
! Cursor
|
||||||
URxvt.cursorBlink: true
|
URxvt.cursorBlink: true
|
||||||
URxvt.cursorColor: #657b83
|
|
||||||
URxvt.cursorUnderline: false
|
URxvt.cursorUnderline: false
|
||||||
|
|
||||||
! Pointer
|
! Pointer
|
||||||
URxvt.pointerBlank: true
|
URxvt.pointerBlank: true
|
||||||
|
|
||||||
!!Source http://github.com/altercation/solarized
|
! Enable paste support
|
||||||
|
|
||||||
#*background: #002b36
|
|
||||||
*shading: 20
|
|
||||||
|
|
||||||
# Enable paste support
|
|
||||||
URxvt.perl-lib: /home/alrayyes/bin/urxvt/perl
|
URxvt.perl-lib: /home/alrayyes/bin/urxvt/perl
|
||||||
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
|
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
|
||||||
URxvt.iso14755: False
|
URxvt.iso14755: False
|
||||||
URxvt.perl-ext-common: default,clipboard
|
URxvt.perl-ext-common: default,matcher,clipboard
|
||||||
|
|
||||||
*foreground: #657b83
|
*shading: 20
|
||||||
!!*fading: 40
|
|
||||||
*fadeColor: #002b36
|
#define S_base03 #002b36
|
||||||
*cursorColor: #93a1a1
|
#define S_base02 #073642
|
||||||
*pointerColorBackground: #586e75
|
#define S_base01 #586e75
|
||||||
*pointerColorForeground: #93a1a1
|
#define S_base00 #657b83
|
||||||
|
#define S_base0 #839496
|
||||||
|
#define S_base1 #93a1a1
|
||||||
|
#define S_base2 #eee8d5
|
||||||
|
#define S_base3 #fdf6e3
|
||||||
|
|
||||||
|
*background: S_base03
|
||||||
|
*foreground: S_base0
|
||||||
|
*fadeColor: S_base03
|
||||||
|
*cursorColor: S_base1
|
||||||
|
*pointerColorBackground:S_base01
|
||||||
|
*pointerColorForeground:S_base1
|
||||||
|
|
||||||
|
#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
|
||||||
|
|
||||||
!! black dark/light
|
!! black dark/light
|
||||||
*color0: #073642
|
*color0: S_base02
|
||||||
*color8: #002b36
|
*color8: S_base03
|
||||||
|
|
||||||
!! red dark/light
|
!! red dark/light
|
||||||
*color1: #dc322f
|
*color1: S_red
|
||||||
*color9: #cb4b16
|
*color9: S_orange
|
||||||
|
|
||||||
!! green dark/light
|
!! green dark/light
|
||||||
*color2: #859900
|
*color2: S_green
|
||||||
*color10: #586e75
|
*color10: S_base01
|
||||||
|
|
||||||
!! yellow dark/light
|
!! yellow dark/light
|
||||||
*color3: #b58900
|
*color3: S_yellow
|
||||||
*color11: #657b83
|
*color11: S_base00
|
||||||
|
|
||||||
!! blue dark/light
|
!! blue dark/light
|
||||||
*color4: #268bd2
|
*color4: S_blue
|
||||||
*color12: #839496
|
*color12: S_base0
|
||||||
|
|
||||||
!! magenta dark/light
|
!! magenta dark/light
|
||||||
*color5: #d33682
|
*color5: S_magenta
|
||||||
*color13: #6c71c4
|
*color13: S_violet
|
||||||
|
|
||||||
!! cyan dark/light
|
!! cyan dark/light
|
||||||
*color6: #2aa198
|
*color6: S_cyan
|
||||||
*color14: #93a1a1
|
*color14: S_base1
|
||||||
|
|
||||||
!! white dark/light
|
!! white dark/light
|
||||||
*color7: #eee8d5
|
*color7: S_base2
|
||||||
*color15: #fdf6e3
|
*color15: S_base3
|
@ -28,7 +28,6 @@ URxvt.lineSpace: 0
|
|||||||
|
|
||||||
! Fonts
|
! Fonts
|
||||||
URxvt.allow_bold: false
|
URxvt.allow_bold: false
|
||||||
/* URxvt.font: -*-terminus-medium-r-normal-*-12-120-72-72-c-60-iso8859-1 */
|
|
||||||
URxvt*font: xft:DejaVu Sans Mono for Powerline:size=10
|
URxvt*font: xft:DejaVu Sans Mono for Powerline:size=10
|
||||||
URxvt*boldFont: xft:Dejavu Sans Mono for Powerline:size=10
|
URxvt*boldFont: xft:Dejavu Sans Mono for Powerline:size=10
|
||||||
|
|
||||||
@ -40,64 +39,77 @@ URxvt.scrollStyle: rxvt
|
|||||||
URxvt.scrollBar: false
|
URxvt.scrollBar: false
|
||||||
|
|
||||||
! Perl extensions
|
! Perl extensions
|
||||||
URxvt.perl-ext-common: default,matcher
|
|
||||||
URxvt.matcher.button: 1
|
URxvt.matcher.button: 1
|
||||||
URxvt.urlLauncher: firefox
|
URxvt.urlLauncher: qutebrowser
|
||||||
|
|
||||||
! Cursor
|
! Cursor
|
||||||
URxvt.cursorBlink: true
|
URxvt.cursorBlink: true
|
||||||
URxvt.cursorColor: #657b83
|
|
||||||
URxvt.cursorUnderline: false
|
URxvt.cursorUnderline: false
|
||||||
|
|
||||||
! Pointer
|
! Pointer
|
||||||
URxvt.pointerBlank: true
|
URxvt.pointerBlank: true
|
||||||
|
|
||||||
!!Source http://github.com/altercation/solarized
|
! Enable paste support
|
||||||
|
|
||||||
#*background: #002b36
|
|
||||||
*shading: 20
|
|
||||||
|
|
||||||
# Enable paste support
|
|
||||||
URxvt.perl-lib: /home/alrayyes/bin/urxvt/perl
|
URxvt.perl-lib: /home/alrayyes/bin/urxvt/perl
|
||||||
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
|
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
|
||||||
URxvt.iso14755: False
|
URxvt.iso14755: False
|
||||||
URxvt.perl-ext-common: default,clipboard
|
URxvt.perl-ext-common: default,matcher,clipboard
|
||||||
|
|
||||||
*foreground: #657b83
|
*shading: 20
|
||||||
!!*fading: 40
|
|
||||||
*fadeColor: #002b36
|
#define S_base03 #002b36
|
||||||
*cursorColor: #93a1a1
|
#define S_base02 #073642
|
||||||
*pointerColorBackground: #586e75
|
#define S_base01 #586e75
|
||||||
*pointerColorForeground: #93a1a1
|
#define S_base00 #657b83
|
||||||
|
#define S_base0 #839496
|
||||||
|
#define S_base1 #93a1a1
|
||||||
|
#define S_base2 #eee8d5
|
||||||
|
#define S_base3 #fdf6e3
|
||||||
|
|
||||||
|
*background: S_base03
|
||||||
|
*foreground: S_base0
|
||||||
|
*fadeColor: S_base03
|
||||||
|
*cursorColor: S_base1
|
||||||
|
*pointerColorBackground:S_base01
|
||||||
|
*pointerColorForeground:S_base1
|
||||||
|
|
||||||
|
#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
|
||||||
|
|
||||||
!! black dark/light
|
!! black dark/light
|
||||||
*color0: #073642
|
*color0: S_base02
|
||||||
*color8: #002b36
|
*color8: S_base03
|
||||||
|
|
||||||
!! red dark/light
|
!! red dark/light
|
||||||
*color1: #dc322f
|
*color1: S_red
|
||||||
*color9: #cb4b16
|
*color9: S_orange
|
||||||
|
|
||||||
!! green dark/light
|
!! green dark/light
|
||||||
*color2: #859900
|
*color2: S_green
|
||||||
*color10: #586e75
|
*color10: S_base01
|
||||||
|
|
||||||
!! yellow dark/light
|
!! yellow dark/light
|
||||||
*color3: #b58900
|
*color3: S_yellow
|
||||||
*color11: #657b83
|
*color11: S_base00
|
||||||
|
|
||||||
!! blue dark/light
|
!! blue dark/light
|
||||||
*color4: #268bd2
|
*color4: S_blue
|
||||||
*color12: #839496
|
*color12: S_base0
|
||||||
|
|
||||||
!! magenta dark/light
|
!! magenta dark/light
|
||||||
*color5: #d33682
|
*color5: S_magenta
|
||||||
*color13: #6c71c4
|
*color13: S_violet
|
||||||
|
|
||||||
!! cyan dark/light
|
!! cyan dark/light
|
||||||
*color6: #2aa198
|
*color6: S_cyan
|
||||||
*color14: #93a1a1
|
*color14: S_base1
|
||||||
|
|
||||||
!! white dark/light
|
!! white dark/light
|
||||||
*color7: #eee8d5
|
*color7: S_base2
|
||||||
*color15: #fdf6e3
|
*color15: S_base3
|
Loading…
Reference in New Issue
Block a user