-
-
Save ryz/5665738 to your computer and use it in GitHub Desktop.
Monokai style theme for KiTTY, an awesome PuTTY fork for Windows. (colors copied from ST2's theme.)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\9bis.com\KiTTY\Sessions\monokai] | |
"Colour21"="255,255,255" | |
"Colour20"="245,222,179" | |
"Colour19"="200,240,240" | |
"Colour18"="0,217,217" | |
"Colour17"="179,146,239" | |
"Colour16"="174,129,255" | |
"Colour15"="122,204,218" | |
"Colour14"="102,217,239" | |
"Colour13"="209,202,137" | |
"Colour12"="230,219,116" | |
"Colour11"="157,197,75" | |
"Colour10"="166,226,46" | |
"Colour9"="221,66,120" | |
"Colour8"="249,38,114" | |
"Colour7"="85,85,85" | |
"Colour6"="0,0,0" | |
"Colour5"="255,128,0" | |
"Colour4"="0,0,0" | |
"Colour3"="39,40,34" | |
"Colour2"="39,40,34" | |
"Colour1"="248,248,242" | |
"Colour0"="248,248,242" | |
"LineCodePage"="UTF-8" | |
"Xterm256Colour"=dword:00000001 | |
"UseSystemColours"=dword:00000000 | |
"FontHeight"=dword:00000009 | |
"FontIsBold"=dword:00000000 | |
"Font"="Consolas" | |
"Beep"=dword:00000002 | |
"BeepInd"=dword:00000000 |
You can unalias the ls command to not use colors.
unalias ls
ls -ltr
Of course for this session then, you loose colors options for ls command.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, great work, but I have some problem seeing the normal directory, they're colored strangely like below. it makes impossible to see the directory name. how to fix this??