Last active
December 1, 2017 09:43
-
-
Save sensonicm/a955bf00f57439cb11da669c3b42220c to your computer and use it in GitHub Desktop.
theme for console - ".minttyrc"
This file contains hidden or 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
BoldAsFont=-1 | |
Transparency=low | |
ForegroundColour=248,248,248 | |
BackgroundColour=16,16,18 | |
Black=0,0,0 | |
BoldBlack=40,42,53 | |
Red=255,85,85 | |
BoldRed=255,110,103 | |
Green=80,250,123 | |
BoldGreen=90,247,142 | |
Yellow=241,250,140 | |
BoldYellow=244,249,157 | |
Blue=202,169,250 | |
BoldBlue=202,169,250 | |
Magenta=255,121,198 | |
BoldMagenta=255,146,208 | |
Cyan=139,233,253 | |
BoldCyan=154,237,254 | |
White=191,191,191 | |
BoldWhite=230,230,230 | |
Font=Consolas | |
FontHeight=11 | |
FontSmoothing=full | |
MiddleClickAction=extend | |
RightClickAction=paste |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment