diff options
author | terminaldweller <thabogre@gmail.com> | 2021-05-14 18:14:50 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-05-14 18:14:50 +0000 |
commit | 6e528248414e330c9e25e81596ab47b8b8a5b701 (patch) | |
tree | e1aa41a7f3198eeac187e6177ec7d4a33db229d3 /baseline/.minttyrc | |
download | scripts-master.tar.gz scripts-master.zip |
first commitmaster
Diffstat (limited to 'baseline/.minttyrc')
-rw-r--r-- | baseline/.minttyrc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/baseline/.minttyrc b/baseline/.minttyrc new file mode 100644 index 0000000..6d1af02 --- /dev/null +++ b/baseline/.minttyrc @@ -0,0 +1,29 @@ +BoldAsFont=no +Columns=150 +Rows=55 +Font=DejaVuSansMono NF +FontWeight=700 +FontHeight=10 +Transparency=low + +ForegroundColour=#A0A0A0 +BackgroundColour=#1B1D1E +CursorColour=#A0A0A0 + +Black=#1B1D1E +Red=#FF0000 +Green=#82B414 +Yellow=#FD971F +Blue=#268BD2 +Magenta=#8C54FE +Cyan=#56C2D6 +White=#CCCCC6 + +BoldBlack=#1B1D1E +BoldRed=#FF0000 +BoldGreen=#82B414 +BoldYellow=#FD971F +BoldBlue=#268BD2 +BoldMagenta=#8C54FE +BoldCyan=#56C2D6 +BoldWhite=#CCCCC6 |