mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +01:00
Xresources: copy Linux color theme from Gentoo wiki
This commit is contained in:
parent
e795024570
commit
6f923c9175
@ -26,10 +26,10 @@ URxvt.bell-command: mplayer /usr/share/sounds/freedesktop/stereo/bell.oga
|
||||
! URxvt*geometry: geom
|
||||
|
||||
! Use the specified colour as the windows background colour [default
|
||||
URxvt*background: #000000
|
||||
!URxvt*background: #000000
|
||||
|
||||
! Use the specified colour as the windows foreground colour [default
|
||||
URxvt*foreground: #ffffff
|
||||
!URxvt*foreground: #ffffff
|
||||
|
||||
! Use the specified colour for the colour value n, where 0-7
|
||||
! URxvt*colorn: colour
|
||||
@ -286,3 +286,31 @@ URxvt.letterSpace: 0
|
||||
! enable ctrl + shift + c/v https://unix.stackexchange.com/a/329556
|
||||
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
|
||||
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
|
||||
|
||||
! Linux Colors from https://wiki.gentoo.org/wiki/Rxvt-unicode#Color_theme
|
||||
URxvt*background: #000000
|
||||
URxvt*foreground: #B2B2B2
|
||||
! black
|
||||
URxvt*color0: #000000
|
||||
URxvt*color8: #686868
|
||||
! red
|
||||
URxvt*color1: #B21818
|
||||
URxvt*color9: #FF5454
|
||||
! green
|
||||
URxvt*color2: #18B218
|
||||
URxvt*color10: #54FF54
|
||||
! yellow
|
||||
URxvt*color3: #B26818
|
||||
URxvt*color11: #FFFF54
|
||||
! blue
|
||||
URxvt*color4: #1818B2
|
||||
URxvt*color12: #5454FF
|
||||
! purple
|
||||
URxvt*color5: #B218B2
|
||||
URxvt*color13: #FF54FF
|
||||
! cyan
|
||||
URxvt*color6: #18B2B2
|
||||
URxvt*color14: #54FFFF
|
||||
! white
|
||||
URxvt*color7: #B2B2B2
|
||||
URxvt*color15: #FFFFFF
|
||||
|
Loading…
Reference in New Issue
Block a user