added some urxvt color schemes
This commit is contained in:
parent
068fa2ca79
commit
73f97155db
3 changed files with 135 additions and 0 deletions
39
.Xresources.d/base16
Normal file
39
.Xresources.d/base16
Normal file
|
@ -0,0 +1,39 @@
|
|||
! Base16 Default
|
||||
! Scheme: Chris Kempson (http://chriskempson.com)
|
||||
|
||||
#define base00 #151515
|
||||
#define base01 #202020
|
||||
#define base02 #303030
|
||||
#define base03 #505050
|
||||
#define base04 #b0b0b0
|
||||
#define base05 #d0d0d0
|
||||
#define base06 #e0e0e0
|
||||
#define base07 #f5f5f5
|
||||
#define base08 #ac4142
|
||||
#define base09 #d28445
|
||||
#define base0A #f4bf75
|
||||
#define base0B #90a959
|
||||
#define base0C #75b5aa
|
||||
#define base0D #6a9fb5
|
||||
#define base0E #aa759f
|
||||
#define base0F #8f5536
|
||||
|
||||
*.foreground: base05
|
||||
*.background: [93]base00
|
||||
*.cursorColor: base05
|
||||
*.color0: base00
|
||||
*.color1: base08
|
||||
*.color2: base0B
|
||||
*.color3: base0A
|
||||
*.color4: base0D
|
||||
*.color5: base0E
|
||||
*.color6: base0C
|
||||
*.color7: base05
|
||||
*.color8: base03
|
||||
*.color9: base09
|
||||
*.color10: base01
|
||||
*.color11: base02
|
||||
*.color12: base04
|
||||
*.color13: base06
|
||||
*.color14: base0F
|
||||
*.color15: base07
|
26
.Xresources.d/mason
Normal file
26
.Xresources.d/mason
Normal file
|
@ -0,0 +1,26 @@
|
|||
URxvt.foreground: #D7D0C7
|
||||
URxvt.background: [85]black
|
||||
! Black
|
||||
URxvt.color0: #303030
|
||||
URxvt.color8: #404040
|
||||
! Red
|
||||
URxvt.color1: #E84F4F
|
||||
URxvt.color9: #D23D3D
|
||||
! Green
|
||||
URxvt.color2: #B8D68C
|
||||
URxvt.color10: #A0CF5D
|
||||
! Yellow
|
||||
URxvt.color3: #E1AA5D
|
||||
URxvt.color11: #F39D21
|
||||
! Blue
|
||||
URxvt.color4: #7DC1CF
|
||||
URxvt.color12: #4E9FB1
|
||||
! Magenta
|
||||
URxvt.color5: #9B64FB
|
||||
URxvt.color13: #8542FF
|
||||
! Cyan
|
||||
URxvt.color6: #6D878D
|
||||
URxvt.color14: #42717B
|
||||
! White
|
||||
URxvt.color7: #dddddd
|
||||
URxvt.color15: #dddddd
|
70
.Xresources.d/solarized
Normal file
70
.Xresources.d/solarized
Normal file
|
@ -0,0 +1,70 @@
|
|||
! Solarized color scheme for the X Window System
|
||||
!
|
||||
! http://ethanschoonover.com/solarized
|
||||
|
||||
|
||||
! Common
|
||||
|
||||
#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
|
||||
|
||||
|
||||
! 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
|
||||
|
||||
|
||||
! 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
|
||||
|
||||
|
||||
! To only apply colors to your terminal, for example, prefix
|
||||
! the color assignment statement with its name. Example:
|
||||
!
|
||||
URxvt*background: [85]black
|
||||
|
||||
*background: S_base03
|
||||
*foreground: S_base0
|
||||
*fading: 40
|
||||
*fadeColor: S_base03
|
||||
*cursorColor: S_base1
|
||||
*pointerColorBackground: S_base01
|
||||
*pointerColorForeground: S_base1
|
||||
|
||||
*color0: S_base02
|
||||
*color1: S_red
|
||||
*color2: S_green
|
||||
*color3: S_yellow
|
||||
*color4: S_blue
|
||||
*color5: S_magenta
|
||||
*color6: S_cyan
|
||||
*color7: S_base2
|
||||
*color8: S_base03
|
||||
*color9: S_orange
|
||||
*color10: S_base01
|
||||
*color11: S_base00
|
||||
*color12: S_base0
|
||||
*color13: S_violet
|
||||
*color14: S_base1
|
||||
*color15: S_base3
|
Loading…
Add table
Reference in a new issue