mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
Add Xdefaults for urxvt configuration
This commit is contained in:
38
.Xdefaults
Normal file
38
.Xdefaults
Normal file
@@ -0,0 +1,38 @@
|
||||
URxvt.background: black
|
||||
URxvt.foreground: white
|
||||
!URxvt.externalBorder: 2
|
||||
!URxvt.borderColor: dark grey
|
||||
URxvt.scrollBar: false
|
||||
URxvt.cursorColor: green
|
||||
URxvt.font: xft:monospace:size=9
|
||||
|
||||
!! Colorscheme
|
||||
|
||||
! special
|
||||
*.foreground: #93a1a1
|
||||
*.background: #141c21
|
||||
*.cursorColor: #afbfbf
|
||||
! black
|
||||
*.color0: #263640
|
||||
*.color8: #4a697d
|
||||
! red
|
||||
*.color1: #d12f2c
|
||||
*.color9: #fa3935
|
||||
! green
|
||||
*.color2: #819400
|
||||
*.color10: #a4bd00
|
||||
! yellow
|
||||
*.color3: #b08500
|
||||
*.color11: #d9a400
|
||||
! blue
|
||||
*.color4: #2587cc
|
||||
*.color12: #2ca2f5
|
||||
! magenta
|
||||
*.color5: #696ebf
|
||||
*.color13: #8086e8
|
||||
! cyan
|
||||
*.color6: #289c93
|
||||
*.color14: #33c5ba
|
||||
! white
|
||||
*.color7: #bfbaac
|
||||
*.color15: #fdf6e3
|
||||
Reference in New Issue
Block a user