Last active
June 13, 2019 18:01
-
-
Save eakerma/f195e62c6e3ae96a87b66ac369cdbf3b to your computer and use it in GitHub Desktop.
DejaVu Sans Mono .minttyrc 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
BoldAsFont=-1 | |
Font=DejaVu Sans Mono | |
FontHeight=12 | |
Columns=120 | |
Rows=25 | |
Charset=UTF-8 | |
ForegroundColour=208,208,208 | |
BackgroundColour=21,21,21 | |
CursorColour=253,157,79 | |
Black=21,21,21 | |
BoldBlack=80,80,80 | |
Red=172,65,66 | |
BoldRed=116,44,45 | |
Green=144,169,89 | |
BoldGreen=102,119,61 | |
Yellow=244,191,117 | |
BoldYellow=238,158,45 | |
Blue=106,159,181 | |
BoldBlue=70,120,141 | |
Magenta=170,117,159 | |
BoldMagenta=130,80,120 | |
Cyan=117,181,170 | |
BoldCyan=77,144,133 | |
White=208,208,208 | |
BoldWhite=245,245,245 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment