# HG changeset patch # User Oleksandr Gavenko # Date 1502179409 -10800 # Node ID 77d40b6bde2833abb435ac08aad6a1fb51bcbbb9 # Parent 274f5f8ff1a570d2c73b2ec63f6a5929aba0500d Built own terminal color schema. diff -r 274f5f8ff1a5 -r 77d40b6bde28 .Xdefaults --- 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 diff -r 274f5f8ff1a5 -r 77d40b6bde28 .minttyrc --- 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 diff -r 274f5f8ff1a5 -r 77d40b6bde28 README.rst --- 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 + ========= ====== ========= ====== =============== +