Built own terminal color schema.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 08 Aug 2017 11:03:29 +0300
changeset 880 77d40b6bde28
parent 879 274f5f8ff1a5
child 881 3dce63382154
Built own terminal color schema.
.Xdefaults
.minttyrc
README.rst
--- a/.Xdefaults	Tue Aug 08 11:03:06 2017 +0300
+++ b/.Xdefaults	Tue Aug 08 11:03:29 2017 +0300
@@ -34,10 +34,22 @@
 XTerm*background: white
 XTerm*foreground: black
 XTerm*cursorColor: brown
-XTerm*color3: tan
+XTerm*color0: black
+XTerm*color1: red
+XTerm*color2: LimeGreen
+XTerm*color3: orange
+XTerm*color4: navy
+XTerm*color5: maroon
+XTerm*color6: DarkCyan
+XTerm*color7: white
+XTerm*color8: DimGrey
+XTerm*color9: DeepPink
 XTerm*color10: MediumSeaGreen
-XTerm*color11: orange
-XTerm*color14: DarkCyan
+XTerm*color11: gold
+XTerm*color12: blue
+XTerm*color13: magenta
+XTerm*color14: turquoise
+XTerm*color15: WhiteSmoke
 ! Allow Alt as Meta in Emacs:
 XTerm*eightBitInput: false
 XTerm*metaSendsEscape: true
--- a/.minttyrc	Tue Aug 08 11:03:06 2017 +0300
+++ b/.minttyrc	Tue Aug 08 11:03:29 2017 +0300
@@ -2,12 +2,22 @@
 ForegroundColour=black
 BackgroundColour=white
 CursorColour=brown
+Black=black
+BoldBlack=DimGrey
+Red=red
+BoldRed=DeepPink
+Green=LimeGreen
+BoldGreen=MediumSeaGreen
 Yellow=orange
-BoldYellow=DarkOrange
-Green=MediumSeaGreen
-BoldGreen=LimeGreen
-Cyan=DodgerBlue
-BoldCyan=RoyalBlue
+BoldYellow=gold
+Blue=navy
+BoldBlue=blue
+Magenta=maroon
+BoldMagenta=magenta
+Cyan=DarkCyan
+BoldCyan=turquoise
+White=white
+BoldWhite=WhiteSmoke
 
 # Block, Underscore, Line.
 CursorType=Block
--- a/README.rst	Tue Aug 08 11:03:06 2017 +0300
+++ b/README.rst	Tue Aug 08 11:03:29 2017 +0300
@@ -21,3 +21,23 @@
   ...
   HTML_TIDY = ~/.tidy
 
+Color schema
+============
+
+background: white
+foreground: black
+cursorColor: brown
+
+  ========= ====== ========= ====== ===============
+  point     hex    name      bold   name
+  ========= ====== ========= ====== ===============
+  0>black   000000 black     696969 DimGrey
+  1>red     ff0000 red       ff1493 DeepPink
+  2>green   32cd32 LimeGreen 3cb371 MediumSeaGreen
+  3>yellow  ffa500 orange    ffd700 gold
+  4>blue    000080 navy      0000ff blue
+  5>magenta b03060 maroon    ff00ff magenta
+  6>cyan    008b8b DarkCyan  afeeee turquoise
+  7>white   ffffff white     f5f5f5 WhiteSmoke
+  ========= ====== ========= ====== ===============
+