Last active
April 5, 2022 01:06
-
-
Save qtnez/5cc5e346488ff4c39d4925abb75e4b30 to your computer and use it in GitHub Desktop.
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
#main: ~/.mlterm/main | |
bg_color = black | |
fg_color = grey75 | |
geometry = 86x24 | |
fontsize = 32 | |
scrollbar_mode = autohide | |
scrollbar_view_name = next | |
use_bold_font = false | |
use_anti_alias = true | |
letter_space = 0 | |
blink_cursor = true | |
col_size_of_width_a = 2 | |
logsize = 2048 | |
type_engine = xft | |
#word_separators = " ,.:;/|@()[]{}" | |
word_separators = " " | |
#color: ~/.mlterm/color | |
black=black | |
red=#cc0000 | |
green=#4e9a06 | |
yellow=#edd400 | |
blue=#3465a4 | |
magenta=#92659a | |
cyan=#07c7ca | |
white=#d3d7cf | |
hl_black=#6e706b | |
hl_red=#ef2929 | |
hl_green=#8ae234 | |
hl_yellow=#fce94f | |
hl_blue=#729fcf | |
hl_magenta=#c19fbe | |
hl_cyan=#63e9e9 | |
hl_white=#eeeeec | |
cursor_bg_color=#8ae234 | |
cursor_fg_color=green | |
bd_color=#fce94f | |
it_color=#000000 | |
ul_color=#8ae234 | |
#aafont: ~/.mlterm/aafont | |
ISO10646_UCS4_1 = cwTeXMingMono | |
U+3400-4DBF = HanaMinA | |
U+2700-27BF = Dingbats | |
# math symbol-a | |
U+27C0-27EF = Noto Sans Math | |
# math symbol-b | |
U+2980-29FF = Noto Sans Math | |
U+6657 = HanaMinA | |
U+7287 = HanaMinA | |
U+8AAC = HanaMinA | |
U+8EF2 = HanaMinA | |
U+20000-2A6DF = HanaMinB | |
U+2A700-2B81F = HanaMinB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment