瀏覽代碼

defaults: added colors

Fabian Peter Hammerle 7 年之前
父節點
當前提交
c2cdf7829a
共有 1 個文件被更改,包括 38 次插入0 次删除
  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