[ADD][X] Hund theme
This commit is contained in:
parent
30b60461d2
commit
8c92db3cd7
|
@ -1,5 +1,5 @@
|
|||
! FIXME: this line should be conditional in some way
|
||||
#include ".Xresources.d/theme/easy-dark"
|
||||
#include ".Xresources.d/theme/hund"
|
||||
|
||||
! XTerm settings
|
||||
|
||||
|
|
36
X/.Xresources.d/theme/hund
Normal file
36
X/.Xresources.d/theme/hund
Normal file
|
@ -0,0 +1,36 @@
|
|||
! special
|
||||
*.foreground: #ffffff
|
||||
*.background: #161616
|
||||
*.cursorColor: #ffffff
|
||||
|
||||
! black
|
||||
*.color0: #222222
|
||||
*.color8: #666666
|
||||
|
||||
! red
|
||||
*.color1: #e84f4f
|
||||
*.color9: #d23d3d
|
||||
|
||||
! green
|
||||
*.color2: #b7ce42
|
||||
*.color10: #bde077
|
||||
|
||||
! yellow
|
||||
*.color3: #fea63c
|
||||
*.color11: #ffe863
|
||||
|
||||
! blue
|
||||
*.color4: #66aabb
|
||||
*.color12: #aaccbb
|
||||
|
||||
! magenta
|
||||
*.color5: #b7416e
|
||||
*.color13: #e16a98
|
||||
|
||||
! cyan
|
||||
*.color6: #6d878d
|
||||
*.color14: #42717b
|
||||
|
||||
! white
|
||||
*.color7: #dddddd
|
||||
*.color15: #cccccc
|
Loading…
Reference in a new issue