├── README.md ├── font └── DejaVuSansMono │ ├── DejaVu Sans Mono Bold Oblique for Powerline.ttf │ ├── DejaVu Sans Mono Bold for Powerline.ttf │ ├── DejaVu Sans Mono Oblique for Powerline.ttf │ ├── DejaVu Sans Mono for Powerline.ttf │ ├── LICENSE.txt │ └── README.rst ├── mlterm-colors.py ├── mlterm ├── README.md ├── aafont ├── color ├── colorschames │ ├── 3024 Day.color │ ├── 3024 Night.color │ ├── AdventureTime.color │ ├── Afterglow.color │ ├── AlienBlood.color │ ├── Argonaut.color │ ├── Arthur.color │ ├── Atom.color │ ├── Belafonte Day.color │ ├── Belafonte Night.color │ ├── BirdsOfParadise.color │ ├── Blazer.color │ ├── Broadcast.color │ ├── Brogrammer.color │ ├── C64.color │ ├── CLRS.color │ ├── Chalk.color │ ├── Chalkboard.color │ ├── Ciapre.color │ ├── Cobalt2.color │ ├── CrayonPonyFish.color │ ├── Dark Pastel.color │ ├── Darkside.color │ ├── Desert.color │ ├── DimmedMonokai.color │ ├── Dracula.color │ ├── Earthsong.color │ ├── Elemental.color │ ├── Espresso Libre.color │ ├── Espresso.color │ ├── FishTank.color │ ├── Flat.color │ ├── FrontEndDelight.color │ ├── FunForrest.color │ ├── Github.color │ ├── Grape.color │ ├── Grass.color │ ├── Hardcore.color │ ├── Harper.color │ ├── Highway.color │ ├── Hipster Green.color │ ├── Homebrew.color │ ├── Hurtado.color │ ├── Hybrid.color │ ├── IC_Green_PPL.color │ ├── IC_Orange_PPL.color │ ├── IR_Black.color │ ├── Jackie Brown.color │ ├── Japanesque.color │ ├── Jellybeans.color │ ├── Kibble.color │ ├── Lavandula.color │ ├── LiquidCarbon.color │ ├── LiquidCarbonTransparent.color │ ├── LiquidCarbonTransparentInverse.color │ ├── Man Page.color │ ├── Mathias.color │ ├── Medallion.color │ ├── Misterioso.color │ ├── Molokai.color │ ├── MonaLisa.color │ ├── Monokai Soda.color │ ├── N0tch2k.color │ ├── Neopolitan.color │ ├── NightLion v1.color │ ├── NightLion v2.color │ ├── Novel.color │ ├── Obsidian.color │ ├── Ocean.color │ ├── Ollie.color │ ├── Paraiso Dark.color │ ├── PaulMillr.color │ ├── PencilDark.color │ ├── PencilLight.color │ ├── Pnevma.color │ ├── Pro.color │ ├── Red Alert.color │ ├── Red Sands.color │ ├── Rippedcasts.color │ ├── Royal.color │ ├── SeaShells.color │ ├── Seafoam Pastel.color │ ├── Seti.color │ ├── Shaman.color │ ├── Smyck.color │ ├── SoftServer.color │ ├── Solarized Darcula.color │ ├── Solarized Dark Higher Contrast.color │ ├── Solarized Dark.color │ ├── Solarized Light.color │ ├── SpaceGray.color │ ├── Spacedust.color │ ├── Spring.color │ ├── Square.color │ ├── Sundried.color │ ├── Symfonic.color │ ├── Teerb.color │ ├── Terminal Basic.color │ ├── Thayer Bright.color │ ├── Tomorrow Night Blue.color │ ├── Tomorrow Night Bright.color │ ├── Tomorrow Night Eighties.color │ ├── Tomorrow Night.color │ ├── Tomorrow.color │ ├── ToyChest.color │ ├── Treehouse.color │ ├── Twilight.color │ ├── Urple.color │ ├── Vaughn.color │ ├── VibrantInk.color │ ├── WarmNeon.color │ ├── Wez.color │ ├── Wombat.color │ ├── Wryan.color │ ├── Zenburn.color │ ├── default.color │ └── idleToes.color ├── font ├── key ├── main ├── menu └── pic.jpg └── xrdb2mlterm.py /README.md: -------------------------------------------------------------------------------- 1 | #Mlterm config files 2 | 3 | ##mlterm/main 4 | 5 | The main file have every option and its description from mlterm manpage commented and also arranged under topics. 6 | 7 | ##mlterm/colorschames 8 | 9 | Color schames converted from xrdb folder in [mbadolato](https://github.com/mbadolato/iTerm2-Color-Schemes) repo you can install them using mlterm-colors.py 10 | 11 | ./mlterm-colors.py -c solarized-dark 12 | 13 | - if you run it for the first time it will download the colorschames folder to ~/.mlterm/ 14 | - it change the contents of color file and the values of fg_color, bg_color, cursor_bg_color, cursor_fg_color, bd_color, it_color, ul_color in main file 15 | 16 | ##mlterm/key 17 | 18 | key file is commented with various options from mlterm manpage 19 | 20 | ## Credits 21 | 22 | [mlterm](https://bitbucket.org/arakiken/mlterm) was created by Araki Ken 23 | 24 | All the colors converted from xrdb folder in [mbadolato](https://github.com/mbadolato/iTerm2-Color-Schemes) repo except the following : 25 | 26 | Solarized Dark was created by [altercation](https://github.com/altercation/solarized) 27 | 28 | ## -- Credits to be continued 29 | 30 | 31 | -------------------------------------------------------------------------------- /font/DejaVuSansMono/DejaVu Sans Mono Bold Oblique for Powerline.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahed91/Mlterm-Color-Schames/fa0eabddb50141faca0feaf38816c0ad68e5cba9/font/DejaVuSansMono/DejaVu Sans Mono Bold Oblique for Powerline.ttf -------------------------------------------------------------------------------- /font/DejaVuSansMono/DejaVu Sans Mono Bold for Powerline.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahed91/Mlterm-Color-Schames/fa0eabddb50141faca0feaf38816c0ad68e5cba9/font/DejaVuSansMono/DejaVu Sans Mono Bold for Powerline.ttf -------------------------------------------------------------------------------- /font/DejaVuSansMono/DejaVu Sans Mono Oblique for Powerline.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahed91/Mlterm-Color-Schames/fa0eabddb50141faca0feaf38816c0ad68e5cba9/font/DejaVuSansMono/DejaVu Sans Mono Oblique for Powerline.ttf -------------------------------------------------------------------------------- /font/DejaVuSansMono/DejaVu Sans Mono for Powerline.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahed91/Mlterm-Color-Schames/fa0eabddb50141faca0feaf38816c0ad68e5cba9/font/DejaVuSansMono/DejaVu Sans Mono for Powerline.ttf -------------------------------------------------------------------------------- /font/DejaVuSansMono/LICENSE.txt: -------------------------------------------------------------------------------- 1 | Fonts are (c) Bitstream (see below). DejaVu changes are in public domain. 2 | Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below) 3 | 4 | Bitstream Vera Fonts Copyright 5 | ------------------------------ 6 | 7 | Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is 8 | a trademark of Bitstream, Inc. 9 | 10 | Permission is hereby granted, free of charge, to any person obtaining a copy 11 | of the fonts accompanying this license ("Fonts") and associated 12 | documentation files (the "Font Software"), to reproduce and distribute the 13 | Font Software, including without limitation the rights to use, copy, merge, 14 | publish, distribute, and/or sell copies of the Font Software, and to permit 15 | persons to whom the Font Software is furnished to do so, subject to the 16 | following conditions: 17 | 18 | The above copyright and trademark notices and this permission notice shall 19 | be included in all copies of one or more of the Font Software typefaces. 20 | 21 | The Font Software may be modified, altered, or added to, and in particular 22 | the designs of glyphs or characters in the Fonts may be modified and 23 | additional glyphs or characters may be added to the Fonts, only if the fonts 24 | are renamed to names not containing either the words "Bitstream" or the word 25 | "Vera". 26 | 27 | This License becomes null and void to the extent applicable to Fonts or Font 28 | Software that has been modified and is distributed under the "Bitstream 29 | Vera" names. 30 | 31 | The Font Software may be sold as part of a larger software package but no 32 | copy of one or more of the Font Software typefaces may be sold by itself. 33 | 34 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 35 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, 36 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, 37 | TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME 38 | FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING 39 | ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, 40 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 41 | THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE 42 | FONT SOFTWARE. 43 | 44 | Except as contained in this notice, the names of Gnome, the Gnome 45 | Foundation, and Bitstream Inc., shall not be used in advertising or 46 | otherwise to promote the sale, use or other dealings in this Font Software 47 | without prior written authorization from the Gnome Foundation or Bitstream 48 | Inc., respectively. For further information, contact: fonts at gnome dot 49 | org. 50 | 51 | Arev Fonts Copyright 52 | ------------------------------ 53 | 54 | Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved. 55 | 56 | Permission is hereby granted, free of charge, to any person obtaining 57 | a copy of the fonts accompanying this license ("Fonts") and 58 | associated documentation files (the "Font Software"), to reproduce 59 | and distribute the modifications to the Bitstream Vera Font Software, 60 | including without limitation the rights to use, copy, merge, publish, 61 | distribute, and/or sell copies of the Font Software, and to permit 62 | persons to whom the Font Software is furnished to do so, subject to 63 | the following conditions: 64 | 65 | The above copyright and trademark notices and this permission notice 66 | shall be included in all copies of one or more of the Font Software 67 | typefaces. 68 | 69 | The Font Software may be modified, altered, or added to, and in 70 | particular the designs of glyphs or characters in the Fonts may be 71 | modified and additional glyphs or characters may be added to the 72 | Fonts, only if the fonts are renamed to names not containing either 73 | the words "Tavmjong Bah" or the word "Arev". 74 | 75 | This License becomes null and void to the extent applicable to Fonts 76 | or Font Software that has been modified and is distributed under the 77 | "Tavmjong Bah Arev" names. 78 | 79 | The Font Software may be sold as part of a larger software package but 80 | no copy of one or more of the Font Software typefaces may be sold by 81 | itself. 82 | 83 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 84 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 85 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 86 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL 87 | TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 88 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 89 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 90 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 91 | OTHER DEALINGS IN THE FONT SOFTWARE. 92 | 93 | Except as contained in this notice, the name of Tavmjong Bah shall not 94 | be used in advertising or otherwise to promote the sale, use or other 95 | dealings in this Font Software without prior written authorization 96 | from Tavmjong Bah. For further information, contact: tavmjong @ free 97 | . fr. -------------------------------------------------------------------------------- /font/DejaVuSansMono/README.rst: -------------------------------------------------------------------------------- 1 | DejaVu Sans Mono for Powerline 2 | ============================== 3 | 4 | :Font creator: Roy Y.T. Chen 5 | :Source: http://dejavu-fonts.org/wiki/Main_Page 6 | :Patched by: `dbrgn `_ 7 | -------------------------------------------------------------------------------- /mlterm-colors.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | # encoding: utf-8 3 | 4 | import os 5 | import shutil 6 | import argparse 7 | import re 8 | import subprocess 9 | 10 | def get(): 11 | "Get colorschames" 12 | if not os.path.exists(os.path.expanduser('~/.mlterm/colorschames')): 13 | os.makedirs(os.path.expanduser('~/.mlterm/colorschames')) 14 | if os.path.exists('/tmp/mlterm-temp'): 15 | shutil.rmtree('/tmp/mlterm-temp') 16 | subprocess.call('git clone --depth 1 https://github.com/Ahed91/rtlize --branch master --single-branch /tmp/mlterm-temp', shell=True) 17 | data_folder = '/tmp/mlterm-temp/mlterm/colorschames' 18 | dest_folder = os.path.expanduser('~/.mlterm/colorschames') 19 | for _ in os.listdir(data_folder): 20 | __ = os.path.join(data_folder, _) 21 | shutil.copy(__, dest_folder) 22 | 23 | def check_color(color): 24 | colorschame_list = os.listdir(os.path.expanduser('~/.mlterm/colorschames')) 25 | legal_color = False 26 | for idx, item in enumerate(colorschame_list): 27 | if color == item : 28 | legal_color = True 29 | return colorschame_list[idx], legal_color 30 | item = item.lower() 31 | if color == item : 32 | legal_color = True 33 | return colorschame_list[idx], legal_color 34 | item = item.upper() 35 | if color == item : 36 | legal_color = True 37 | return colorschame_list[idx], legal_color 38 | item = item.replace('.COLOR', '') 39 | if color == item : 40 | legal_color = True 41 | return colorschame_list[idx], legal_color 42 | item = item.lower() 43 | if color == item : 44 | legal_color = True 45 | return colorschame_list[idx], legal_color 46 | item = item.replace(item[0], item[0].upper()) 47 | if color == item : 48 | legal_color = True 49 | return colorschame_list[idx], legal_color 50 | 51 | return 'none',legal_color 52 | 53 | def set_color(name): 54 | colors_path = os.path.expanduser('~/.mlterm/colorschames') 55 | main_path = os.path.expanduser('~/.mlterm/main') 56 | color_path = os.path.join(colors_path, name) 57 | with open(color_path, 'r') as f : 58 | data = f.readlines() 59 | with open(os.path.expanduser('~/.mlterm/color'), 'w') as f : 60 | f.writelines(data[0:16]) 61 | 62 | D = {} 63 | for i,item in enumerate(data[16:23]): 64 | D[i] = item 65 | 66 | with open(main_path, 'r') as f : 67 | lines = f.readlines() 68 | with open(main_path, 'w') as f : 69 | for line in lines: 70 | if re.findall('^fg_color.*', line): 71 | f.write(re.sub('^fg_color.*',D.pop(0).replace('\n','') , line)) 72 | continue 73 | if re.findall('^bg_color.*', line): 74 | f.write(re.sub('^bg_color.*',D.pop(1).replace('\n','') , line)) 75 | continue 76 | if re.findall('^cursor_bg_color.*', line): 77 | f.write(re.sub('^cursor_bg_color.*',D.pop(2).replace('\n','') , line)) 78 | continue 79 | if re.findall('^cursor_fg_color.*', line): 80 | f.write(re.sub('^cursor_fg_color.*',D.pop(3).replace('\n','') , line)) 81 | continue 82 | if re.findall('^bd_color.*', line): 83 | f.write(re.sub('^bd_color.*',D.pop(4).replace('\n','') , line)) 84 | continue 85 | if re.findall('^it_color.*', line): 86 | f.write(re.sub('^it_color.*',D.pop(5).replace('\n','') , line)) 87 | continue 88 | if re.findall('^ul_color.*', line): 89 | f.write(re.sub('^ul_color.*',D.pop(6).replace('\n','') , line)) 90 | continue 91 | if re.findall('^#fg_color.*', line): 92 | f.write(re.sub('^#fg_color.*',D.pop(0).replace('\n','') , line)) 93 | continue 94 | if re.findall('^#bg_color.*', line): 95 | f.write(re.sub('^#bg_color.*',D.pop(1).replace('\n','') , line)) 96 | continue 97 | if re.findall('^#cursor_bg_color.*', line): 98 | f.write(re.sub('^#cursor_bg_color.*',D.pop(2).replace('\n','') , line)) 99 | continue 100 | if re.findall('^#cursor_fg_color.*', line): 101 | f.write(re.sub('^#cursor_fg_color.*',D.pop(3).replace('\n','') , line)) 102 | continue 103 | if re.findall('^#bd_color.*', line): 104 | f.write(re.sub('^#bd_color.*',D.pop(4).replace('\n','') , line)) 105 | continue 106 | if re.findall('^#it_color.*', line): 107 | f.write(re.sub('^#it_color.*',D.pop(5).replace('\n','') , line)) 108 | continue 109 | if re.findall('^#ul_color.*', line): 110 | f.write(re.sub('^#ul_color.*',D.pop(6).replace('\n','') , line)) 111 | continue 112 | if re.findall('^wall_picture.*', line): 113 | f.write(line.replace('~', os.path.expanduser('~'))) 114 | continue 115 | f.write(line) 116 | for _ in D.keys(): 117 | f.write(D[_]) 118 | 119 | def main(): 120 | """Execute""" 121 | # Parser Options 122 | parser = argparse.ArgumentParser() 123 | parser.add_argument('-c','--colorschame', help="choose colorschame to apply on mlterm") 124 | #parser.add_argument('--pic', help="set wallpaper for mlterm", action="store_true") 125 | args = parser.parse_args() 126 | 127 | if not os.path.exists(os.path.expanduser('~/.mlterm/colorschames')): 128 | get() 129 | 130 | [name,legal]=check_color(args.colorschame) 131 | if not legal: 132 | print 'Invalid or Unavailable Colorschame Name ' 133 | 134 | if legal: 135 | set_color(name) 136 | 137 | if __name__ == '__main__': 138 | main() 139 | -------------------------------------------------------------------------------- /mlterm/README.md: -------------------------------------------------------------------------------- 1 | #Mlterm config files 2 | 3 | ##Main 4 | 5 | The main file have every option and its description from mlterm manpage commented and also arranged under topics. 6 | 7 | ## Color schames 8 | 9 | Color schames converted from xrdb folder in [mbadolato](https://github.com/mbadolato/iTerm2-Color-Schemes) repo you can install them using mlterm-colors.py 10 | 11 | ./mlterm-colors.py -c solarized-dark 12 | 13 | - if you run it for the first time it will download the colorschames folder to ~/.mlterm/ 14 | - it change the contents of color file and the values of fg_color, bg_color, cursor_bg_color, cursor_fg_color, bd_color, it_color, ul_color in main file 15 | 16 | ## key 17 | 18 | key file is commented with various options from mlterm manpage 19 | 20 | ## Credits 21 | 22 | [mlterm](https://bitbucket.org/arakiken/mlterm) was created by Araki Ken 23 | 24 | All the colors converted from xrdb folder in [mbadolato](https://github.com/mbadolato/iTerm2-Color-Schemes) repo except the following : 25 | 26 | Solarized Dark was created by [altercation](https://github.com/altercation/solarized) 27 | 28 | ## -- Credits to be continued 29 | 30 | 31 | -------------------------------------------------------------------------------- /mlterm/aafont: -------------------------------------------------------------------------------- 1 | ## 2 | ## PLEASE READ /usr/share/doc/mlterm/README.Debian TO USE ANTI-ALIAS. 3 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4 | 5 | ## 6 | ## Anti-aliased font settings for non-UTF8 encodings 7 | ## 8 | 9 | #ISO8859_1=Courier 10 Pitch-iso10646-1; 10 | ISO8859_2=FreeMono-iso10646-1; 11 | ISO8859_3=FreeMono-iso10646-1; 12 | ISO8859_4=FreeMono-iso10646-1; 13 | ISO8859_5=FreeMono-iso10646-1; 14 | ISO8859_7=FreeMono-iso10646-1; 15 | ISO8859_9=FreeMono-iso10646-1; 16 | ISO8859_10=FreeMono-iso10646-1; 17 | ISO8859_13=FreeMono-iso10646-1; 18 | ISO8859_14=FreeMono-iso10646-1; 19 | #ISO8859_15=FreeMono-iso10646-1; 20 | KOI8_R=Nimbus Mono L-iso10646-1; 21 | KOI8_U=Nimbus Mono L-iso10646-1; 22 | JISX0208_1978=VL Gothic-iso10646-1; 23 | JISX0208_1983=VL Gothic-iso10646-1; 24 | JISX0208_1990=VL Gothic-iso10646-1; 25 | KSX1001_1997=dotum-iso10646-1; 26 | BIG5=AR PL Mingti2L Big5-iso10646-1; 27 | GB2312_80=AR PL SungtiL GB-iso10646-1; 28 | GBK=AR PL SungtiL GB-iso10646-1; 29 | 30 | ## 31 | ## Anti-aliased font settings for UTF8 32 | ## 33 | 34 | ## settings for UTF8 singlewidth (non-east Asian) characters 35 | 36 | # This contains many characters including Latin, Greek, and Cyrillic. 37 | # If you are willing to use UTF-8, you prefer to be able to use many 38 | # characters, don't you? 39 | ISO10646_UCS2_1=FreeMono-iso10646-1; 40 | 41 | # If you use UTF-8 but the range of characters is limited to ISO-8859-1, 42 | # you may use the following line instead of the above line. 43 | #ISO10646_UCS2_1=Courier 10 Pitch-iso10646-1; 44 | 45 | 46 | ## settings for UTF8 doublewidth (east Asian) characters 47 | # 48 | # Since there are no TrueType fonts available which contains 49 | # all of east Asian characters so far, you have to choose 50 | # one of the following lines. 51 | 52 | # Japanese speakers may want to enable the following setting. 53 | # ISO10646_UCS2_1_BIWIDTH=VL Gothic-iso10646-1; 54 | 55 | # Korean speakers may want to enable the following setting. 56 | #ISO10646_UCS2_1_BIWIDTH=dotum-iso10646-1; 57 | 58 | # Traditional Chinese speakers may want to enable the following setting. 59 | #ISO10646_UCS2_1_BIWIDTH=AR PL Mingti2L Big5-iso10646-1; 60 | 61 | # Simplified Chinese speakers may want to enable the following setting. 62 | #ISO10646_UCS2_1_BIWIDTH=AR PL SungtiL GB-iso10646-1; 63 | 64 | ## settings for UTF8 fixed width Arabic characters: 65 | #ISO10646_UCS4_1 = Ubuntu Mono; 66 | #ISO10646_UCS4_1 = Monospace; 67 | ISO10646_UCS4_1 = DejaVu Sans Mono for Powerline; 68 | # U+231A-2320 = FreeSerif; 69 | #ISO8859_1 = Droid Sans Mono for Powerline; 70 | #ISO8859_15 = Droid Sans Mono for Powerline ; 71 | #ISO10646_UCS2_1 = Droid Sans Mono for Powerline ; 72 | #ISO10646_UCS2_1_BOLD = Droid Sans Mono for Powerline ; 73 | #ISO10646_UCS4_1 = Droid Sans Mono for Powerline ; 74 | -------------------------------------------------------------------------------- /mlterm/color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#b84131 3 | green=#7da900 4 | yellow=#c4a500 5 | blue=#62a3c4 6 | magenta=#ba8acc 7 | cyan=#207383 8 | white=#a1a1a1 9 | hl_black=#7a7a7a 10 | hl_red=#d6837c 11 | hl_green=#c4f137 12 | hl_yellow=#fee14d 13 | hl_blue=#8dcff0 14 | hl_magenta=#f79aff 15 | hl_cyan=#6ad9cf 16 | hl_white=#f7f7f7 17 | -------------------------------------------------------------------------------- /mlterm/colorschames/3024 Day.color: -------------------------------------------------------------------------------- 1 | black=#090300 2 | red=#db2d20 3 | green=#01a252 4 | yellow=#fded02 5 | blue=#01a0e4 6 | magenta=#a16a94 7 | cyan=#b5e4f4 8 | white=#a5a2a2 9 | hl_black=#5c5855 10 | hl_red=#e8bbd0 11 | hl_green=#3a3432 12 | hl_yellow=#4a4543 13 | hl_blue=#807d7c 14 | hl_magenta=#d6d5d4 15 | hl_cyan=#cdab53 16 | hl_white=#f7f7f7 17 | fg_color=#4a4543 18 | bg_color=#f7f7f7 19 | cursor_bg_color=#4a4543 20 | cursor_fg_color=#f7f7f7 21 | bd_color=#4a4543 22 | it_color=#4a4543 23 | ul_color=#a5a2a2 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/3024 Night.color: -------------------------------------------------------------------------------- 1 | black=#090300 2 | red=#db2d20 3 | green=#01a252 4 | yellow=#fded02 5 | blue=#01a0e4 6 | magenta=#a16a94 7 | cyan=#b5e4f4 8 | white=#a5a2a2 9 | hl_black=#5c5855 10 | hl_red=#e8bbd0 11 | hl_green=#3a3432 12 | hl_yellow=#4a4543 13 | hl_blue=#807d7c 14 | hl_magenta=#d6d5d4 15 | hl_cyan=#cdab53 16 | hl_white=#f7f7f7 17 | fg_color=#a5a2a2 18 | bg_color=#090300 19 | cursor_bg_color=#a5a2a2 20 | cursor_fg_color=#090300 21 | bd_color=#a5a2a2 22 | it_color=#a5a2a2 23 | ul_color=#4a4543 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/AdventureTime.color: -------------------------------------------------------------------------------- 1 | black=#050404 2 | red=#bd0013 3 | green=#4ab118 4 | yellow=#e7741e 5 | blue=#0f4ac6 6 | magenta=#665993 7 | cyan=#70a598 8 | white=#f8dcc0 9 | hl_black=#4e7cbf 10 | hl_red=#fc5f5a 11 | hl_green=#9eff6e 12 | hl_yellow=#efc11a 13 | hl_blue=#1997c6 14 | hl_magenta=#9b5953 15 | hl_cyan=#c8faf4 16 | hl_white=#f6f5fb 17 | fg_color=#f8dcc0 18 | bg_color=#1f1d45 19 | cursor_bg_color=#efbf38 20 | cursor_fg_color=#08080a 21 | bd_color=#bd0013 22 | it_color=#f3d9c4 23 | ul_color=#706b4e 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Afterglow.color: -------------------------------------------------------------------------------- 1 | black=#151515 2 | red=#a53c23 3 | green=#7b9246 4 | yellow=#d3a04d 5 | blue=#6c99bb 6 | magenta=#9f4e85 7 | cyan=#7dd6cf 8 | white=#d0d0d0 9 | hl_black=#505050 10 | hl_red=#a53c23 11 | hl_green=#7b9246 12 | hl_yellow=#d3a04d 13 | hl_blue=#547c99 14 | hl_magenta=#9f4e85 15 | hl_cyan=#7dd6cf 16 | hl_white=#f5f5f5 17 | fg_color=#d0d0d0 18 | bg_color=#222222 19 | cursor_bg_color=#d0d0d0 20 | cursor_fg_color=#151515 21 | bd_color=#d0d0d0 22 | it_color=#d0d0d0 23 | ul_color=#303030 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/AlienBlood.color: -------------------------------------------------------------------------------- 1 | black=#112616 2 | red=#7f2b27 3 | green=#2f7e25 4 | yellow=#717f24 5 | blue=#2f6a7f 6 | magenta=#47587f 7 | cyan=#327f77 8 | white=#647d75 9 | hl_black=#3c4812 10 | hl_red=#e08009 11 | hl_green=#18e000 12 | hl_yellow=#bde000 13 | hl_blue=#00aae0 14 | hl_magenta=#0058e0 15 | hl_cyan=#00e0c4 16 | hl_white=#73fa91 17 | fg_color=#637d75 18 | bg_color=#0f1610 19 | cursor_bg_color=#73fa91 20 | cursor_fg_color=#0f1610 21 | bd_color=#7afa87 22 | it_color=#73fa91 23 | ul_color=#1d4125 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Argonaut.color: -------------------------------------------------------------------------------- 1 | black=#232323 2 | red=#ff000f 3 | green=#8ce10b 4 | yellow=#ffb900 5 | blue=#008df8 6 | magenta=#6d43a6 7 | cyan=#00d8eb 8 | white=#ffffff 9 | hl_black=#444444 10 | hl_red=#ff2740 11 | hl_green=#abe15b 12 | hl_yellow=#ffd242 13 | hl_blue=#0092ff 14 | hl_magenta=#9a5feb 15 | hl_cyan=#67fff0 16 | hl_white=#ffffff 17 | fg_color=#fffaf4 18 | bg_color=#0e1019 19 | cursor_bg_color=#ff0018 20 | cursor_fg_color=#ff0018 21 | bd_color=#9e9c9a 22 | it_color=#ffffff 23 | ul_color=#002a3b 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Arthur.color: -------------------------------------------------------------------------------- 1 | black=#3d352a 2 | red=#cd5c5c 3 | green=#86af80 4 | yellow=#e8ae5b 5 | blue=#6495ed 6 | magenta=#deb887 7 | cyan=#b0c4de 8 | white=#bbaa99 9 | hl_black=#554444 10 | hl_red=#cc5533 11 | hl_green=#88aa22 12 | hl_yellow=#ffa75d 13 | hl_blue=#87ceeb 14 | hl_magenta=#996600 15 | hl_cyan=#b0c4de 16 | hl_white=#ddccbb 17 | fg_color=#ddeedd 18 | bg_color=#1c1c1c 19 | cursor_bg_color=#e2bbef 20 | cursor_fg_color=#000000 21 | bd_color=#ffffff 22 | it_color=#ffffff 23 | ul_color=#4d4d4d 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Atom.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#fd5ff1 3 | green=#87c38a 4 | yellow=#ffd7b1 5 | blue=#85befd 6 | magenta=#b9b6fc 7 | cyan=#85befd 8 | white=#e0e0e0 9 | hl_black=#000000 10 | hl_red=#fd5ff1 11 | hl_green=#94fa36 12 | hl_yellow=#f5ffa8 13 | hl_blue=#96cbfe 14 | hl_magenta=#b9b6fc 15 | hl_cyan=#85befd 16 | hl_white=#e0e0e0 17 | fg_color=#c5c8c6 18 | bg_color=#161719 19 | cursor_bg_color=#d0d0d0 20 | cursor_fg_color=#151515 21 | bd_color=#c5c8c6 22 | it_color=#c5c8c6 23 | ul_color=#444444 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Belafonte Day.color: -------------------------------------------------------------------------------- 1 | black=#20111b 2 | red=#be100e 3 | green=#858162 4 | yellow=#eaa549 5 | blue=#426a79 6 | magenta=#97522c 7 | cyan=#989a9c 8 | white=#968c83 9 | hl_black=#5e5252 10 | hl_red=#be100e 11 | hl_green=#858162 12 | hl_yellow=#eaa549 13 | hl_blue=#426a79 14 | hl_magenta=#97522c 15 | hl_cyan=#989a9c 16 | hl_white=#d5ccba 17 | fg_color=#45373c 18 | bg_color=#d5ccba 19 | cursor_bg_color=#45373c 20 | cursor_fg_color=#d5ccba 21 | bd_color=#45373c 22 | it_color=#45373c 23 | ul_color=#968c83 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Belafonte Night.color: -------------------------------------------------------------------------------- 1 | black=#20111b 2 | red=#be100e 3 | green=#858162 4 | yellow=#eaa549 5 | blue=#426a79 6 | magenta=#97522c 7 | cyan=#989a9c 8 | white=#968c83 9 | hl_black=#5e5252 10 | hl_red=#be100e 11 | hl_green=#858162 12 | hl_yellow=#eaa549 13 | hl_blue=#426a79 14 | hl_magenta=#97522c 15 | hl_cyan=#989a9c 16 | hl_white=#d5ccba 17 | fg_color=#968c83 18 | bg_color=#20111b 19 | cursor_bg_color=#968c83 20 | cursor_fg_color=#20111b 21 | bd_color=#968c83 22 | it_color=#968c83 23 | ul_color=#45373c 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/BirdsOfParadise.color: -------------------------------------------------------------------------------- 1 | black=#573d26 2 | red=#be2d26 3 | green=#6ba18a 4 | yellow=#e99d2a 5 | blue=#5a86ad 6 | magenta=#ac80a6 7 | cyan=#74a6ad 8 | white=#e0dbb7 9 | hl_black=#9b6c4a 10 | hl_red=#e84627 11 | hl_green=#95d8ba 12 | hl_yellow=#d0d150 13 | hl_blue=#b8d3ed 14 | hl_magenta=#d19ecb 15 | hl_cyan=#93cfd7 16 | hl_white=#fff9d5 17 | fg_color=#e0dbb7 18 | bg_color=#2a1f1d 19 | cursor_bg_color=#573d26 20 | cursor_fg_color=#573d26 21 | bd_color=#fff8d8 22 | it_color=#e0dbbb 23 | ul_color=#563c27 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Blazer.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#b87a7a 3 | green=#7ab87a 4 | yellow=#b8b87a 5 | blue=#7a7ab8 6 | magenta=#b87ab8 7 | cyan=#7ab8b8 8 | white=#d9d9d9 9 | hl_black=#262626 10 | hl_red=#dbbdbd 11 | hl_green=#bddbbd 12 | hl_yellow=#dbdbbd 13 | hl_blue=#bdbddb 14 | hl_magenta=#dbbddb 15 | hl_cyan=#bddbdb 16 | hl_white=#ffffff 17 | fg_color=#d9e6f2 18 | bg_color=#0d1926 19 | cursor_bg_color=#d9e6f2 20 | cursor_fg_color=#0d1926 21 | bd_color=#bd0013 22 | it_color=#f3d9c4 23 | ul_color=#706b4e 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Broadcast.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#da4939 3 | green=#519f50 4 | yellow=#ffd24a 5 | blue=#6d9cbe 6 | magenta=#d0d0ff 7 | cyan=#6e9cbe 8 | white=#ffffff 9 | hl_black=#323232 10 | hl_red=#ff7b6b 11 | hl_green=#83d182 12 | hl_yellow=#ffff7c 13 | hl_blue=#9fcef0 14 | hl_magenta=#ffffff 15 | hl_cyan=#a0cef0 16 | hl_white=#ffffff 17 | fg_color=#e6e1dc 18 | bg_color=#2b2b2b 19 | cursor_bg_color=#ffffff 20 | cursor_fg_color=#e6e1dc 21 | bd_color=#e6e1dc 22 | it_color=#e6e1dc 23 | ul_color=#5a647e 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Brogrammer.color: -------------------------------------------------------------------------------- 1 | black=#1f1f1f 2 | red=#f81118 3 | green=#2dc55e 4 | yellow=#ecba0f 5 | blue=#2a84d2 6 | magenta=#4e5ab7 7 | cyan=#1081d6 8 | white=#d6dbe5 9 | hl_black=#d6dbe5 10 | hl_red=#de352e 11 | hl_green=#1dd361 12 | hl_yellow=#f3bd09 13 | hl_blue=#1081d6 14 | hl_magenta=#5350b9 15 | hl_cyan=#0f7ddb 16 | hl_white=#ffffff 17 | fg_color=#d6dbe5 18 | bg_color=#131313 19 | cursor_bg_color=#b9b9b9 20 | cursor_fg_color=#101010 21 | bd_color=#d6dbe5 22 | it_color=#d6dbe5 23 | ul_color=#1f1f1f 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/C64.color: -------------------------------------------------------------------------------- 1 | black=#090300 2 | red=#883932 3 | green=#55a049 4 | yellow=#bfce72 5 | blue=#40318d 6 | magenta=#8b3f96 7 | cyan=#67b6bd 8 | white=#ffffff 9 | hl_black=#000000 10 | hl_red=#883932 11 | hl_green=#55a049 12 | hl_yellow=#bfce72 13 | hl_blue=#40318d 14 | hl_magenta=#8b3f96 15 | hl_cyan=#67b6bd 16 | hl_white=#f7f7f7 17 | fg_color=#7869c4 18 | bg_color=#40318d 19 | cursor_bg_color=#7869c4 20 | cursor_fg_color=#40318d 21 | bd_color=#a5a2a2 22 | it_color=#40318d 23 | ul_color=#7869c4 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/CLRS.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#f8282a 3 | green=#328a5d 4 | yellow=#fa701d 5 | blue=#135cd0 6 | magenta=#9f00bd 7 | cyan=#33c3c1 8 | white=#b3b3b3 9 | hl_black=#555753 10 | hl_red=#fb0416 11 | hl_green=#2cc631 12 | hl_yellow=#fdd727 13 | hl_blue=#1670ff 14 | hl_magenta=#e900b0 15 | hl_cyan=#3ad5ce 16 | hl_white=#eeeeec 17 | fg_color=#262626 18 | bg_color=#ffffff 19 | cursor_bg_color=#6fd3fc 20 | cursor_fg_color=#ffffff 21 | bd_color=#1a1a1a 22 | it_color=#041730 23 | ul_color=#6fd3fc 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Chalk.color: -------------------------------------------------------------------------------- 1 | black=#7d8b8f 2 | red=#b23a52 3 | green=#789b6a 4 | yellow=#b9ac4a 5 | blue=#2a7fac 6 | magenta=#bd4f5a 7 | cyan=#44a799 8 | white=#d2d8d9 9 | hl_black=#888888 10 | hl_red=#f24840 11 | hl_green=#80c470 12 | hl_yellow=#ffeb62 13 | hl_blue=#4196ff 14 | hl_magenta=#fc5275 15 | hl_cyan=#53cdbd 16 | hl_white=#d2d8d9 17 | fg_color=#d2d8d9 18 | bg_color=#2b2d2e 19 | cursor_bg_color=#708284 20 | cursor_fg_color=#002831 21 | bd_color=#ececec 22 | it_color=#3f4041 23 | ul_color=#e4e8ed 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Chalkboard.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#c37372 3 | green=#72c373 4 | yellow=#c2c372 5 | blue=#7372c3 6 | magenta=#c372c2 7 | cyan=#72c2c3 8 | white=#d9d9d9 9 | hl_black=#323232 10 | hl_red=#dbaaaa 11 | hl_green=#aadbaa 12 | hl_yellow=#dadbaa 13 | hl_blue=#aaaadb 14 | hl_magenta=#dbaada 15 | hl_cyan=#aadadb 16 | hl_white=#ffffff 17 | fg_color=#d9e6f2 18 | bg_color=#29262f 19 | cursor_bg_color=#d9e6f2 20 | cursor_fg_color=#29262f 21 | bd_color=#d96f5f 22 | it_color=#ffffff 23 | ul_color=#073642 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Ciapre.color: -------------------------------------------------------------------------------- 1 | black=#181818 2 | red=#810009 3 | green=#48513b 4 | yellow=#cc8b3f 5 | blue=#576d8c 6 | magenta=#724d7c 7 | cyan=#5c4f4b 8 | white=#aea47f 9 | hl_black=#555555 10 | hl_red=#ac3835 11 | hl_green=#a6a75d 12 | hl_yellow=#dcdf7c 13 | hl_blue=#3097c6 14 | hl_magenta=#d33061 15 | hl_cyan=#f3dbb2 16 | hl_white=#f4f4f4 17 | fg_color=#aea47a 18 | bg_color=#191c27 19 | cursor_bg_color=#92805b 20 | cursor_fg_color=#181818 21 | bd_color=#f4f4f4 22 | it_color=#aea47f 23 | ul_color=#172539 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Cobalt2.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#ff0000 3 | green=#38de21 4 | yellow=#ffe50a 5 | blue=#1460d2 6 | magenta=#ff005d 7 | cyan=#00bbbb 8 | white=#bbbbbb 9 | hl_black=#555555 10 | hl_red=#f40e17 11 | hl_green=#3bd01d 12 | hl_yellow=#edc809 13 | hl_blue=#5555ff 14 | hl_magenta=#ff55ff 15 | hl_cyan=#6ae3fa 16 | hl_white=#ffffff 17 | fg_color=#ffffff 18 | bg_color=#132738 19 | cursor_bg_color=#f0cc09 20 | cursor_fg_color=#fefff2 21 | bd_color=#f7fcff 22 | it_color=#b5b5b5 23 | ul_color=#18354f 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/CrayonPonyFish.color: -------------------------------------------------------------------------------- 1 | black=#2b1b1d 2 | red=#91002b 3 | green=#579524 4 | yellow=#ab311b 5 | blue=#8c87b0 6 | magenta=#692f50 7 | cyan=#e8a866 8 | white=#68525a 9 | hl_black=#3d2b2e 10 | hl_red=#c5255d 11 | hl_green=#8dff57 12 | hl_yellow=#c8381d 13 | hl_blue=#cfc9ff 14 | hl_magenta=#fc6cba 15 | hl_cyan=#ffceaf 16 | hl_white=#b0949d 17 | fg_color=#68525a 18 | bg_color=#150707 19 | cursor_bg_color=#68525a 20 | cursor_fg_color=#140707 21 | bd_color=#c8381d 22 | it_color=#69525a 23 | ul_color=#2b1b1d 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Dark Pastel.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#ff5555 3 | green=#55ff55 4 | yellow=#ffff55 5 | blue=#5555ff 6 | magenta=#ff55ff 7 | cyan=#55ffff 8 | white=#bbbbbb 9 | hl_black=#555555 10 | hl_red=#ff5555 11 | hl_green=#55ff55 12 | hl_yellow=#ffff55 13 | hl_blue=#5555ff 14 | hl_magenta=#ff55ff 15 | hl_cyan=#55ffff 16 | hl_white=#ffffff 17 | fg_color=#ffffff 18 | bg_color=#000000 19 | cursor_bg_color=#bbbbbb 20 | cursor_fg_color=#ffffff 21 | bd_color=#ff5e7d 22 | it_color=#000000 23 | ul_color=#b5d5ff 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Darkside.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#e8341c 3 | green=#68c256 4 | yellow=#f2d42c 5 | blue=#1c98e8 6 | magenta=#8e69c9 7 | cyan=#1c98e8 8 | white=#bababa 9 | hl_black=#000000 10 | hl_red=#e05a4f 11 | hl_green=#77b869 12 | hl_yellow=#efd64b 13 | hl_blue=#387cd3 14 | hl_magenta=#957bbe 15 | hl_cyan=#3d97e2 16 | hl_white=#bababa 17 | fg_color=#bababa 18 | bg_color=#222324 19 | cursor_bg_color=#bbbbbb 20 | cursor_fg_color=#ffffff 21 | bd_color=#ffffff 22 | it_color=#bababa 23 | ul_color=#303333 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Desert.color: -------------------------------------------------------------------------------- 1 | black=#4d4d4d 2 | red=#ff2b2b 3 | green=#98fb98 4 | yellow=#f0e68c 5 | blue=#cd853f 6 | magenta=#ffdead 7 | cyan=#ffa0a0 8 | white=#f5deb3 9 | hl_black=#555555 10 | hl_red=#ff5555 11 | hl_green=#55ff55 12 | hl_yellow=#ffff55 13 | hl_blue=#87ceff 14 | hl_magenta=#ff55ff 15 | hl_cyan=#ffd700 16 | hl_white=#ffffff 17 | fg_color=#ffffff 18 | bg_color=#333333 19 | cursor_bg_color=#00ff00 20 | cursor_fg_color=#000000 21 | bd_color=#ffd700 22 | it_color=#000000 23 | ul_color=#b5d5ff 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/DimmedMonokai.color: -------------------------------------------------------------------------------- 1 | black=#3a3d43 2 | red=#be3f48 3 | green=#879a3b 4 | yellow=#c5a635 5 | blue=#4f76a1 6 | magenta=#855c8d 7 | cyan=#578fa4 8 | white=#b9bcba 9 | hl_black=#888987 10 | hl_red=#fb001f 11 | hl_green=#0f722f 12 | hl_yellow=#c47033 13 | hl_blue=#186de3 14 | hl_magenta=#fb0067 15 | hl_cyan=#2e706d 16 | hl_white=#fdffb9 17 | fg_color=#b9bcba 18 | bg_color=#1f1f1f 19 | cursor_bg_color=#f83e19 20 | cursor_fg_color=#171717 21 | bd_color=#feffb2 22 | it_color=#b9bcba 23 | ul_color=#2a2d32 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Dracula.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#ff5555 3 | green=#50fa7b 4 | yellow=#f1fa8c 5 | blue=#bd93f9 6 | magenta=#ff79c6 7 | cyan=#8be9fd 8 | white=#bbbbbb 9 | hl_black=#555555 10 | hl_red=#ff5555 11 | hl_green=#50fa7b 12 | hl_yellow=#f1fa8c 13 | hl_blue=#bd93f9 14 | hl_magenta=#ff79c6 15 | hl_cyan=#8be9fd 16 | hl_white=#ffffff 17 | fg_color=#f8f8f2 18 | bg_color=#1e1f29 19 | cursor_bg_color=#bbbbbb 20 | cursor_fg_color=#ffffff 21 | bd_color=#ffffff 22 | it_color=#ffffff 23 | ul_color=#44475a 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Earthsong.color: -------------------------------------------------------------------------------- 1 | black=#121418 2 | red=#c94234 3 | green=#85c54c 4 | yellow=#f5ae2e 5 | blue=#1398b9 6 | magenta=#d0633d 7 | cyan=#509552 8 | white=#e5c6aa 9 | hl_black=#675f54 10 | hl_red=#ff645a 11 | hl_green=#98e036 12 | hl_yellow=#e0d561 13 | hl_blue=#5fdaff 14 | hl_magenta=#ff9269 15 | hl_cyan=#84f088 16 | hl_white=#f6f7ec 17 | fg_color=#e5c7a9 18 | bg_color=#292520 19 | cursor_bg_color=#f6f7ec 20 | cursor_fg_color=#292520 21 | bd_color=#f6f7ec 22 | it_color=#e5c7a9 23 | ul_color=#121418 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Elemental.color: -------------------------------------------------------------------------------- 1 | black=#3c3c30 2 | red=#98290f 3 | green=#479a43 4 | yellow=#7f7111 5 | blue=#497f7d 6 | magenta=#7f4e2f 7 | cyan=#387f58 8 | white=#807974 9 | hl_black=#555445 10 | hl_red=#e0502a 11 | hl_green=#61e070 12 | hl_yellow=#d69927 13 | hl_blue=#79d9d9 14 | hl_magenta=#cd7c54 15 | hl_cyan=#59d599 16 | hl_white=#fff1e9 17 | fg_color=#807a74 18 | bg_color=#22211d 19 | cursor_bg_color=#facb80 20 | cursor_fg_color=#161611 21 | bd_color=#fae679 22 | it_color=#facd77 23 | ul_color=#413829 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Espresso Libre.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#cc0000 3 | green=#1a921c 4 | yellow=#f0e53a 5 | blue=#0066ff 6 | magenta=#c5656b 7 | cyan=#06989a 8 | white=#d3d7cf 9 | hl_black=#555753 10 | hl_red=#ef2929 11 | hl_green=#9aff87 12 | hl_yellow=#fffb5c 13 | hl_blue=#43a8ed 14 | hl_magenta=#ff818a 15 | hl_cyan=#34e2e2 16 | hl_white=#eeeeec 17 | fg_color=#b8a898 18 | bg_color=#2a211c 19 | cursor_bg_color=#ffffff 20 | cursor_fg_color=#000000 21 | bd_color=#d3c1af 22 | it_color=#b8a898 23 | ul_color=#c3dcff 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Espresso.color: -------------------------------------------------------------------------------- 1 | black=#353535 2 | red=#d25252 3 | green=#a5c261 4 | yellow=#ffc66d 5 | blue=#6c99bb 6 | magenta=#d197d9 7 | cyan=#bed6ff 8 | white=#eeeeec 9 | hl_black=#535353 10 | hl_red=#f00c0c 11 | hl_green=#c2e075 12 | hl_yellow=#e1e48b 13 | hl_blue=#8ab7d9 14 | hl_magenta=#efb5f7 15 | hl_cyan=#dcf4ff 16 | hl_white=#ffffff 17 | fg_color=#ffffff 18 | bg_color=#323232 19 | cursor_bg_color=#d6d6d6 20 | cursor_fg_color=#ffffff 21 | bd_color=#ffffff 22 | it_color=#ffffff 23 | ul_color=#5b5b5b 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/FishTank.color: -------------------------------------------------------------------------------- 1 | black=#03073c 2 | red=#c6004a 3 | green=#acf157 4 | yellow=#fecd5e 5 | blue=#525fb8 6 | magenta=#986f82 7 | cyan=#968763 8 | white=#ecf0fc 9 | hl_black=#6c5b30 10 | hl_red=#da4b8a 11 | hl_green=#dbffa9 12 | hl_yellow=#fee6a9 13 | hl_blue=#b2befa 14 | hl_magenta=#fda5cd 15 | hl_cyan=#a5bd86 16 | hl_white=#f6ffec 17 | fg_color=#ecf0fe 18 | bg_color=#232537 19 | cursor_bg_color=#fecd5e 20 | cursor_fg_color=#232537 21 | bd_color=#f6ffeb 22 | it_color=#232537 23 | ul_color=#fcf7e9 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Flat.color: -------------------------------------------------------------------------------- 1 | black=#222d3f 2 | red=#a82320 3 | green=#32a548 4 | yellow=#e58d11 5 | blue=#3167ac 6 | magenta=#781aa0 7 | cyan=#2c9370 8 | white=#b0b6ba 9 | hl_black=#212c3c 10 | hl_red=#d4312e 11 | hl_green=#2d9440 12 | hl_yellow=#e5be0c 13 | hl_blue=#3c7dd2 14 | hl_magenta=#8230a7 15 | hl_cyan=#35b387 16 | hl_white=#e7eced 17 | fg_color=#2cc55d 18 | bg_color=#002240 19 | cursor_bg_color=#e5be0c 20 | cursor_fg_color=#ffffff 21 | bd_color=#e7eced 22 | it_color=#ffffff 23 | ul_color=#792b9c 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/FrontEndDelight.color: -------------------------------------------------------------------------------- 1 | black=#242526 2 | red=#f8511b 3 | green=#565747 4 | yellow=#fa771d 5 | blue=#2c70b7 6 | magenta=#f02e4f 7 | cyan=#3ca1a6 8 | white=#adadad 9 | hl_black=#5fac6d 10 | hl_red=#f74319 11 | hl_green=#74ec4c 12 | hl_yellow=#fdc325 13 | hl_blue=#3393ca 14 | hl_magenta=#e75e4f 15 | hl_cyan=#4fbce6 16 | hl_white=#8c735b 17 | fg_color=#adadad 18 | bg_color=#1b1c1d 19 | cursor_bg_color=#cdcdcd 20 | cursor_fg_color=#1b1c1d 21 | bd_color=#cdcdcd 22 | it_color=#1b1c1d 23 | ul_color=#ea6154 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/FunForrest.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#d6262b 3 | green=#919c00 4 | yellow=#be8a13 5 | blue=#4699a3 6 | magenta=#8d4331 7 | cyan=#da8213 8 | white=#ddc265 9 | hl_black=#7f6a55 10 | hl_red=#e55a1c 11 | hl_green=#bfc65a 12 | hl_yellow=#ffcb1b 13 | hl_blue=#7cc9cf 14 | hl_magenta=#d26349 15 | hl_cyan=#e6a96b 16 | hl_white=#ffeaa3 17 | fg_color=#dec165 18 | bg_color=#251200 19 | cursor_bg_color=#e5591c 20 | cursor_fg_color=#000000 21 | bd_color=#ffeaa3 22 | it_color=#000000 23 | ul_color=#e5591c 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Github.color: -------------------------------------------------------------------------------- 1 | black=#3e3e3e 2 | red=#970b16 3 | green=#07962a 4 | yellow=#f8eec7 5 | blue=#003e8a 6 | magenta=#e94691 7 | cyan=#89d1ec 8 | white=#ffffff 9 | hl_black=#666666 10 | hl_red=#de0000 11 | hl_green=#87d5a2 12 | hl_yellow=#f1d007 13 | hl_blue=#2e6cba 14 | hl_magenta=#ffa29f 15 | hl_cyan=#1cfafe 16 | hl_white=#ffffff 17 | fg_color=#3e3e3e 18 | bg_color=#f4f4f4 19 | cursor_bg_color=#3f3f3f 20 | cursor_fg_color=#f4f4f4 21 | bd_color=#c95500 22 | it_color=#535353 23 | ul_color=#a9c1e2 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Grape.color: -------------------------------------------------------------------------------- 1 | black=#2d283f 2 | red=#ed2261 3 | green=#1fa91b 4 | yellow=#8ddc20 5 | blue=#487df4 6 | magenta=#8d35c9 7 | cyan=#3bdeed 8 | white=#9e9ea0 9 | hl_black=#59516a 10 | hl_red=#f0729a 11 | hl_green=#53aa5e 12 | hl_yellow=#b2dc87 13 | hl_blue=#a9bcec 14 | hl_magenta=#ad81c2 15 | hl_cyan=#9de3eb 16 | hl_white=#a288f7 17 | fg_color=#9f9fa1 18 | bg_color=#171423 19 | cursor_bg_color=#a288f7 20 | cursor_fg_color=#171422 21 | bd_color=#9f87ff 22 | it_color=#171422 23 | ul_color=#493d70 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Grass.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#bb0000 3 | green=#00bb00 4 | yellow=#e7b000 5 | blue=#0000a3 6 | magenta=#950062 7 | cyan=#00bbbb 8 | white=#bbbbbb 9 | hl_black=#555555 10 | hl_red=#bb0000 11 | hl_green=#00bb00 12 | hl_yellow=#e7b000 13 | hl_blue=#0000bb 14 | hl_magenta=#ff55ff 15 | hl_cyan=#55ffff 16 | hl_white=#ffffff 17 | fg_color=#fff0a5 18 | bg_color=#13773d 19 | cursor_bg_color=#8c2800 20 | cursor_fg_color=#ffffff 21 | bd_color=#ffb03b 22 | it_color=#ffffff 23 | ul_color=#b64926 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Hardcore.color: -------------------------------------------------------------------------------- 1 | black=#1b1d1e 2 | red=#f92672 3 | green=#a6e22e 4 | yellow=#fd971f 5 | blue=#66d9ef 6 | magenta=#9e6ffe 7 | cyan=#5e7175 8 | white=#ccccc6 9 | hl_black=#505354 10 | hl_red=#ff669d 11 | hl_green=#beed5f 12 | hl_yellow=#e6db74 13 | hl_blue=#66d9ef 14 | hl_magenta=#9e6ffe 15 | hl_cyan=#a3babf 16 | hl_white=#f8f8f2 17 | fg_color=#a0a0a0 18 | bg_color=#121212 19 | cursor_bg_color=#bbbbbb 20 | cursor_fg_color=#ffffff 21 | bd_color=#ffffff 22 | it_color=#b6bbc0 23 | ul_color=#453b39 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Harper.color: -------------------------------------------------------------------------------- 1 | black=#010101 2 | red=#f8b63f 3 | green=#7fb5e1 4 | yellow=#d6da25 5 | blue=#489e48 6 | magenta=#b296c6 7 | cyan=#f5bfd7 8 | white=#a8a49d 9 | hl_black=#726e6a 10 | hl_red=#f8b63f 11 | hl_green=#7fb5e1 12 | hl_yellow=#d6da25 13 | hl_blue=#489e48 14 | hl_magenta=#b296c6 15 | hl_cyan=#f5bfd7 16 | hl_white=#fefbea 17 | fg_color=#a8a49d 18 | bg_color=#010101 19 | cursor_bg_color=#a8a49d 20 | cursor_fg_color=#010101 21 | bd_color=#a8a49d 22 | it_color=#a8a49d 23 | ul_color=#5a5753 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Highway.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#d00e18 3 | green=#138034 4 | yellow=#ffcb3e 5 | blue=#006bb3 6 | magenta=#6b2775 7 | cyan=#384564 8 | white=#ededed 9 | hl_black=#5d504a 10 | hl_red=#f07e18 11 | hl_green=#b1d130 12 | hl_yellow=#fff120 13 | hl_blue=#4fc2fd 14 | hl_magenta=#de0071 15 | hl_cyan=#5d504a 16 | hl_white=#ffffff 17 | fg_color=#ededed 18 | bg_color=#222225 19 | cursor_bg_color=#e0d9b9 20 | cursor_fg_color=#1f192a 21 | bd_color=#fff8d8 22 | it_color=#ededed 23 | ul_color=#384564 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Hipster Green.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#b6214a 3 | green=#00a600 4 | yellow=#bfbf00 5 | blue=#246eb2 6 | magenta=#b200b2 7 | cyan=#00a6b2 8 | white=#bfbfbf 9 | hl_black=#666666 10 | hl_red=#e50000 11 | hl_green=#86a93e 12 | hl_yellow=#e5e500 13 | hl_blue=#0000ff 14 | hl_magenta=#e500e5 15 | hl_cyan=#00e5e5 16 | hl_white=#e5e5e5 17 | fg_color=#84c138 18 | bg_color=#100b05 19 | cursor_bg_color=#23ff18 20 | cursor_fg_color=#ff0018 21 | bd_color=#00db00 22 | it_color=#ffffff 23 | ul_color=#083905 -------------------------------------------------------------------------------- /mlterm/colorschames/Homebrew.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#990000 3 | green=#00a600 4 | yellow=#999900 5 | blue=#0000b2 6 | magenta=#b200b2 7 | cyan=#00a6b2 8 | white=#bfbfbf 9 | hl_black=#666666 10 | hl_red=#e50000 11 | hl_green=#00d900 12 | hl_yellow=#e5e500 13 | hl_blue=#0000ff 14 | hl_magenta=#e500e5 15 | hl_cyan=#00e5e5 16 | hl_white=#e5e5e5 17 | fg_color=#00ff00 18 | bg_color=#000000 19 | cursor_bg_color=#23ff18 20 | cursor_fg_color=#ff0018 21 | bd_color=#00ff00 22 | it_color=#ffffff 23 | ul_color=#083905 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Hurtado.color: -------------------------------------------------------------------------------- 1 | black=#575757 2 | red=#ff1b00 3 | green=#a5e055 4 | yellow=#fbe74a 5 | blue=#496487 6 | magenta=#fd5ff1 7 | cyan=#86e9fe 8 | white=#cbcccb 9 | hl_black=#262626 10 | hl_red=#d51d00 11 | hl_green=#a5df55 12 | hl_yellow=#fbe84a 13 | hl_blue=#89beff 14 | hl_magenta=#c001c1 15 | hl_cyan=#86eafe 16 | hl_white=#dbdbdb 17 | fg_color=#dbdbdb 18 | bg_color=#000000 19 | cursor_bg_color=#bbbbbb 20 | cursor_fg_color=#ffffff 21 | bd_color=#ffffff 22 | it_color=#000000 23 | ul_color=#b5d5ff 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Hybrid.color: -------------------------------------------------------------------------------- 1 | black=#2a2e33 2 | red=#b84d51 3 | green=#b3bf5a 4 | yellow=#e4b55e 5 | blue=#6e90b0 6 | magenta=#a17eac 7 | cyan=#7fbfb4 8 | white=#b5b9b6 9 | hl_black=#1d1f22 10 | hl_red=#8d2e32 11 | hl_green=#798431 12 | hl_yellow=#e58a50 13 | hl_blue=#4b6b88 14 | hl_magenta=#6e5079 15 | hl_cyan=#4d7b74 16 | hl_white=#5a626a 17 | fg_color=#b7bcba 18 | bg_color=#161719 19 | cursor_bg_color=#b7bcba 20 | cursor_fg_color=#1e1f22 21 | bd_color=#b7bcba 22 | it_color=#b7bcba 23 | ul_color=#1e1f22 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/IC_Green_PPL.color: -------------------------------------------------------------------------------- 1 | black=#1f1f1f 2 | red=#fb002a 3 | green=#339c24 4 | yellow=#659b25 5 | blue=#149b45 6 | magenta=#53b82c 7 | cyan=#2cb868 8 | white=#e0ffef 9 | hl_black=#032710 10 | hl_red=#a7ff3f 11 | hl_green=#9fff6d 12 | hl_yellow=#d2ff6d 13 | hl_blue=#72ffb5 14 | hl_magenta=#50ff3e 15 | hl_cyan=#22ff71 16 | hl_white=#daefd0 17 | fg_color=#d9efd3 18 | bg_color=#3a3d3f 19 | cursor_bg_color=#42ff58 20 | cursor_fg_color=#1f1f1f 21 | bd_color=#9fff6d 22 | it_color=#d8efd5 23 | ul_color=#2b9b35 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/IC_Orange_PPL.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#c13900 3 | green=#a4a900 4 | yellow=#caaf00 5 | blue=#bd6d00 6 | magenta=#fc5e00 7 | cyan=#f79500 8 | white=#ffc88a 9 | hl_black=#6a4f2a 10 | hl_red=#ff8c68 11 | hl_green=#f6ff40 12 | hl_yellow=#ffe36e 13 | hl_blue=#ffbe55 14 | hl_magenta=#fc874f 15 | hl_cyan=#c69752 16 | hl_white=#fafaff 17 | fg_color=#ffcb83 18 | bg_color=#262626 19 | cursor_bg_color=#fc531d 20 | cursor_fg_color=#ffc88a 21 | bd_color=#fafaff 22 | it_color=#ffc88a 23 | ul_color=#c14020 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/IR_Black.color: -------------------------------------------------------------------------------- 1 | black=#4f4f4f 2 | red=#fa6c60 3 | green=#a8ff60 4 | yellow=#fffeb7 5 | blue=#96cafe 6 | magenta=#fa73fd 7 | cyan=#c6c5fe 8 | white=#efedef 9 | hl_black=#7b7b7b 10 | hl_red=#fcb6b0 11 | hl_green=#cfffab 12 | hl_yellow=#ffffcc 13 | hl_blue=#b5dcff 14 | hl_magenta=#fb9cfe 15 | hl_cyan=#e0e0fe 16 | hl_white=#ffffff 17 | fg_color=#f1f1f1 18 | bg_color=#000000 19 | cursor_bg_color=#808080 20 | cursor_fg_color=#ffffff 21 | bd_color=#ffffff 22 | it_color=#000000 23 | ul_color=#b5d5ff 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Jackie Brown.color: -------------------------------------------------------------------------------- 1 | black=#2c1d16 2 | red=#ef5734 3 | green=#2baf2b 4 | yellow=#bebf00 5 | blue=#246eb2 6 | magenta=#d05ec1 7 | cyan=#00acee 8 | white=#bfbfbf 9 | hl_black=#666666 10 | hl_red=#e50000 11 | hl_green=#86a93e 12 | hl_yellow=#e5e500 13 | hl_blue=#0000ff 14 | hl_magenta=#e500e5 15 | hl_cyan=#00e5e5 16 | hl_white=#e5e5e5 17 | fg_color=#ffcc2f 18 | bg_color=#2c1d16 19 | cursor_bg_color=#23ff18 20 | cursor_fg_color=#ff0018 21 | bd_color=#ffcc2f 22 | it_color=#ffffff 23 | ul_color=#af8d21 -------------------------------------------------------------------------------- /mlterm/colorschames/Japanesque.color: -------------------------------------------------------------------------------- 1 | black=#343935 2 | red=#cf3f61 3 | green=#7bb75b 4 | yellow=#e9b32a 5 | blue=#4c9ad4 6 | magenta=#a57fc4 7 | cyan=#389aad 8 | white=#fafaf6 9 | hl_black=#595b59 10 | hl_red=#d18fa6 11 | hl_green=#767f2c 12 | hl_yellow=#78592f 13 | hl_blue=#135979 14 | hl_magenta=#604291 15 | hl_cyan=#76bbca 16 | hl_white=#b2b5ae 17 | fg_color=#f7f6ec 18 | bg_color=#1e1e1e 19 | cursor_bg_color=#edcf4f 20 | cursor_fg_color=#343935 21 | bd_color=#fffffa 22 | it_color=#f7f6ec 23 | ul_color=#175877 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Jellybeans.color: -------------------------------------------------------------------------------- 1 | black=#929292 2 | red=#e27373 3 | green=#94b979 4 | yellow=#ffba7b 5 | blue=#97bedc 6 | magenta=#e1c0fa 7 | cyan=#00988e 8 | white=#dedede 9 | hl_black=#bdbdbd 10 | hl_red=#ffa1a1 11 | hl_green=#bddeab 12 | hl_yellow=#ffdca0 13 | hl_blue=#b1d8f6 14 | hl_magenta=#fbdaff 15 | hl_cyan=#1ab2a8 16 | hl_white=#ffffff 17 | fg_color=#dedede 18 | bg_color=#121212 19 | cursor_bg_color=#ffa560 20 | cursor_fg_color=#ffffff 21 | bd_color=#ffffff 22 | it_color=#f4f4f4 23 | ul_color=#474e91 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Kibble.color: -------------------------------------------------------------------------------- 1 | black=#4d4d4d 2 | red=#c70031 3 | green=#29cf13 4 | yellow=#d8e30e 5 | blue=#3449d1 6 | magenta=#8400ff 7 | cyan=#0798ab 8 | white=#e2d1e3 9 | hl_black=#5a5a5a 10 | hl_red=#f01578 11 | hl_green=#6ce05c 12 | hl_yellow=#f3f79e 13 | hl_blue=#97a4f7 14 | hl_magenta=#c495f0 15 | hl_cyan=#68f2e0 16 | hl_white=#ffffff 17 | fg_color=#f7f7f7 18 | bg_color=#0e100a 19 | cursor_bg_color=#9fda9c 20 | cursor_fg_color=#000000 21 | bd_color=#ca631e 22 | it_color=#000000 23 | ul_color=#9ba787 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Lavandula.color: -------------------------------------------------------------------------------- 1 | black=#230046 2 | red=#7d1625 3 | green=#337e6f 4 | yellow=#7f6f49 5 | blue=#4f4a7f 6 | magenta=#5a3f7f 7 | cyan=#58777f 8 | white=#736e7d 9 | hl_black=#372d46 10 | hl_red=#e05167 11 | hl_green=#52e0c4 12 | hl_yellow=#e0c386 13 | hl_blue=#8e87e0 14 | hl_magenta=#a776e0 15 | hl_cyan=#9ad4e0 16 | hl_white=#8c91fa 17 | fg_color=#736e7d 18 | bg_color=#050014 19 | cursor_bg_color=#8c91fa 20 | cursor_fg_color=#050014 21 | bd_color=#8c91fa 22 | it_color=#8c91fa 23 | ul_color=#37323c 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/LiquidCarbon.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#ff3030 3 | green=#559a70 4 | yellow=#ccac00 5 | blue=#0099cc 6 | magenta=#cc69c8 7 | cyan=#7ac4cc 8 | white=#bccccc 9 | hl_black=#000000 10 | hl_red=#ff3030 11 | hl_green=#559a70 12 | hl_yellow=#ccac00 13 | hl_blue=#0099cc 14 | hl_magenta=#cc69c8 15 | hl_cyan=#7ac4cc 16 | hl_white=#bccccc 17 | fg_color=#afc2c2 18 | bg_color=#303030 19 | cursor_bg_color=#ffffff 20 | cursor_fg_color=#000000 21 | bd_color=#ffffff 22 | it_color=#000000 23 | ul_color=#7dbeff 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/LiquidCarbonTransparent.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#ff3030 3 | green=#559a70 4 | yellow=#ccac00 5 | blue=#0099cc 6 | magenta=#cc69c8 7 | cyan=#7ac4cc 8 | white=#bccccc 9 | hl_black=#000000 10 | hl_red=#ff3030 11 | hl_green=#559a70 12 | hl_yellow=#ccac00 13 | hl_blue=#0099cc 14 | hl_magenta=#cc69c8 15 | hl_cyan=#7ac4cc 16 | hl_white=#bccccc 17 | fg_color=#afc2c2 18 | bg_color=#000000 19 | cursor_bg_color=#ffffff 20 | cursor_fg_color=#000000 21 | bd_color=#ffffff 22 | it_color=#000000 23 | ul_color=#7dbeff 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/LiquidCarbonTransparentInverse.color: -------------------------------------------------------------------------------- 1 | black=#bccccd 2 | red=#ff3030 3 | green=#559a70 4 | yellow=#ccac00 5 | blue=#0099cc 6 | magenta=#cc69c8 7 | cyan=#7ac4cc 8 | white=#000000 9 | hl_black=#ffffff 10 | hl_red=#ff3030 11 | hl_green=#559a70 12 | hl_yellow=#ccac00 13 | hl_blue=#0099cc 14 | hl_magenta=#cc69c8 15 | hl_cyan=#7ac4cc 16 | hl_white=#000000 17 | fg_color=#afc2c2 18 | bg_color=#000000 19 | cursor_bg_color=#ffffff 20 | cursor_fg_color=#000000 21 | bd_color=#ffffff 22 | it_color=#000000 23 | ul_color=#7dbeff 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Man Page.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#cc0000 3 | green=#00a600 4 | yellow=#999900 5 | blue=#0000b2 6 | magenta=#b200b2 7 | cyan=#00a6b2 8 | white=#cccccc 9 | hl_black=#666666 10 | hl_red=#e50000 11 | hl_green=#00d900 12 | hl_yellow=#e5e500 13 | hl_blue=#0000ff 14 | hl_magenta=#e500e5 15 | hl_cyan=#00e5e5 16 | hl_white=#e5e5e5 17 | fg_color=#000000 18 | bg_color=#fef49c 19 | cursor_bg_color=#7f7f7f 20 | cursor_fg_color=#000000 21 | bd_color=#000000 22 | it_color=#000000 23 | ul_color=#a4c9cd 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Mathias.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#e52222 3 | green=#a6e32d 4 | yellow=#fc951e 5 | blue=#c48dff 6 | magenta=#fa2573 7 | cyan=#67d9f0 8 | white=#f2f2f2 9 | hl_black=#555555 10 | hl_red=#ff5555 11 | hl_green=#55ff55 12 | hl_yellow=#ffff55 13 | hl_blue=#5555ff 14 | hl_magenta=#ff55ff 15 | hl_cyan=#55ffff 16 | hl_white=#ffffff 17 | fg_color=#bbbbbb 18 | bg_color=#000000 19 | cursor_bg_color=#bbbbbb 20 | cursor_fg_color=#ffffff 21 | bd_color=#ffffff 22 | it_color=#f2f2f2 23 | ul_color=#555555 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Medallion.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#b64c00 3 | green=#7c8b16 4 | yellow=#d3bd26 5 | blue=#616bb0 6 | magenta=#8c5a90 7 | cyan=#916c25 8 | white=#cac29a 9 | hl_black=#5e5219 10 | hl_red=#ff9149 11 | hl_green=#b2ca3b 12 | hl_yellow=#ffe54a 13 | hl_blue=#acb8ff 14 | hl_magenta=#ffa0ff 15 | hl_cyan=#ffbc51 16 | hl_white=#fed698 17 | fg_color=#cac296 18 | bg_color=#1d1908 19 | cursor_bg_color=#d3ba30 20 | cursor_fg_color=#d2bc3d 21 | bd_color=#ffd890 22 | it_color=#cac29a 23 | ul_color=#626dac 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Misterioso.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#ff4242 3 | green=#74af68 4 | yellow=#ffad29 5 | blue=#338f86 6 | magenta=#9414e6 7 | cyan=#23d7d7 8 | white=#e1e1e0 9 | hl_black=#555555 10 | hl_red=#ff3242 11 | hl_green=#74cd68 12 | hl_yellow=#ffb929 13 | hl_blue=#23d7d7 14 | hl_magenta=#ff37ff 15 | hl_cyan=#00ede1 16 | hl_white=#ffffff 17 | fg_color=#e1e1e0 18 | bg_color=#2d3743 19 | cursor_bg_color=#000000 20 | cursor_fg_color=#ffffff 21 | bd_color=#000000 22 | it_color=#000000 23 | ul_color=#2d37ff 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Molokai.color: -------------------------------------------------------------------------------- 1 | black=#121212 2 | red=#7325FA 3 | green=#23E298 4 | yellow=#60D4DF 5 | blue=#D08010 6 | magenta=#FF0087 7 | cyan=#D0A843 8 | white=#BBBBBB 9 | hl_black=#555555 10 | hl_red=#9D66F6 11 | hl_green=#5FE0B1 12 | hl_yellow=#6DF2FF 13 | hl_blue=#FFAF00 14 | hl_magenta=#FF87AF 15 | hl_cyan=#FFCE51 16 | hl_white=#FFFFFF 17 | fg_color=#BBBBBB 18 | bg_color=#121212 19 | cursor_bg_color=#BBBBBB 20 | cursor_fg_color=#FFFFFF 21 | bd_color=#FFFFFF 22 | it_color=#000000 23 | ul_color=#FFD5B5 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/MonaLisa.color: -------------------------------------------------------------------------------- 1 | black=#351b0e 2 | red=#9b291c 3 | green=#636232 4 | yellow=#c36e28 5 | blue=#515c5d 6 | magenta=#9b1d29 7 | cyan=#588056 8 | white=#f7d75c 9 | hl_black=#874228 10 | hl_red=#ff4331 11 | hl_green=#b4b264 12 | hl_yellow=#ff9566 13 | hl_blue=#9eb2b4 14 | hl_magenta=#ff5b6a 15 | hl_cyan=#8acd8f 16 | hl_white=#ffe598 17 | fg_color=#f7d66a 18 | bg_color=#120b0d 19 | cursor_bg_color=#c46c32 20 | cursor_fg_color=#120b0d 21 | bd_color=#fee4a0 22 | it_color=#120b0d 23 | ul_color=#f7d66a 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Monokai Soda.color: -------------------------------------------------------------------------------- 1 | black=#1a1a1a 2 | red=#f4005f 3 | green=#98e024 4 | yellow=#fa8419 5 | blue=#9d65ff 6 | magenta=#f4005f 7 | cyan=#58d1eb 8 | white=#c4c5b5 9 | hl_black=#625e4c 10 | hl_red=#f4005f 11 | hl_green=#98e024 12 | hl_yellow=#e0d561 13 | hl_blue=#9d65ff 14 | hl_magenta=#f4005f 15 | hl_cyan=#58d1eb 16 | hl_white=#f6f6ef 17 | fg_color=#c4c5b5 18 | bg_color=#1a1a1a 19 | cursor_bg_color=#f6f7ec 20 | cursor_fg_color=#c4c5b5 21 | bd_color=#c4c5b5 22 | it_color=#c4c5b5 23 | ul_color=#343434 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/N0tch2k.color: -------------------------------------------------------------------------------- 1 | black=#383838 2 | red=#a95551 3 | green=#666666 4 | yellow=#a98051 5 | blue=#657d3e 6 | magenta=#767676 7 | cyan=#c9c9c9 8 | white=#d0b8a3 9 | hl_black=#474747 10 | hl_red=#a97775 11 | hl_green=#8c8c8c 12 | hl_yellow=#a99175 13 | hl_blue=#98bd5e 14 | hl_magenta=#a3a3a3 15 | hl_cyan=#dcdcdc 16 | hl_white=#d8c8bb 17 | fg_color=#a0a0a0 18 | bg_color=#222222 19 | cursor_bg_color=#aa9175 20 | cursor_fg_color=#000000 21 | bd_color=#e5e5e5 22 | it_color=#ffffff 23 | ul_color=#4d4d4d 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Neopolitan.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#800000 3 | green=#61ce3c 4 | yellow=#fbde2d 5 | blue=#253b76 6 | magenta=#ff0080 7 | cyan=#8da6ce 8 | white=#f8f8f8 9 | hl_black=#000000 10 | hl_red=#800000 11 | hl_green=#61ce3c 12 | hl_yellow=#fbde2d 13 | hl_blue=#253b76 14 | hl_magenta=#ff0080 15 | hl_cyan=#8da6ce 16 | hl_white=#f8f8f8 17 | fg_color=#ffffff 18 | bg_color=#271f19 19 | cursor_bg_color=#ffffff 20 | cursor_fg_color=#ffffff 21 | bd_color=#ffffff 22 | it_color=#ffffff 23 | ul_color=#253b76 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/NightLion v1.color: -------------------------------------------------------------------------------- 1 | black=#4c4c4c 2 | red=#bb0000 3 | green=#5fde8f 4 | yellow=#f3f167 5 | blue=#276bd8 6 | magenta=#bb00bb 7 | cyan=#00dadf 8 | white=#bbbbbb 9 | hl_black=#555555 10 | hl_red=#ff5555 11 | hl_green=#55ff55 12 | hl_yellow=#ffff55 13 | hl_blue=#5555ff 14 | hl_magenta=#ff55ff 15 | hl_cyan=#55ffff 16 | hl_white=#ffffff 17 | fg_color=#bbbbbb 18 | bg_color=#000000 19 | cursor_bg_color=#bbbbbb 20 | cursor_fg_color=#ffffff 21 | bd_color=#e3e3e3 22 | it_color=#000000 23 | ul_color=#b5d5ff 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/NightLion v2.color: -------------------------------------------------------------------------------- 1 | black=#4c4c4c 2 | red=#bb0000 3 | green=#04f623 4 | yellow=#f3f167 5 | blue=#64d0f0 6 | magenta=#ce6fdb 7 | cyan=#00dadf 8 | white=#bbbbbb 9 | hl_black=#555555 10 | hl_red=#ff5555 11 | hl_green=#7df71d 12 | hl_yellow=#ffff55 13 | hl_blue=#62cbe8 14 | hl_magenta=#ff9bf5 15 | hl_cyan=#00ccd8 16 | hl_white=#ffffff 17 | fg_color=#bbbbbb 18 | bg_color=#171717 19 | cursor_bg_color=#bbbbbb 20 | cursor_fg_color=#ffffff 21 | bd_color=#e3e3e3 22 | it_color=#000000 23 | ul_color=#b5d5ff 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Novel.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#cc0000 3 | green=#009600 4 | yellow=#d06b00 5 | blue=#0000cc 6 | magenta=#cc00cc 7 | cyan=#0087cc 8 | white=#cccccc 9 | hl_black=#808080 10 | hl_red=#cc0000 11 | hl_green=#009600 12 | hl_yellow=#d06b00 13 | hl_blue=#0000cc 14 | hl_magenta=#cc00cc 15 | hl_cyan=#0087cc 16 | hl_white=#ffffff 17 | fg_color=#3b2322 18 | bg_color=#dfdbc3 19 | cursor_bg_color=#73635a 20 | cursor_fg_color=#000000 21 | bd_color=#8e2a19 22 | it_color=#000000 23 | ul_color=#a4a390 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Obsidian.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#a60001 3 | green=#00bb00 4 | yellow=#fecd22 5 | blue=#3a9bdb 6 | magenta=#bb00bb 7 | cyan=#00bbbb 8 | white=#bbbbbb 9 | hl_black=#555555 10 | hl_red=#ff0003 11 | hl_green=#93c863 12 | hl_yellow=#fef874 13 | hl_blue=#a1d7ff 14 | hl_magenta=#ff55ff 15 | hl_cyan=#55ffff 16 | hl_white=#ffffff 17 | fg_color=#cdcdcd 18 | bg_color=#283033 19 | cursor_bg_color=#c0cad0 20 | cursor_fg_color=#cdcdcd 21 | bd_color=#ffffff 22 | it_color=#dfe1e2 23 | ul_color=#3e4c4f 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Ocean.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#990000 3 | green=#00a600 4 | yellow=#999900 5 | blue=#0000b2 6 | magenta=#b200b2 7 | cyan=#00a6b2 8 | white=#bfbfbf 9 | hl_black=#666666 10 | hl_red=#e50000 11 | hl_green=#00d900 12 | hl_yellow=#e5e500 13 | hl_blue=#0000ff 14 | hl_magenta=#e500e5 15 | hl_cyan=#00e5e5 16 | hl_white=#e5e5e5 17 | fg_color=#ffffff 18 | bg_color=#224fbc 19 | cursor_bg_color=#7f7f7f 20 | cursor_fg_color=#ffffff 21 | bd_color=#ffffff 22 | it_color=#ffffff 23 | ul_color=#216dff 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Ollie.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#ac2e31 3 | green=#31ac61 4 | yellow=#ac4300 5 | blue=#2d57ac 6 | magenta=#b08528 7 | cyan=#1fa6ac 8 | white=#8a8eac 9 | hl_black=#5b3725 10 | hl_red=#ff3d48 11 | hl_green=#3bff99 12 | hl_yellow=#ff5e1e 13 | hl_blue=#4488ff 14 | hl_magenta=#ffc21d 15 | hl_cyan=#1ffaff 16 | hl_white=#5b6ea7 17 | fg_color=#8a8dae 18 | bg_color=#222125 19 | cursor_bg_color=#5b6ea7 20 | cursor_fg_color=#2a292d 21 | bd_color=#5c6dac 22 | it_color=#8a8eac 23 | ul_color=#1e3a66 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Paraiso Dark.color: -------------------------------------------------------------------------------- 1 | black=#2f1e2e 2 | red=#ef6155 3 | green=#48b685 4 | yellow=#fec418 5 | blue=#06b6ef 6 | magenta=#815ba4 7 | cyan=#5bc4bf 8 | white=#a39e9b 9 | hl_black=#776e71 10 | hl_red=#ef6155 11 | hl_green=#48b685 12 | hl_yellow=#fec418 13 | hl_blue=#06b6ef 14 | hl_magenta=#815ba4 15 | hl_cyan=#5bc4bf 16 | hl_white=#e7e9db 17 | fg_color=#a39e9b 18 | bg_color=#2f1e2e 19 | cursor_bg_color=#a39e9b 20 | cursor_fg_color=#2f1e2e 21 | bd_color=#a39e9b 22 | it_color=#a39e9b 23 | ul_color=#4f424c 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/PaulMillr.color: -------------------------------------------------------------------------------- 1 | black=#2a2a2a 2 | red=#ff0000 3 | green=#79ff0f 4 | yellow=#d3bf00 5 | blue=#396bd7 6 | magenta=#b449be 7 | cyan=#66ccff 8 | white=#bbbbbb 9 | hl_black=#666666 10 | hl_red=#ff0080 11 | hl_green=#66ff66 12 | hl_yellow=#f3d64e 13 | hl_blue=#709aed 14 | hl_magenta=#db67e6 15 | hl_cyan=#7adff2 16 | hl_white=#ffffff 17 | fg_color=#f2f2f2 18 | bg_color=#000000 19 | cursor_bg_color=#4d4d4d 20 | cursor_fg_color=#ffffff 21 | bd_color=#ffffff 22 | it_color=#ffffff 23 | ul_color=#414141 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/PencilDark.color: -------------------------------------------------------------------------------- 1 | black=#212121 2 | red=#c30771 3 | green=#10a778 4 | yellow=#a89c14 5 | blue=#008ec4 6 | magenta=#523c79 7 | cyan=#20a5ba 8 | white=#d9d9d9 9 | hl_black=#424242 10 | hl_red=#fb007a 11 | hl_green=#5fd7af 12 | hl_yellow=#f3e430 13 | hl_blue=#20bbfc 14 | hl_magenta=#6855de 15 | hl_cyan=#4fb8cc 16 | hl_white=#f1f1f1 17 | fg_color=#f1f1f1 18 | bg_color=#212121 19 | cursor_bg_color=#20bbfc 20 | cursor_fg_color=#f1f1f1 21 | bd_color=#fb007a 22 | it_color=#f1f1f1 23 | ul_color=#b6d6fd 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/PencilLight.color: -------------------------------------------------------------------------------- 1 | black=#212121 2 | red=#c30771 3 | green=#10a778 4 | yellow=#a89c14 5 | blue=#008ec4 6 | magenta=#523c79 7 | cyan=#20a5ba 8 | white=#d9d9d9 9 | hl_black=#424242 10 | hl_red=#fb007a 11 | hl_green=#5fd7af 12 | hl_yellow=#f3e430 13 | hl_blue=#20bbfc 14 | hl_magenta=#6855de 15 | hl_cyan=#4fb8cc 16 | hl_white=#f1f1f1 17 | fg_color=#424242 18 | bg_color=#f1f1f1 19 | cursor_bg_color=#20bbfc 20 | cursor_fg_color=#424242 21 | bd_color=#fb007a 22 | it_color=#424242 23 | ul_color=#b6d6fd 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Pnevma.color: -------------------------------------------------------------------------------- 1 | black=#2f2e2d 2 | red=#a36666 3 | green=#90a57d 4 | yellow=#d7af87 5 | blue=#7fa5bd 6 | magenta=#c79ec4 7 | cyan=#8adbb4 8 | white=#d0d0d0 9 | hl_black=#4a4845 10 | hl_red=#d78787 11 | hl_green=#afbea2 12 | hl_yellow=#e4c9af 13 | hl_blue=#a1bdce 14 | hl_magenta=#d7beda 15 | hl_cyan=#b1e7dd 16 | hl_white=#efefef 17 | fg_color=#d0d0d0 18 | bg_color=#1c1c1c 19 | cursor_bg_color=#e4c9af 20 | cursor_fg_color=#000000 21 | bd_color=#e5e5e5 22 | it_color=#ffffff 23 | ul_color=#4d4d4d 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Pro.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#990000 3 | green=#00a600 4 | yellow=#999900 5 | blue=#2009db 6 | magenta=#b200b2 7 | cyan=#00a6b2 8 | white=#bfbfbf 9 | hl_black=#666666 10 | hl_red=#e50000 11 | hl_green=#00d900 12 | hl_yellow=#e5e500 13 | hl_blue=#0000ff 14 | hl_magenta=#e500e5 15 | hl_cyan=#00e5e5 16 | hl_white=#e5e5e5 17 | fg_color=#f2f2f2 18 | bg_color=#000000 19 | cursor_bg_color=#4d4d4d 20 | cursor_fg_color=#ffffff 21 | bd_color=#ffffff 22 | it_color=#000000 23 | ul_color=#414141 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Red Alert.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#d62e4e 3 | green=#71be6b 4 | yellow=#beb86b 5 | blue=#489bee 6 | magenta=#e979d7 7 | cyan=#6bbeb8 8 | white=#d6d6d6 9 | hl_black=#262626 10 | hl_red=#e02553 11 | hl_green=#aff08c 12 | hl_yellow=#dfddb7 13 | hl_blue=#65aaf1 14 | hl_magenta=#ddb7df 15 | hl_cyan=#b7dfdd 16 | hl_white=#ffffff 17 | fg_color=#ffffff 18 | bg_color=#762423 19 | cursor_bg_color=#ffffff 20 | cursor_fg_color=#762423 21 | bd_color=#ff9c44 22 | it_color=#ffffff 23 | ul_color=#073642 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Red Sands.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#ff3f00 3 | green=#00bb00 4 | yellow=#e7b000 5 | blue=#0072ff 6 | magenta=#bb00bb 7 | cyan=#00bbbb 8 | white=#bbbbbb 9 | hl_black=#555555 10 | hl_red=#bb0000 11 | hl_green=#00bb00 12 | hl_yellow=#e7b000 13 | hl_blue=#0072ae 14 | hl_magenta=#ff55ff 15 | hl_cyan=#55ffff 16 | hl_white=#ffffff 17 | fg_color=#d7c9a7 18 | bg_color=#7a251e 19 | cursor_bg_color=#ffffff 20 | cursor_fg_color=#000000 21 | bd_color=#dfbd22 22 | it_color=#000000 23 | ul_color=#a4a390 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Rippedcasts.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#cdaf95 3 | green=#a8ff60 4 | yellow=#bfbb1f 5 | blue=#75a5b0 6 | magenta=#ff73fd 7 | cyan=#5a647e 8 | white=#bfbfbf 9 | hl_black=#666666 10 | hl_red=#eecbad 11 | hl_green=#bcee68 12 | hl_yellow=#e5e500 13 | hl_blue=#86bdc9 14 | hl_magenta=#e500e5 15 | hl_cyan=#8c9bc4 16 | hl_white=#e5e5e5 17 | fg_color=#ffffff 18 | bg_color=#2b2b2b 19 | cursor_bg_color=#7f7f7f 20 | cursor_fg_color=#ffffff 21 | bd_color=#d0f367 22 | it_color=#f2f2f2 23 | ul_color=#5a647e 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Royal.color: -------------------------------------------------------------------------------- 1 | black=#241f2b 2 | red=#91284c 3 | green=#23801c 4 | yellow=#b49d27 5 | blue=#6580b0 6 | magenta=#674d96 7 | cyan=#8aaabe 8 | white=#524966 9 | hl_black=#312d3d 10 | hl_red=#d5356c 11 | hl_green=#2cd946 12 | hl_yellow=#fde83b 13 | hl_blue=#90baf9 14 | hl_magenta=#a479e3 15 | hl_cyan=#acd4eb 16 | hl_white=#9e8cbd 17 | fg_color=#514968 18 | bg_color=#100815 19 | cursor_bg_color=#524966 20 | cursor_fg_color=#100613 21 | bd_color=#c8bd1d 22 | it_color=#a593cd 23 | ul_color=#1f1d2b 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/SeaShells.color: -------------------------------------------------------------------------------- 1 | black=#17384c 2 | red=#d15123 3 | green=#027c9b 4 | yellow=#fca02f 5 | blue=#1e4950 6 | magenta=#68d4f1 7 | cyan=#50a3b5 8 | white=#deb88d 9 | hl_black=#434b53 10 | hl_red=#d48678 11 | hl_green=#628d98 12 | hl_yellow=#fdd39f 13 | hl_blue=#1bbcdd 14 | hl_magenta=#bbe3ee 15 | hl_cyan=#87acb4 16 | hl_white=#fee4ce 17 | fg_color=#deb88d 18 | bg_color=#09141b 19 | cursor_bg_color=#fca02f 20 | cursor_fg_color=#08131a 21 | bd_color=#ffe4cc 22 | it_color=#fee4ce 23 | ul_color=#1e4962 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Seafoam Pastel.color: -------------------------------------------------------------------------------- 1 | black=#757575 2 | red=#825d4d 3 | green=#728c62 4 | yellow=#ada16d 5 | blue=#4d7b82 6 | magenta=#8a7267 7 | cyan=#729494 8 | white=#e0e0e0 9 | hl_black=#8a8a8a 10 | hl_red=#cf937a 11 | hl_green=#98d9aa 12 | hl_yellow=#fae79d 13 | hl_blue=#7ac3cf 14 | hl_magenta=#d6b2a1 15 | hl_cyan=#ade0e0 16 | hl_white=#e0e0e0 17 | fg_color=#d4e7d4 18 | bg_color=#243435 19 | cursor_bg_color=#57647a 20 | cursor_fg_color=#323232 21 | bd_color=#648890 22 | it_color=#9e8b13 23 | ul_color=#ffffff 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Seti.color: -------------------------------------------------------------------------------- 1 | black=#323232 2 | red=#c22832 3 | green=#8ec43d 4 | yellow=#e0c64f 5 | blue=#43a5d5 6 | magenta=#8b57b5 7 | cyan=#8ec43d 8 | white=#eeeeee 9 | hl_black=#323232 10 | hl_red=#c22832 11 | hl_green=#8ec43d 12 | hl_yellow=#e0c64f 13 | hl_blue=#43a5d5 14 | hl_magenta=#8b57b5 15 | hl_cyan=#8ec43d 16 | hl_white=#ffffff 17 | fg_color=#cacecd 18 | bg_color=#111213 19 | cursor_bg_color=#e3bf21 20 | cursor_fg_color=#e0be2e 21 | bd_color=#cacecd 22 | it_color=#cacecd 23 | ul_color=#303233 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Shaman.color: -------------------------------------------------------------------------------- 1 | black=#012026 2 | red=#b2302d 3 | green=#00a941 4 | yellow=#5e8baa 5 | blue=#449a86 6 | magenta=#00599d 7 | cyan=#5d7e19 8 | white=#405555 9 | hl_black=#384451 10 | hl_red=#ff4242 11 | hl_green=#2aea5e 12 | hl_yellow=#8ed4fd 13 | hl_blue=#61d5ba 14 | hl_magenta=#1298ff 15 | hl_cyan=#98d028 16 | hl_white=#58fbd6 17 | fg_color=#405555 18 | bg_color=#001015 19 | cursor_bg_color=#4afcd6 20 | cursor_fg_color=#031413 21 | bd_color=#53fbd6 22 | it_color=#5afad6 23 | ul_color=#415555 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Smyck.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#b84131 3 | green=#7da900 4 | yellow=#c4a500 5 | blue=#62a3c4 6 | magenta=#ba8acc 7 | cyan=#207383 8 | white=#a1a1a1 9 | hl_black=#7a7a7a 10 | hl_red=#d6837c 11 | hl_green=#c4f137 12 | hl_yellow=#fee14d 13 | hl_blue=#8dcff0 14 | hl_magenta=#f79aff 15 | hl_cyan=#6ad9cf 16 | hl_white=#f7f7f7 17 | fg_color=#f7f7f7 18 | bg_color=#1b1b1b 19 | cursor_bg_color=#bbbbbb 20 | cursor_fg_color=#ffffff 21 | bd_color=#ffffff 22 | it_color=#f7f7f7 23 | ul_color=#207483 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/SoftServer.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#a2686a 3 | green=#9aa56a 4 | yellow=#a3906a 5 | blue=#6b8fa3 6 | magenta=#6a71a3 7 | cyan=#6ba58f 8 | white=#99a3a2 9 | hl_black=#666c6c 10 | hl_red=#dd5c60 11 | hl_green=#bfdf55 12 | hl_yellow=#deb360 13 | hl_blue=#62b1df 14 | hl_magenta=#606edf 15 | hl_cyan=#64e39c 16 | hl_white=#d2e0de 17 | fg_color=#99a3a2 18 | bg_color=#242626 19 | cursor_bg_color=#d2e0de 20 | cursor_fg_color=#000000 21 | bd_color=#d2e0de 22 | it_color=#effffe 23 | ul_color=#7f8786 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Solarized Darcula.color: -------------------------------------------------------------------------------- 1 | black=#25292a 2 | red=#f24840 3 | green=#629655 4 | yellow=#b68800 5 | blue=#2075c7 6 | magenta=#797fd4 7 | cyan=#15968d 8 | white=#d2d8d9 9 | hl_black=#25292a 10 | hl_red=#f24840 11 | hl_green=#629655 12 | hl_yellow=#b68800 13 | hl_blue=#2075c7 14 | hl_magenta=#797fd4 15 | hl_cyan=#15968d 16 | hl_white=#d2d8d9 17 | fg_color=#d2d8d9 18 | bg_color=#3d3f41 19 | cursor_bg_color=#708284 20 | cursor_fg_color=#002831 21 | bd_color=#ececec 22 | it_color=#d2d8d9 23 | ul_color=#214283 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Solarized Dark Higher Contrast.color: -------------------------------------------------------------------------------- 1 | black=#002831 2 | red=#d11c24 3 | green=#6cbe6c 4 | yellow=#a57706 5 | blue=#2176c7 6 | magenta=#c61c6f 7 | cyan=#259286 8 | white=#eae3cb 9 | hl_black=#006488 10 | hl_red=#f5163b 11 | hl_green=#51ef84 12 | hl_yellow=#b27e28 13 | hl_blue=#178ec8 14 | hl_magenta=#e24d8e 15 | hl_cyan=#00b39e 16 | hl_white=#fcf4dc 17 | fg_color=#9cc2c3 18 | bg_color=#001e27 19 | cursor_bg_color=#f34b00 20 | cursor_fg_color=#002831 21 | bd_color=#b5d5d3 22 | it_color=#7a8f8e 23 | ul_color=#003748 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Solarized Dark.color: -------------------------------------------------------------------------------- 1 | black=#073642 2 | red=#dc322f 3 | green=#859900 4 | yellow=#b58900 5 | blue=#268bd2 6 | magenta=#d33682 7 | cyan=#2aa198 8 | white=#eee8d5 9 | hl_black=#cb4b16 10 | hl_red=#002b36 11 | hl_green=#586e75 12 | hl_yellow=#657b83 13 | hl_blue=#839496 14 | hl_magenta=#6c71c4 15 | hl_cyan=#93a1a1 16 | hl_white=#fdf6e3 17 | fg_color=#839496 18 | bg_color=#002b36 19 | cursor_bg_color=#586e75 20 | cursor_fg_color=#93a1a1 21 | bd_color=#9f87ff 22 | it_color=#171422 23 | ul_color=#493d70 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Solarized Light.color: -------------------------------------------------------------------------------- 1 | black=#002831 2 | red=#d11c24 3 | green=#738a05 4 | yellow=#a57706 5 | blue=#2176c7 6 | magenta=#c61c6f 7 | cyan=#259286 8 | white=#eae3cb 9 | hl_black=#001e27 10 | hl_red=#bd3613 11 | hl_green=#475b62 12 | hl_yellow=#536870 13 | hl_blue=#708284 14 | hl_magenta=#5956ba 15 | hl_cyan=#819090 16 | hl_white=#fcf4dc 17 | fg_color=#536870 18 | bg_color=#fcf4dc 19 | cursor_bg_color=#536870 20 | cursor_fg_color=#eae3cb 21 | bd_color=#475b62 22 | it_color=#475b62 23 | ul_color=#eae3cb 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/SpaceGray.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#b04b57 3 | green=#87b379 4 | yellow=#e5c179 5 | blue=#7d8fa4 6 | magenta=#a47996 7 | cyan=#85a7a5 8 | white=#b3b8c3 9 | hl_black=#000000 10 | hl_red=#b04b57 11 | hl_green=#87b379 12 | hl_yellow=#e5c179 13 | hl_blue=#7d8fa4 14 | hl_magenta=#a47996 15 | hl_cyan=#85a7a5 16 | hl_white=#ffffff 17 | fg_color=#b3b8c3 18 | bg_color=#20242d 19 | cursor_bg_color=#b3b8c3 20 | cursor_fg_color=#1d1f21 21 | bd_color=#b3b8c3 22 | it_color=#b3b8c3 23 | ul_color=#16181e 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Spacedust.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#dc322f 3 | green=#56db3a 4 | yellow=#ff8400 5 | blue=#0084d4 6 | magenta=#b729d9 7 | cyan=#ccccff 8 | white=#ffffff 9 | hl_black=#1b1d21 10 | hl_red=#dc322f 11 | hl_green=#56db3a 12 | hl_yellow=#ff8400 13 | hl_blue=#0084d4 14 | hl_magenta=#b729d9 15 | hl_cyan=#ccccff 16 | hl_white=#ffffff 17 | fg_color=#ffffff 18 | bg_color=#000000 19 | cursor_bg_color=#dc322f 20 | cursor_fg_color=#ffffff 21 | bd_color=#ff8400 22 | it_color=#ffffff 23 | ul_color=#073642 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Spring.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#ff4d83 3 | green=#1f8c3b 4 | yellow=#1fc95b 5 | blue=#1dd3ee 6 | magenta=#8959a8 7 | cyan=#3e999f 8 | white=#ffffff 9 | hl_black=#000000 10 | hl_red=#ff0021 11 | hl_green=#1fc231 12 | hl_yellow=#d5b807 13 | hl_blue=#15a9fd 14 | hl_magenta=#8959a8 15 | hl_cyan=#3e999f 16 | hl_white=#ffffff 17 | fg_color=#4d4d4c 18 | bg_color=#ffffff 19 | cursor_bg_color=#4d4d4c 20 | cursor_fg_color=#ffffff 21 | bd_color=#4d4d4c 22 | it_color=#4d4d4c 23 | ul_color=#d6d6d6 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Square.color: -------------------------------------------------------------------------------- 1 | black=#050505 2 | red=#e9897c 3 | green=#b6377d 4 | yellow=#ecebbe 5 | blue=#a9cdeb 6 | magenta=#75507b 7 | cyan=#c9caec 8 | white=#f2f2f2 9 | hl_black=#141414 10 | hl_red=#f99286 11 | hl_green=#c3f786 12 | hl_yellow=#fcfbcc 13 | hl_blue=#b6defb 14 | hl_magenta=#ad7fa8 15 | hl_cyan=#d7d9fc 16 | hl_white=#e2e2e2 17 | fg_color=#acacab 18 | bg_color=#1a1a1a 19 | cursor_bg_color=#fcfbcc 20 | cursor_fg_color=#000000 21 | bd_color=#e5e5e5 22 | it_color=#ffffff 23 | ul_color=#4d4d4d 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Sundried.color: -------------------------------------------------------------------------------- 1 | black=#302b2a 2 | red=#a7463d 3 | green=#587744 4 | yellow=#9d602a 5 | blue=#485b98 6 | magenta=#864651 7 | cyan=#9c814f 8 | white=#c9c9c9 9 | hl_black=#4d4e48 10 | hl_red=#aa000c 11 | hl_green=#128c21 12 | hl_yellow=#fc6a21 13 | hl_blue=#7999f7 14 | hl_magenta=#fd8aa1 15 | hl_cyan=#fad484 16 | hl_white=#ffffff 17 | fg_color=#c9c9c9 18 | bg_color=#1a1818 19 | cursor_bg_color=#ffffff 20 | cursor_fg_color=#191717 21 | bd_color=#ffffff 22 | it_color=#c9c9c9 23 | ul_color=#302b2a 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Symfonic.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#dc322f 3 | green=#56db3a 4 | yellow=#ff8400 5 | blue=#0084d4 6 | magenta=#b729d9 7 | cyan=#ccccff 8 | white=#ffffff 9 | hl_black=#1b1d21 10 | hl_red=#dc322f 11 | hl_green=#56db3a 12 | hl_yellow=#ff8400 13 | hl_blue=#0084d4 14 | hl_magenta=#b729d9 15 | hl_cyan=#ccccff 16 | hl_white=#ffffff 17 | fg_color=#ffffff 18 | bg_color=#000000 19 | cursor_bg_color=#dc322f 20 | cursor_fg_color=#ffffff 21 | bd_color=#ff8400 22 | it_color=#ffffff 23 | ul_color=#073642 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Teerb.color: -------------------------------------------------------------------------------- 1 | black=#1c1c1c 2 | red=#d68686 3 | green=#aed686 4 | yellow=#d7af87 5 | blue=#86aed6 6 | magenta=#d6aed6 7 | cyan=#8adbb4 8 | white=#d0d0d0 9 | hl_black=#1c1c1c 10 | hl_red=#d68686 11 | hl_green=#aed686 12 | hl_yellow=#e4c9af 13 | hl_blue=#86aed6 14 | hl_magenta=#d6aed6 15 | hl_cyan=#b1e7dd 16 | hl_white=#efefef 17 | fg_color=#d0d0d0 18 | bg_color=#262626 19 | cursor_bg_color=#e4c9af 20 | cursor_fg_color=#000000 21 | bd_color=#e5e5e5 22 | it_color=#ffffff 23 | ul_color=#4d4d4d 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Terminal Basic.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#990000 3 | green=#00a600 4 | yellow=#999900 5 | blue=#0000b2 6 | magenta=#b200b2 7 | cyan=#00a6b2 8 | white=#bfbfbf 9 | hl_black=#666666 10 | hl_red=#e50000 11 | hl_green=#00d900 12 | hl_yellow=#e5e500 13 | hl_blue=#0000ff 14 | hl_magenta=#e500e5 15 | hl_cyan=#00e5e5 16 | hl_white=#e5e5e5 17 | fg_color=#000000 18 | bg_color=#ffffff 19 | cursor_bg_color=#7f7f7f 20 | cursor_fg_color=#000000 21 | bd_color=#000000 22 | it_color=#000000 23 | ul_color=#a4c9ff 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Thayer Bright.color: -------------------------------------------------------------------------------- 1 | black=#1b1d1e 2 | red=#f92672 3 | green=#4df840 4 | yellow=#f4fd22 5 | blue=#2757d6 6 | magenta=#8c54fe 7 | cyan=#38c8b5 8 | white=#ccccc6 9 | hl_black=#505354 10 | hl_red=#ff5995 11 | hl_green=#b6e354 12 | hl_yellow=#feed6c 13 | hl_blue=#3f78ff 14 | hl_magenta=#9e6ffe 15 | hl_cyan=#23cfd5 16 | hl_white=#f8f8f2 17 | fg_color=#f8f8f8 18 | bg_color=#1b1d1e 19 | cursor_bg_color=#fc971f 20 | cursor_fg_color=#000000 21 | bd_color=#ffffff 22 | it_color=#ffffff 23 | ul_color=#4d4d4d 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Tomorrow Night Blue.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#ff9da4 3 | green=#d1f1a9 4 | yellow=#ffeead 5 | blue=#bbdaff 6 | magenta=#ebbbff 7 | cyan=#99ffff 8 | white=#ffffff 9 | hl_black=#000000 10 | hl_red=#ff9da4 11 | hl_green=#d1f1a9 12 | hl_yellow=#ffeead 13 | hl_blue=#bbdaff 14 | hl_magenta=#ebbbff 15 | hl_cyan=#99ffff 16 | hl_white=#ffffff 17 | fg_color=#ffffff 18 | bg_color=#002451 19 | cursor_bg_color=#ffffff 20 | cursor_fg_color=#003f8e 21 | bd_color=#ffffff 22 | it_color=#ffffff 23 | ul_color=#003f8e 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Tomorrow Night Bright.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#d54e53 3 | green=#b9ca4a 4 | yellow=#e7c547 5 | blue=#7aa6da 6 | magenta=#c397d8 7 | cyan=#70c0b1 8 | white=#ffffff 9 | hl_black=#000000 10 | hl_red=#d54e53 11 | hl_green=#b9ca4a 12 | hl_yellow=#e7c547 13 | hl_blue=#7aa6da 14 | hl_magenta=#c397d8 15 | hl_cyan=#70c0b1 16 | hl_white=#ffffff 17 | fg_color=#eaeaea 18 | bg_color=#000000 19 | cursor_bg_color=#eaeaea 20 | cursor_fg_color=#000000 21 | bd_color=#eaeaea 22 | it_color=#eaeaea 23 | ul_color=#424242 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Tomorrow Night Eighties.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#f2777a 3 | green=#99cc99 4 | yellow=#ffcc66 5 | blue=#6699cc 6 | magenta=#cc99cc 7 | cyan=#66cccc 8 | white=#ffffff 9 | hl_black=#000000 10 | hl_red=#f2777a 11 | hl_green=#99cc99 12 | hl_yellow=#ffcc66 13 | hl_blue=#6699cc 14 | hl_magenta=#cc99cc 15 | hl_cyan=#66cccc 16 | hl_white=#ffffff 17 | fg_color=#cccccc 18 | bg_color=#2d2d2d 19 | cursor_bg_color=#cccccc 20 | cursor_fg_color=#2d2d2d 21 | bd_color=#cccccc 22 | it_color=#cccccc 23 | ul_color=#515151 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Tomorrow Night.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#cc6666 3 | green=#b5bd68 4 | yellow=#f0c674 5 | blue=#81a2be 6 | magenta=#b294bb 7 | cyan=#8abeb7 8 | white=#ffffff 9 | hl_black=#000000 10 | hl_red=#cc6666 11 | hl_green=#b5bd68 12 | hl_yellow=#f0c674 13 | hl_blue=#81a2be 14 | hl_magenta=#b294bb 15 | hl_cyan=#8abeb7 16 | hl_white=#ffffff 17 | fg_color=#c5c8c6 18 | bg_color=#1d1f21 19 | cursor_bg_color=#c5c8c6 20 | cursor_fg_color=#1d1f21 21 | bd_color=#c5c8c6 22 | it_color=#c5c8c6 23 | ul_color=#373b41 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Tomorrow.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#c82829 3 | green=#718c00 4 | yellow=#eab700 5 | blue=#4271ae 6 | magenta=#8959a8 7 | cyan=#3e999f 8 | white=#ffffff 9 | hl_black=#000000 10 | hl_red=#c82829 11 | hl_green=#718c00 12 | hl_yellow=#eab700 13 | hl_blue=#4271ae 14 | hl_magenta=#8959a8 15 | hl_cyan=#3e999f 16 | hl_white=#ffffff 17 | fg_color=#4d4d4c 18 | bg_color=#ffffff 19 | cursor_bg_color=#4d4d4c 20 | cursor_fg_color=#ffffff 21 | bd_color=#4d4d4c 22 | it_color=#4d4d4c 23 | ul_color=#d6d6d6 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/ToyChest.color: -------------------------------------------------------------------------------- 1 | black=#2c3f58 2 | red=#be2d26 3 | green=#1a9172 4 | yellow=#db8e27 5 | blue=#325d96 6 | magenta=#8a5edc 7 | cyan=#35a08f 8 | white=#23d183 9 | hl_black=#336889 10 | hl_red=#dd5944 11 | hl_green=#31d07b 12 | hl_yellow=#e7d84b 13 | hl_blue=#34a6da 14 | hl_magenta=#ae6bdc 15 | hl_cyan=#42c3ae 16 | hl_white=#d5d5d5 17 | fg_color=#31d07b 18 | bg_color=#24364b 19 | cursor_bg_color=#d5d5d5 20 | cursor_fg_color=#141c25 21 | bd_color=#2bff9f 22 | it_color=#d5d5d5 23 | ul_color=#5f217a 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Treehouse.color: -------------------------------------------------------------------------------- 1 | black=#321300 2 | red=#b2270e 3 | green=#44a900 4 | yellow=#aa820c 5 | blue=#58859a 6 | magenta=#97363d 7 | cyan=#b25a1e 8 | white=#786b53 9 | hl_black=#433626 10 | hl_red=#ed5d20 11 | hl_green=#55f238 12 | hl_yellow=#f2b732 13 | hl_blue=#85cfed 14 | hl_magenta=#e14c5a 15 | hl_cyan=#f07d14 16 | hl_white=#ffc800 17 | fg_color=#786b53 18 | bg_color=#191919 19 | cursor_bg_color=#fac814 20 | cursor_fg_color=#191919 21 | bd_color=#fac800 22 | it_color=#fac800 23 | ul_color=#786b53 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Twilight.color: -------------------------------------------------------------------------------- 1 | black=#141414 2 | red=#c06d44 3 | green=#afb97a 4 | yellow=#c2a86c 5 | blue=#44474a 6 | magenta=#b4be7c 7 | cyan=#778385 8 | white=#ffffd4 9 | hl_black=#262626 10 | hl_red=#de7c4c 11 | hl_green=#ccd88c 12 | hl_yellow=#e2c47e 13 | hl_blue=#5a5e62 14 | hl_magenta=#d0dc8e 15 | hl_cyan=#8a989b 16 | hl_white=#ffffd4 17 | fg_color=#ffffd4 18 | bg_color=#141414 19 | cursor_bg_color=#ffffff 20 | cursor_fg_color=#000000 21 | bd_color=#ffffd4 22 | it_color=#ffffd4 23 | ul_color=#313131 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Urple.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#b0425b 3 | green=#37a415 4 | yellow=#ad5c42 5 | blue=#564d9b 6 | magenta=#6c3ca1 7 | cyan=#808080 8 | white=#87799c 9 | hl_black=#5d3225 10 | hl_red=#ff6388 11 | hl_green=#29e620 12 | hl_yellow=#f08161 13 | hl_blue=#867aed 14 | hl_magenta=#a05eee 15 | hl_cyan=#eaeaea 16 | hl_white=#bfa3ff 17 | fg_color=#877a9b 18 | bg_color=#1b1b23 19 | cursor_bg_color=#a063eb 20 | cursor_fg_color=#1b1b22 21 | bd_color=#a063eb 22 | it_color=#1b1b22 23 | ul_color=#a063eb 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Vaughn.color: -------------------------------------------------------------------------------- 1 | black=#25234f 2 | red=#705050 3 | green=#60b48a 4 | yellow=#dfaf8f 5 | blue=#5555ff 6 | magenta=#f08cc3 7 | cyan=#8cd0d3 8 | white=#709080 9 | hl_black=#709080 10 | hl_red=#dca3a3 11 | hl_green=#60b48a 12 | hl_yellow=#f0dfaf 13 | hl_blue=#5555ff 14 | hl_magenta=#ec93d3 15 | hl_cyan=#93e0e3 16 | hl_white=#ffffff 17 | fg_color=#dcdccc 18 | bg_color=#25234f 19 | cursor_bg_color=#ff5555 20 | cursor_fg_color=#ffffff 21 | bd_color=#ff5e7d 22 | it_color=#000000 23 | ul_color=#b5d5ff 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/VibrantInk.color: -------------------------------------------------------------------------------- 1 | black=#878787 2 | red=#ff6600 3 | green=#ccff04 4 | yellow=#ffcc00 5 | blue=#44b4cc 6 | magenta=#9933cc 7 | cyan=#44b4cc 8 | white=#f5f5f5 9 | hl_black=#555555 10 | hl_red=#ff0000 11 | hl_green=#00ff00 12 | hl_yellow=#ffff00 13 | hl_blue=#0000ff 14 | hl_magenta=#ff00ff 15 | hl_cyan=#00ffff 16 | hl_white=#e5e5e5 17 | fg_color=#ffffff 18 | bg_color=#000000 19 | cursor_bg_color=#ffffff 20 | cursor_fg_color=#000000 21 | bd_color=#ffffff 22 | it_color=#000000 23 | ul_color=#b5d5ff 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/WarmNeon.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#e24346 3 | green=#39b13a 4 | yellow=#dae145 5 | blue=#4261c5 6 | magenta=#f920fb 7 | cyan=#2abbd4 8 | white=#d0b8a3 9 | hl_black=#fefcfc 10 | hl_red=#e97071 11 | hl_green=#9cc090 12 | hl_yellow=#ddda7a 13 | hl_blue=#7b91d6 14 | hl_magenta=#f674ba 15 | hl_cyan=#5ed1e5 16 | hl_white=#d8c8bb 17 | fg_color=#afdab6 18 | bg_color=#404040 19 | cursor_bg_color=#30ff24 20 | cursor_fg_color=#3eef37 21 | bd_color=#22ff0c 22 | it_color=#ffffff 23 | ul_color=#b0ad21 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Wez.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#cc5555 3 | green=#55cc55 4 | yellow=#cdcd55 5 | blue=#5555cc 6 | magenta=#cc55cc 7 | cyan=#7acaca 8 | white=#cccccc 9 | hl_black=#555555 10 | hl_red=#ff5555 11 | hl_green=#55ff55 12 | hl_yellow=#ffff55 13 | hl_blue=#5555ff 14 | hl_magenta=#ff55ff 15 | hl_cyan=#55ffff 16 | hl_white=#ffffff 17 | fg_color=#b3b3b3 18 | bg_color=#000000 19 | cursor_bg_color=#53ae71 20 | cursor_fg_color=#000000 21 | bd_color=#ff6347 22 | it_color=#000000 23 | ul_color=#4d52f8 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Wombat.color: -------------------------------------------------------------------------------- 1 | black=#000000 2 | red=#ff615a 3 | green=#b1e969 4 | yellow=#ebd99c 5 | blue=#5da9f6 6 | magenta=#e86aff 7 | cyan=#82fff7 8 | white=#dedacf 9 | hl_black=#313131 10 | hl_red=#f58c80 11 | hl_green=#ddf88f 12 | hl_yellow=#eee5b2 13 | hl_blue=#a5c7ff 14 | hl_magenta=#ddaaff 15 | hl_cyan=#b7fff9 16 | hl_white=#ffffff 17 | fg_color=#dedacf 18 | bg_color=#171717 19 | cursor_bg_color=#bbbbbb 20 | cursor_fg_color=#ffffff 21 | bd_color=#ffffff 22 | it_color=#b6bbc0 23 | ul_color=#453b39 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Wryan.color: -------------------------------------------------------------------------------- 1 | black=#333333 2 | red=#8c4665 3 | green=#287373 4 | yellow=#7c7c99 5 | blue=#395573 6 | magenta=#5e468c 7 | cyan=#31658c 8 | white=#899ca1 9 | hl_black=#3d3d3d 10 | hl_red=#bf4d80 11 | hl_green=#53a6a6 12 | hl_yellow=#9e9ecb 13 | hl_blue=#477ab3 14 | hl_magenta=#7e62b3 15 | hl_cyan=#6096bf 16 | hl_white=#c0c0c0 17 | fg_color=#999993 18 | bg_color=#101010 19 | cursor_bg_color=#9e9ecb 20 | cursor_fg_color=#000000 21 | bd_color=#ffffff 22 | it_color=#ffffff 23 | ul_color=#4d4d4d 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/Zenburn.color: -------------------------------------------------------------------------------- 1 | black=#4d4d4d 2 | red=#705050 3 | green=#60b48a 4 | yellow=#f0dfaf 5 | blue=#506070 6 | magenta=#dc8cc3 7 | cyan=#8cd0d3 8 | white=#dcdccc 9 | hl_black=#709080 10 | hl_red=#dca3a3 11 | hl_green=#c3bf9f 12 | hl_yellow=#e0cf9f 13 | hl_blue=#94bff3 14 | hl_magenta=#ec93d3 15 | hl_cyan=#93e0e3 16 | hl_white=#ffffff 17 | fg_color=#dcdccc 18 | bg_color=#3f3f3f 19 | cursor_bg_color=#73635a 20 | cursor_fg_color=#000000 21 | bd_color=#dcdccc 22 | it_color=#c2d87a 23 | ul_color=#21322f 24 | -------------------------------------------------------------------------------- /mlterm/colorschames/default.color: -------------------------------------------------------------------------------- 1 | #black=#000000 2 | #red=#cd0000 3 | #green=#00cd00 4 | #yellow=#cdcd00 5 | #blue=#0000ee 6 | #magenta=#cd00cd 7 | #cyan=#00cdcd 8 | #white=#e5e5e5 9 | #hl_black=#7f7f7f 10 | #hl_red=#ff0000 11 | #hl_green=#00ff00 12 | #hl_yellow=#ffff00 13 | #hl_blue=#5c5cff 14 | #hl_magenta=#ff00ff 15 | #hl_cyan=#00ffff 16 | #hl_white=#ffffff 17 | 18 | -------------------------------------------------------------------------------- /mlterm/colorschames/idleToes.color: -------------------------------------------------------------------------------- 1 | black=#323232 2 | red=#d25252 3 | green=#7fe173 4 | yellow=#ffc66d 5 | blue=#4099ff 6 | magenta=#f680ff 7 | cyan=#bed6ff 8 | white=#eeeeec 9 | hl_black=#535353 10 | hl_red=#f07070 11 | hl_green=#9dff91 12 | hl_yellow=#ffe48b 13 | hl_blue=#5eb7f7 14 | hl_magenta=#ff9dff 15 | hl_cyan=#dcf4ff 16 | hl_white=#ffffff 17 | fg_color=#ffffff 18 | bg_color=#323232 19 | cursor_bg_color=#d6d6d6 20 | cursor_fg_color=#000000 21 | bd_color=#ffffa9 22 | it_color=#000000 23 | ul_color=#5b5b5b 24 | -------------------------------------------------------------------------------- /mlterm/font: -------------------------------------------------------------------------------- 1 | DEFAULT = DejaVu Sans Mono for Powerline 10 2 | ISCII_ASSAMESE = AS-TTDurga 26 3 | ISCII_BENGALI = BN-TTDurga 26 4 | ISCII_GUJARATI = GJ-TTAvantika 21 5 | ISCII_HINDI = DV-TTYogesh 23 6 | ISCII_KANNADA = KN-TTUma 25 7 | ISCII_MALAYALAM = ML-TTKarthika 23 8 | ISCII_ORIYA = OR-TTSarala 26 9 | ISCII_PUNJABI = PN-TTAmar 30 10 | ISCII_ROMAN = DV1-TTYogesh 18 11 | ISCII_TAMIL = TM-TTValluvar 18 12 | ISCII_TELUGU = TL-TTHemalatha 25 13 | -------------------------------------------------------------------------------- /mlterm/key: -------------------------------------------------------------------------------- 1 | ########################## 2 | ####### SPECIAL NOTES : 3 | ## 4 | ##---- Everything after # is ignored 5 | ## 6 | ##---- Mouse Buttons (for right hand) 7 | ##-- Button1 is left button (touch) 8 | ##-- Button2 is middle button (wheel/ touch by two fingers) 9 | ##-- Button3 is right button (touch by three fingers) 10 | ##-- Button4 is scroll up 11 | ##-- Button5 is scroll down 12 | ## 13 | 14 | ##### Switch conversion mode of m17n library and kdb input methods. 15 | # Control+a=IM_HOTKEY 16 | 17 | ##### Control mlterm Screens 18 | F1=OPEN_SCREEN 19 | F2 = OPEN_PTY 20 | F3 = NEXT_PTY 21 | F4 = PREV_PTY 22 | 23 | ##### Paste Clipboard/primary 24 | Control+v=INSERT_SELECTION 25 | 26 | ##### Start backscroll mode 27 | #Shift+Prior=PAGE_UP 28 | #Shift+Next=PAGE_DOWN 29 | #Shift+Up=SCROLL_UP 30 | #Shift+Down=SCROLL_DOWN 31 | 32 | ##### Send custom text 33 | # Control+a="HELO WORLD" 34 | 35 | ##### Send mlterm control sequence to change it's behavior 36 | # Control+a="proto:encoding=utf8" 37 | 38 | ##### Execute Command/Shell script or other executable with the selected text as argument 39 | ##### select any text and press Control+a 40 | Control+a="proto:fontsize=20" 41 | 42 | ##### Run mlterm-menu the default is Control+Button1 43 | Button3="menu:mlterm-menu" 44 | 45 | ##### Run mlterm GUI-CONFIGURATOR the default is Control+Button3 46 | Control+Button3 = "menu:mlconfig" 47 | -------------------------------------------------------------------------------- /mlterm/main: -------------------------------------------------------------------------------- 1 | ###################### 2 | ### Mlterm related ### 3 | ###################### 4 | #####Terminal type (mlterm, kterm, xterm ....) 5 | termtype = xterm-256color 6 | 7 | #####Start as a daemon process (blend,genuine) or comment it to disable it 8 | #daemon_mode=genuine 9 | 10 | #####Rendering engine for drawing fonts (xcore, xft, cairo) 11 | type_engine=xft 12 | 13 | #####Working directory. 14 | working_directory=~ 15 | 16 | #####Use CLIPBOARD selection. 17 | use_clipboard=true 18 | 19 | #####Don't exit backscroll mode when console applications output something. 20 | static_backscroll_mode=true 21 | 22 | #####Exit backscroll mode on receiving data from pty. 23 | exit_backscroll_by_pty=false 24 | 25 | #####Restart mlterm with all opened ptys except ssh if SIGSEGV, SIGBUS, SIGFPE or SIGILL is received. If you want to get core image, specify "false". 26 | #auto_restart=bool 27 | 28 | #####Whether to use login shell or not. 29 | use_login_shell=true 30 | 31 | #####Enable extended short cut keys for scrolling. 32 | use_extended_scroll_shortcut=true 33 | 34 | #####Specify number of lines of backlog or "unlimited". 35 | logsize = unlimited 36 | 37 | #####Delimiter characters (\xNN is also available) used for word selection. 38 | word_separators = " ,;=" 39 | 40 | #####Treat the value of -w option as point instead of pixel. 41 | use_point_size=true 42 | 43 | #####Specify maximum number of ptys (sessions) to be opened simultaneously. (multiple of 32) 44 | max_ptys=32 45 | 46 | #####Specify a key to be regarded as META (alt, meta, hyper, super, mod1, mod2, mod3, mod4, and none) 47 | mod_meta_key=alt 48 | 49 | #####Specify prefix characters in pressing meta key if mod_meta_mode = esc. 50 | meta_prefix=\x1b 51 | 52 | #####Behavior of META key (esc, none ,8bit) 53 | mod_meta_mode=esc 54 | 55 | #####Specify locale. 56 | locale="" 57 | 58 | #####Enable logging messages of mlterm to ~/.mlterm/msg[pid].log. 59 | logging_msg=true 60 | 61 | #####Enable logging vt100 sequences to ~/.mlterm/[device].log. 62 | logging_vt_seq=false 63 | 64 | #####Specify the format of logging vt100 sequence (raw, ttyrec) 65 | vt_seq_format=ttyrec 66 | 67 | #####Behavior when BEL (0x07) is received (sound, visual , sound|visual, none) 68 | bel_mode=none 69 | 70 | #####Draw the user's attention when making a bell sound in the unfocused window. 71 | use_urgent_bell=false 72 | 73 | #####Use vertical writing (cjk, mongol, none) 74 | vertical_mode=none 75 | 76 | #####Specify X server to connect. 77 | #display=value 78 | 79 | #####Specify parent Window ID. 80 | #parent_window=value 81 | 82 | #####Recognize ANSI color change escape sequences. 83 | use_ansi_colors=true 84 | 85 | ########################## 86 | ####### SSH Session ###### 87 | #####Specify a host you want to connect via ssh etc. 88 | #default_server=value 89 | 90 | #####Specify public key file for ssh connection. 91 | #ssh_public_key=value 92 | 93 | #####Specify private key file for ssh connection. 94 | #ssh_private_key=value 95 | 96 | #####Specify interval seconds to send keepalive message to ssh server. 97 | #ssh_keepalive_interval=value 98 | 99 | #####Use local echo mode. 100 | #use_local_echo=bool 101 | 102 | #####Specify ciphers (comma separated list) for encrypting the ssh session. 103 | #cipher_list=value 104 | 105 | #####Enable x11 forwarding for ssh connection. 106 | #ssh_x11_forwarding=bool 107 | 108 | ############################## 109 | ### Input/Encoding related ### 110 | ############################## 111 | ##### Specify character encodings detected automatically. 112 | auto_detect_encodings=false 113 | 114 | #####Specify encoding. 115 | encoding=AUTO 116 | 117 | #####Specify input method. 118 | #input_method= input method 119 | 120 | #####Use ISO8859-1 fonts for US-ASCII part of various encodings. 121 | #iso88591_font_for_usascii=bool 122 | 123 | #####Number of columns of Unicode characters with EastAsianAmbiguous property. 124 | #col_size_of_width_a=value 125 | 126 | #####Use either unicode font or DEC Special font forcibly to draw box-drawing characters. 127 | #box_drawing_font=value 128 | 129 | #####Compose line drawing character set. 130 | #compose_dec_special_font=bool 131 | 132 | #####Embold glyphs by drawing doubly at 1 pixel leftward instead of rightward. 133 | #leftward_double_drawing=bool 134 | 135 | #####Process full width characters. 136 | #use_multi_column_char=bool 137 | 138 | #####Use variable column width. 139 | #use_variable_column_width=bool 140 | 141 | #####Use XIM (X Input Method). 142 | #use_xim=bool 143 | 144 | #####Force full width regardless of EastAsianWidth.txt. 145 | #unicode_full_width_areas=value 146 | 147 | #####Use non-Unicode fonts even when mlterm encoding is UTF-8. 148 | #not_use_unicode_font=bool 149 | 150 | #####Use Unicode fonts even when mlterm encoding is not UTF-8. 151 | #only_use_unicode_font=bool 152 | 153 | #####Use unicode fonts partially regardless of -n option. 154 | #unicode_noconv_areas=value 155 | 156 | #####Automatically detect appropriate character encoding from the encodings specified by auto_detect_encodings option. 157 | #use_auto_detect=bool 158 | 159 | #####If the received selection (i.e., copy-and-paste strings) or strings received from XIM is not UTF8_STRING type, convert it into Unicode and then to the current mlterm encoding, in order to identify equivalent characters (i.e., characters which share the same codepoint in Unicode) from various character sets. 160 | #receive_string_via_ucs=bool 161 | 162 | #################### 163 | ####### Bidi ####### 164 | #####Use BiDi rendering on UTF8 encoding. 165 | use_bidi=true 166 | 167 | #####Specify bidi mode (normal, left, right) 168 | bidi_mode=normal 169 | 170 | #####Specify separator characters (\xNN is also available) to render bidi text. 171 | bidi_separators=/ 172 | 173 | ########################## 174 | ### Appearance related ### 175 | ########################## 176 | #####Application name. 177 | app_name=mlterm 178 | 179 | #####Title name. 180 | title=mlterm 181 | 182 | #####Specify size and position of the window; see X(7). 183 | #geometry=value 184 | 185 | #####Don't draw window decorations. 186 | borderless = true 187 | 188 | #####Specify inner border width. 189 | inner_border=2 190 | 191 | #####Icon name. 192 | icon_name=mlterm 193 | 194 | #####Path for the image file to be used as window icon. 195 | #icon_path=path 196 | 197 | #####Path for wallpaper image. 198 | wall_picture=~/.mlterm/pic.jpg 199 | 200 | #####Use pseudo transparent background , cannot used with wallpaper 201 | #use_transbg=true 202 | 203 | #####Alpha in pseudo or true transparent.(0) 204 | alpha=244 205 | 206 | #####Contrast of background image in percent.(100) 207 | contrast = 100 208 | 209 | #####Specify fading ratio when window is unfocused.(100) 210 | fade_ratio = 100 211 | 212 | #####Gamma of background image in percent. (100) 213 | gamma = 100 214 | 215 | #####Specify the amount of darkening or lightening the background image. (10) 216 | brightness = 100 217 | 218 | #####Specify visual depth. 219 | #depth=value 220 | 221 | #####Background color. 222 | bg_color=#1b1b1b 223 | 224 | #####Foreground color. 225 | fg_color=#f7f7f7 226 | 227 | ########################## 228 | ##### Text Options ####### 229 | #####Specify the color to use to display bold characters. 230 | bd_color=#ffffff 231 | 232 | #####Specify the color to use to display blinking characters. 233 | #bl_color=value 234 | 235 | #####Specify the color to use to display crossed-out characters. 236 | #co_color=value 237 | 238 | #####Specify the color to use to display underlined characters. 239 | ul_color=#207483 240 | 241 | #####Specify the color to use to display italic characters. 242 | it_color=#f7f7f7 243 | 244 | #####Use italic font for characters with the italic attribute. 245 | #use_italic_font=bool 246 | 247 | #####Use bold font for characters with the bold attribute. 248 | #use_bold_font=bool 249 | 250 | #####Don't draw underline. 251 | #hide_underline=bool 252 | 253 | #####Font size in pixel. 254 | fontsize = 12 255 | 256 | #####Use anti alias font. 257 | use_anti_alias = true 258 | 259 | #####Range of size of usable fonts. 260 | #font_size_range=range 261 | 262 | #####Specify changing size when font size becomes larger or smaller. 263 | #step_in_changing_font_size=size 264 | 265 | #####Specify tab width. 266 | tabsize = 4 267 | 268 | #####Specify number of extra dots between letters. (ignored if you specify --V option.) If you use multiple fonts whose widths are different, adjust this option. 269 | letter_space=0 270 | 271 | #####Specify number of extra dots between lines. If you use multiple fonts whose heights are different, adjust this option. 272 | line_space = 0 273 | 274 | ############################ 275 | ##### Cursor Options ####### 276 | #####Blink cursor 277 | #blink_cursor=bool 278 | 279 | #####Specify background color for cursor. 280 | cursor_bg_color=#bbbbbb 281 | 282 | #####Specify foreground color for cursor. 283 | cursor_fg_color=#ffffff 284 | 285 | #####Use cursor movement for vertical writing. 286 | #use_vertical_cursor=value 287 | 288 | ############################### 289 | ##### Scrollbar Options ####### 290 | #####Use scrollbar. 291 | use_scrollbar=false 292 | 293 | #####Specify name of scrollbar. 294 | #scrollbar_view_name=name 295 | 296 | #####Specify scrollbar position. 297 | scrollbar_mode = none 298 | 299 | #####Background color for scrollbar. 300 | #sb_bg_color=color 301 | 302 | #####Foreground color for scrollbar. 303 | #sb_fg_color=color 304 | 305 | ############# 306 | ### Other ### 307 | ############# 308 | #####Specify actual screen height. 309 | #screen_height_ratio=value 310 | 311 | #####Specify actual screen width. 312 | #screen_width_ratio=value 313 | 314 | #####Use alternate screen buffer. 315 | #use_alt_buffer=bool 316 | 317 | #####Enable combining characters. 318 | #use_combining=bool 319 | 320 | #####Enable dynamic character combining. 321 | #use_dynamic_comb=bool 322 | 323 | #####Use CP932 - UCS mapping for displaying JISX0208 by Xft or cairo. 324 | #use_cp932_ucs_for_xft=bool 325 | 326 | #####Use indic rendering on UTF8 or ISCII encoding. 327 | #use_ind=bool 328 | 329 | #####Allow access to clipboard(selection) by OSC 52 sequence. 330 | #allow_osc52=bool 331 | 332 | #####Allow OSC 5379 scp. 333 | #allow_scp=bool 334 | 335 | #####Allow dynamic change of shortcut keys by OSC 5379 set_shortcut sequence. 336 | #allow_change_shortcut=bool 337 | 338 | #####Support Big5 CTEXT bugs (which exist in XFree86 4.1.0 or before). 339 | #big5_buggy=bool 340 | -------------------------------------------------------------------------------- /mlterm/menu: -------------------------------------------------------------------------------- 1 | "Bidi Option" { 2 | "normal" "bidi_mode=normal" 3 | "left" "bidi_mode=left" 4 | "right" "bidi_mode=right" 5 | } 6 | "Font" { 7 | "Larger" "fontsize=larger" 8 | "Smaller" "fontsize=smaller" 9 | - 10 | "antialias on" "use_anti_alias=true" 11 | "antialias off" "use_anti_alias=false" 12 | } 13 | "Encoding" { 14 | "Auto" "encoding=auto" 15 | "UTF-8" "encoding=UTF-8" 16 | "ISO 8859" { 17 | "ISO-8859-1" "encoding=ISO-8859-1" 18 | "ISO-8859-2" "encoding=ISO-8859-2" 19 | "ISO-8859-3" "encoding=ISO-8859-3" 20 | "ISO-8859-4" "encoding=ISO-8859-4" 21 | "ISO-8859-5" "encoding=ISO-8859-5" 22 | "ISO-8859-6" "encoding=ISO-8859-6" 23 | "ISO-8859-7" "encoding=ISO-8859-7" 24 | "ISO-8859-8" "encoding=ISO-8859-8" 25 | "ISO-8859-9" "encoding=ISO-8859-9" 26 | "ISO-8859-10" "encoding=ISO-8859-10" 27 | "ISO-8859-11" "encoding=ISO-8859-11" 28 | "ISO-8859-13" "encoding=ISO-8859-13" 29 | "ISO-8859-14" "encoding=ISO-8859-14" 30 | "ISO-8859-15" "encoding=ISO-8859-15" 31 | "ISO-8859-16" "encoding=ISO-8859-16" 32 | } 33 | "8bit" { 34 | "KOI8-R" "encoding=KOI8-R" 35 | "KOI8-U" "encoding=KOI8-U" 36 | "KOI8-T" "encoding=KOI8-T" 37 | "GEORGIAN-PS" "encoding=GEORGIAN-PS" 38 | "TCVN5712" "encoding=TCVN5712" 39 | "VISCII" "encoding=VISCII" 40 | "CP1251" "encoding=CP1251" 41 | "CP1255" "encoding=CP1255" 42 | } 43 | "Japanese" { 44 | "EUC-JP" "encoding=EUC-JP" 45 | "EUC-JISX0213" "encoding=EUC-JISX0213" 46 | "Shift_JIS" "encoding=SHIFTJIS" 47 | "SJISX0213" "encoding=SJISX0213" 48 | "ISO-2022-JP" "encoding=ISO-2022-JP" 49 | "ISO-2022-JP2" "encoding=ISO-2022-JP2" 50 | "ISO-2022-JP3" "encoding=ISO-2022-JP3" 51 | } 52 | "Korean" { 53 | "EUC-KR" "encoding=EUC-KR" 54 | "JOHAB" "encoding=JOHAB" 55 | "UHC" "encoding=UHC" 56 | "ISO-2022-KR" "encoding=ISO-2022-KR" 57 | } 58 | "traditional Chinese" { 59 | "Big5" "encoding=BIG5" 60 | "Big5HKSCS" "encoding=BIG5HKSCS" 61 | "EUC-TW" "encoding=EUC-TW" 62 | } 63 | "simplified Chinese" { 64 | "EUC-CN (GB2312)" "encoding=EUC-CN" 65 | "GBK" "encoding=GBK" 66 | "GB18030" "encoding=GB18030" 67 | "HZ" "encoding=HZ" 68 | "ISO-2022-CN" "encoding=ISO-2022-CN" 69 | } 70 | } 71 | "XIM" { 72 | "kinput2" "xim=kinput2:ja_JP.eucJP" 73 | "ami" "xim=Ami:ko_KR.eucKR" 74 | "xcin (big5)" "xim=xcin:zh_TW.Big5" 75 | "xcin (gb)" "xim=zh_CN.GB2312:zh_CN.GB2312" 76 | "skkinput" "xim=skkinput:ja_JP.eucJP" 77 | } 78 | "Full Reset" "full_reset" 79 | - 80 | pty_list 81 | "New PTY" "open_pty" 82 | -------------------------------------------------------------------------------- /mlterm/pic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahed91/Mlterm-Color-Schames/fa0eabddb50141faca0feaf38816c0ad68e5cba9/mlterm/pic.jpg -------------------------------------------------------------------------------- /xrdb2mlterm.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | # encoding: utf-8 3 | 4 | """ 5 | convert colorshame from xrdb to mlterm 6 | """ 7 | import re 8 | import os 9 | 10 | # Get the files 11 | files = os.listdir('../xrdb/') 12 | 13 | # every term in xrdb and its opposite in mlterm 14 | dict={'Ansi_0_Color':'black','Ansi_1_Color':'red','Ansi_2_Color':'green','Ansi_3_Color':'yellow','Ansi_4_Color':'blue','Ansi_5_Color':'magenta','Ansi_6_Color':'cyan','Ansi_7_Color':'white','Ansi_8_Color':'hl_black','Ansi_9_Color':'hl_red','Ansi_10_Color':'hl_green','Ansi_11_Color':'hl_yellow','Ansi_12_Color':'hl_blue','Ansi_13_Color':'hl_magenta','Ansi_14_Color':'hl_cyan','Ansi_15_Color':'hl_white','Background_Color':'bg_color','Bold_Color':'bd_color','Cursor_Color':'cursor_bg_color','Cursor_Text_Color':'cursor_fg_color','Foreground_Color':'fg_color','Selected_Text_Color':'it_color','Selection_Color':'ul_color'} 15 | 16 | for i in range(116): 17 | # read xrdb file 18 | with open('../xrdb/%s'%files[i], 'r') as f: 19 | # make new file the same name but differnet ext. 20 | new_file=files[i].replace('xrdb','color') 21 | # open mlterm color file for write 22 | with open(new_file,'w') as new_f: 23 | for line in f.readlines(): 24 | # Delelte '#define' string 25 | line = line.replace('#define ','') 26 | # replace space with = 27 | line = line.replace(' ','=') 28 | # use re to match right expression with its mlterm opposite 29 | match=re.findall('(.*_Color)',line)[0] 30 | line = line.replace(match,dict[match]) 31 | # write line 32 | new_f.writelines(line) 33 | 34 | files = os.listdir('.') 35 | data=[] 36 | 37 | for i in range(116): 38 | with open(files[i],'r') as f: 39 | data = f.readlines() 40 | data.insert(2,data[8]) 41 | data.insert(3,data[10]) 42 | data.insert(4,data[12]) 43 | data.insert(5,data[14]) 44 | data.insert(6,data[16]) 45 | data.insert(7,data[18]) 46 | data.insert(8,data[20]) 47 | data.insert(9,data[22]) 48 | print data, files[i] 49 | data.insert(24,data[28]) 50 | data.insert(29,data[26]) 51 | data.pop(16) 52 | data.pop(16) 53 | data.pop(16) 54 | data.pop(16) 55 | data.pop(16) 56 | data.pop(16) 57 | data.pop(16) 58 | data.pop(16) 59 | data.pop(18) 60 | data.pop(21) 61 | 62 | 63 | with open(files[i],'w') as f: 64 | f.writelines(data) 65 | 66 | --------------------------------------------------------------------------------