Browse Source

defaults: added colors

Fabian Peter Hammerle 6 years ago
parent
commit
c2cdf7829a
1 changed files with 38 additions and 0 deletions
  1. 38 0
      Xdefaults

+ 38 - 0
Xdefaults

@@ -0,0 +1,38 @@
+! colors from http://terminal.sexy
+
+! special
+*.foreground:   #e6e6e6
+*.background:   #000000
+*.cursorColor:  #e6e6e6
+
+! black
+*.color0:       #282a2e
+*.color8:       #373b41
+
+! red
+*.color1:       #e92121
+*.color9:       #cc6666
+
+! green
+*.color2:       #96a02e
+*.color10:      #b2bd4d
+
+! yellow
+*.color3:       #f2ab34
+*.color11:      #f0bf5f
+
+! blue
+*.color4:       #4688c0
+*.color12:      #66a9e3
+
+! magenta
+*.color5:       #81568f
+*.color13:      #b294bb
+
+! cyan
+*.color6:       #2bb69a
+*.color14:      #6acfc2
+
+! white
+*.color7:       #6c7680
+*.color15:      #c5c8c6