Last active
August 18, 2022 06:45
-
-
Save notwa/f5f81b6a92161754eb5e7ea5bcb62806 to your computer and use it in GitHub Desktop.
something to crudely scrape and reformat all the base16 color palettes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if false; then | |
: | |
elif [ "$name" = "apprentice" ]; then # from apprentice | |
# Apprentice by romainl | |
ForegroundColour '#BCBCBC' | |
BackgroundColour '#262626' | |
CursorColour '#FFFFFF' | |
Black '#262626' | |
Red '#5F8787' | |
Green '#87AF87' | |
Yellow '#5F8787' | |
Blue '#FFFFAF' | |
Magenta '#87AFD7' | |
Cyan '#5F875F' | |
White '#BCBCBC' | |
BoldBlack '#6C6C6C' | |
BoldRed '#5F8787' | |
BoldGreen '#87AF87' | |
BoldYellow '#5F8787' | |
BoldBlue '#FFFFAF' | |
BoldMagenta '#87AFD7' | |
BoldCyan '#5F875F' | |
BoldWhite '#FFFFFF' | |
$re 16 '#FF8700' | |
$re 17 '#5F87AF' | |
$re 18 '#303030' | |
$re 19 '#333333' | |
$re 20 '#787878' | |
$re 21 '#C9C9C9' | |
elif [ "$name" = "atelier-cave-light" ]; then # from atelier-schemes | |
# Atelier Cave Light by Bram de Haan (http://atelierbramdehaan.nl) | |
ForegroundColour '#585260' | |
BackgroundColour '#efecf4' | |
CursorColour '#FFFFFF' | |
Black '#efecf4' | |
Red '#be4678' | |
Green '#2a9292' | |
Yellow '#a06e3b' | |
Blue '#576ddb' | |
Magenta '#955ae7' | |
Cyan '#398bc6' | |
White '#585260' | |
BoldBlack '#7e7887' | |
BoldRed '#be4678' | |
BoldGreen '#2a9292' | |
BoldYellow '#a06e3b' | |
BoldBlue '#576ddb' | |
BoldMagenta '#955ae7' | |
BoldCyan '#398bc6' | |
BoldWhite '#19171c' | |
$re 16 '#aa573c' | |
$re 17 '#bf40bf' | |
$re 18 '#e2dfe7' | |
$re 19 '#8b8792' | |
$re 20 '#655f6d' | |
$re 21 '#26232a' | |
elif [ "$name" = "atelier-cave" ]; then # from atelier-schemes | |
# Atelier Cave by Bram de Haan (http://atelierbramdehaan.nl) | |
ForegroundColour '#8b8792' | |
BackgroundColour '#19171c' | |
CursorColour '#FFFFFF' | |
Black '#19171c' | |
Red '#be4678' | |
Green '#2a9292' | |
Yellow '#a06e3b' | |
Blue '#576ddb' | |
Magenta '#955ae7' | |
Cyan '#398bc6' | |
White '#8b8792' | |
BoldBlack '#655f6d' | |
BoldRed '#be4678' | |
BoldGreen '#2a9292' | |
BoldYellow '#a06e3b' | |
BoldBlue '#576ddb' | |
BoldMagenta '#955ae7' | |
BoldCyan '#398bc6' | |
BoldWhite '#efecf4' | |
$re 16 '#aa573c' | |
$re 17 '#bf40bf' | |
$re 18 '#26232a' | |
$re 19 '#585260' | |
$re 20 '#7e7887' | |
$re 21 '#e2dfe7' | |
elif [ "$name" = "atelier-dune-light" ]; then # from atelier-schemes | |
# Atelier Dune Light by Bram de Haan (http://atelierbramdehaan.nl) | |
ForegroundColour '#6e6b5e' | |
BackgroundColour '#fefbec' | |
CursorColour '#FFFFFF' | |
Black '#fefbec' | |
Red '#d73737' | |
Green '#60ac39' | |
Yellow '#ae9513' | |
Blue '#6684e1' | |
Magenta '#b854d4' | |
Cyan '#1fad83' | |
White '#6e6b5e' | |
BoldBlack '#999580' | |
BoldRed '#d73737' | |
BoldGreen '#60ac39' | |
BoldYellow '#ae9513' | |
BoldBlue '#6684e1' | |
BoldMagenta '#b854d4' | |
BoldCyan '#1fad83' | |
BoldWhite '#20201d' | |
$re 16 '#b65611' | |
$re 17 '#d43552' | |
$re 18 '#e8e4cf' | |
$re 19 '#a6a28c' | |
$re 20 '#7d7a68' | |
$re 21 '#292824' | |
elif [ "$name" = "atelier-dune" ]; then # from atelier-schemes | |
# Atelier Dune by Bram de Haan (http://atelierbramdehaan.nl) | |
ForegroundColour '#a6a28c' | |
BackgroundColour '#20201d' | |
CursorColour '#FFFFFF' | |
Black '#20201d' | |
Red '#d73737' | |
Green '#60ac39' | |
Yellow '#ae9513' | |
Blue '#6684e1' | |
Magenta '#b854d4' | |
Cyan '#1fad83' | |
White '#a6a28c' | |
BoldBlack '#7d7a68' | |
BoldRed '#d73737' | |
BoldGreen '#60ac39' | |
BoldYellow '#ae9513' | |
BoldBlue '#6684e1' | |
BoldMagenta '#b854d4' | |
BoldCyan '#1fad83' | |
BoldWhite '#fefbec' | |
$re 16 '#b65611' | |
$re 17 '#d43552' | |
$re 18 '#292824' | |
$re 19 '#6e6b5e' | |
$re 20 '#999580' | |
$re 21 '#e8e4cf' | |
elif [ "$name" = "atelier-estuary-light" ]; then # from atelier-schemes | |
# Atelier Estuary Light by Bram de Haan (http://atelierbramdehaan.nl) | |
ForegroundColour '#5f5e4e' | |
BackgroundColour '#f4f3ec' | |
CursorColour '#FFFFFF' | |
Black '#f4f3ec' | |
Red '#ba6236' | |
Green '#7d9726' | |
Yellow '#a5980d' | |
Blue '#36a166' | |
Magenta '#5f9182' | |
Cyan '#5b9d48' | |
White '#5f5e4e' | |
BoldBlack '#878573' | |
BoldRed '#ba6236' | |
BoldGreen '#7d9726' | |
BoldYellow '#a5980d' | |
BoldBlue '#36a166' | |
BoldMagenta '#5f9182' | |
BoldCyan '#5b9d48' | |
BoldWhite '#22221b' | |
$re 16 '#ae7313' | |
$re 17 '#9d6c7c' | |
$re 18 '#e7e6df' | |
$re 19 '#929181' | |
$re 20 '#6c6b5a' | |
$re 21 '#302f27' | |
elif [ "$name" = "atelier-estuary" ]; then # from atelier-schemes | |
# Atelier Estuary by Bram de Haan (http://atelierbramdehaan.nl) | |
ForegroundColour '#929181' | |
BackgroundColour '#22221b' | |
CursorColour '#FFFFFF' | |
Black '#22221b' | |
Red '#ba6236' | |
Green '#7d9726' | |
Yellow '#a5980d' | |
Blue '#36a166' | |
Magenta '#5f9182' | |
Cyan '#5b9d48' | |
White '#929181' | |
BoldBlack '#6c6b5a' | |
BoldRed '#ba6236' | |
BoldGreen '#7d9726' | |
BoldYellow '#a5980d' | |
BoldBlue '#36a166' | |
BoldMagenta '#5f9182' | |
BoldCyan '#5b9d48' | |
BoldWhite '#f4f3ec' | |
$re 16 '#ae7313' | |
$re 17 '#9d6c7c' | |
$re 18 '#302f27' | |
$re 19 '#5f5e4e' | |
$re 20 '#878573' | |
$re 21 '#e7e6df' | |
elif [ "$name" = "atelier-forest-light" ]; then # from atelier-schemes | |
# Atelier Forest Light by Bram de Haan (http://atelierbramdehaan.nl) | |
ForegroundColour '#68615e' | |
BackgroundColour '#f1efee' | |
CursorColour '#FFFFFF' | |
Black '#f1efee' | |
Red '#f22c40' | |
Green '#7b9726' | |
Yellow '#c38418' | |
Blue '#407ee7' | |
Magenta '#6666ea' | |
Cyan '#3d97b8' | |
White '#68615e' | |
BoldBlack '#9c9491' | |
BoldRed '#f22c40' | |
BoldGreen '#7b9726' | |
BoldYellow '#c38418' | |
BoldBlue '#407ee7' | |
BoldMagenta '#6666ea' | |
BoldCyan '#3d97b8' | |
BoldWhite '#1b1918' | |
$re 16 '#df5320' | |
$re 17 '#c33ff3' | |
$re 18 '#e6e2e0' | |
$re 19 '#a8a19f' | |
$re 20 '#766e6b' | |
$re 21 '#2c2421' | |
elif [ "$name" = "atelier-forest" ]; then # from atelier-schemes | |
# Atelier Forest by Bram de Haan (http://atelierbramdehaan.nl) | |
ForegroundColour '#a8a19f' | |
BackgroundColour '#1b1918' | |
CursorColour '#FFFFFF' | |
Black '#1b1918' | |
Red '#f22c40' | |
Green '#7b9726' | |
Yellow '#c38418' | |
Blue '#407ee7' | |
Magenta '#6666ea' | |
Cyan '#3d97b8' | |
White '#a8a19f' | |
BoldBlack '#766e6b' | |
BoldRed '#f22c40' | |
BoldGreen '#7b9726' | |
BoldYellow '#c38418' | |
BoldBlue '#407ee7' | |
BoldMagenta '#6666ea' | |
BoldCyan '#3d97b8' | |
BoldWhite '#f1efee' | |
$re 16 '#df5320' | |
$re 17 '#c33ff3' | |
$re 18 '#2c2421' | |
$re 19 '#68615e' | |
$re 20 '#9c9491' | |
$re 21 '#e6e2e0' | |
elif [ "$name" = "atelier-heath-light" ]; then # from atelier-schemes | |
# Atelier Heath Light by Bram de Haan (http://atelierbramdehaan.nl) | |
ForegroundColour '#695d69' | |
BackgroundColour '#f7f3f7' | |
CursorColour '#FFFFFF' | |
Black '#f7f3f7' | |
Red '#ca402b' | |
Green '#918b3b' | |
Yellow '#bb8a35' | |
Blue '#516aec' | |
Magenta '#7b59c0' | |
Cyan '#159393' | |
White '#695d69' | |
BoldBlack '#9e8f9e' | |
BoldRed '#ca402b' | |
BoldGreen '#918b3b' | |
BoldYellow '#bb8a35' | |
BoldBlue '#516aec' | |
BoldMagenta '#7b59c0' | |
BoldCyan '#159393' | |
BoldWhite '#1b181b' | |
$re 16 '#a65926' | |
$re 17 '#cc33cc' | |
$re 18 '#d8cad8' | |
$re 19 '#ab9bab' | |
$re 20 '#776977' | |
$re 21 '#292329' | |
elif [ "$name" = "atelier-heath" ]; then # from atelier-schemes | |
# Atelier Heath by Bram de Haan (http://atelierbramdehaan.nl) | |
ForegroundColour '#ab9bab' | |
BackgroundColour '#1b181b' | |
CursorColour '#FFFFFF' | |
Black '#1b181b' | |
Red '#ca402b' | |
Green '#918b3b' | |
Yellow '#bb8a35' | |
Blue '#516aec' | |
Magenta '#7b59c0' | |
Cyan '#159393' | |
White '#ab9bab' | |
BoldBlack '#776977' | |
BoldRed '#ca402b' | |
BoldGreen '#918b3b' | |
BoldYellow '#bb8a35' | |
BoldBlue '#516aec' | |
BoldMagenta '#7b59c0' | |
BoldCyan '#159393' | |
BoldWhite '#f7f3f7' | |
$re 16 '#a65926' | |
$re 17 '#cc33cc' | |
$re 18 '#292329' | |
$re 19 '#695d69' | |
$re 20 '#9e8f9e' | |
$re 21 '#d8cad8' | |
elif [ "$name" = "atelier-lakeside-light" ]; then # from atelier-schemes | |
# Atelier Lakeside Light by Bram de Haan (http://atelierbramdehaan.nl) | |
ForegroundColour '#516d7b' | |
BackgroundColour '#ebf8ff' | |
CursorColour '#FFFFFF' | |
Black '#ebf8ff' | |
Red '#d22d72' | |
Green '#568c3b' | |
Yellow '#8a8a0f' | |
Blue '#257fad' | |
Magenta '#6b6bb8' | |
Cyan '#2d8f6f' | |
White '#516d7b' | |
BoldBlack '#7195a8' | |
BoldRed '#d22d72' | |
BoldGreen '#568c3b' | |
BoldYellow '#8a8a0f' | |
BoldBlue '#257fad' | |
BoldMagenta '#6b6bb8' | |
BoldCyan '#2d8f6f' | |
BoldWhite '#161b1d' | |
$re 16 '#935c25' | |
$re 17 '#b72dd2' | |
$re 18 '#c1e4f6' | |
$re 19 '#7ea2b4' | |
$re 20 '#5a7b8c' | |
$re 21 '#1f292e' | |
elif [ "$name" = "atelier-lakeside" ]; then # from atelier-schemes | |
# Atelier Lakeside by Bram de Haan (http://atelierbramdehaan.nl) | |
ForegroundColour '#7ea2b4' | |
BackgroundColour '#161b1d' | |
CursorColour '#FFFFFF' | |
Black '#161b1d' | |
Red '#d22d72' | |
Green '#568c3b' | |
Yellow '#8a8a0f' | |
Blue '#257fad' | |
Magenta '#6b6bb8' | |
Cyan '#2d8f6f' | |
White '#7ea2b4' | |
BoldBlack '#5a7b8c' | |
BoldRed '#d22d72' | |
BoldGreen '#568c3b' | |
BoldYellow '#8a8a0f' | |
BoldBlue '#257fad' | |
BoldMagenta '#6b6bb8' | |
BoldCyan '#2d8f6f' | |
BoldWhite '#ebf8ff' | |
$re 16 '#935c25' | |
$re 17 '#b72dd2' | |
$re 18 '#1f292e' | |
$re 19 '#516d7b' | |
$re 20 '#7195a8' | |
$re 21 '#c1e4f6' | |
elif [ "$name" = "atelier-plateau-light" ]; then # from atelier-schemes | |
# Atelier Plateau Light by Bram de Haan (http://atelierbramdehaan.nl) | |
ForegroundColour '#585050' | |
BackgroundColour '#f4ecec' | |
CursorColour '#FFFFFF' | |
Black '#f4ecec' | |
Red '#ca4949' | |
Green '#4b8b8b' | |
Yellow '#a06e3b' | |
Blue '#7272ca' | |
Magenta '#8464c4' | |
Cyan '#5485b6' | |
White '#585050' | |
BoldBlack '#7e7777' | |
BoldRed '#ca4949' | |
BoldGreen '#4b8b8b' | |
BoldYellow '#a06e3b' | |
BoldBlue '#7272ca' | |
BoldMagenta '#8464c4' | |
BoldCyan '#5485b6' | |
BoldWhite '#1b1818' | |
$re 16 '#b45a3c' | |
$re 17 '#bd5187' | |
$re 18 '#e7dfdf' | |
$re 19 '#8a8585' | |
$re 20 '#655d5d' | |
$re 21 '#292424' | |
elif [ "$name" = "atelier-plateau" ]; then # from atelier-schemes | |
# Atelier Plateau by Bram de Haan (http://atelierbramdehaan.nl) | |
ForegroundColour '#8a8585' | |
BackgroundColour '#1b1818' | |
CursorColour '#FFFFFF' | |
Black '#1b1818' | |
Red '#ca4949' | |
Green '#4b8b8b' | |
Yellow '#a06e3b' | |
Blue '#7272ca' | |
Magenta '#8464c4' | |
Cyan '#5485b6' | |
White '#8a8585' | |
BoldBlack '#655d5d' | |
BoldRed '#ca4949' | |
BoldGreen '#4b8b8b' | |
BoldYellow '#a06e3b' | |
BoldBlue '#7272ca' | |
BoldMagenta '#8464c4' | |
BoldCyan '#5485b6' | |
BoldWhite '#f4ecec' | |
$re 16 '#b45a3c' | |
$re 17 '#bd5187' | |
$re 18 '#292424' | |
$re 19 '#585050' | |
$re 20 '#7e7777' | |
$re 21 '#e7dfdf' | |
elif [ "$name" = "atelier-savanna-light" ]; then # from atelier-schemes | |
# Atelier Savanna Light by Bram de Haan (http://atelierbramdehaan.nl) | |
ForegroundColour '#526057' | |
BackgroundColour '#ecf4ee' | |
CursorColour '#FFFFFF' | |
Black '#ecf4ee' | |
Red '#b16139' | |
Green '#489963' | |
Yellow '#a07e3b' | |
Blue '#478c90' | |
Magenta '#55859b' | |
Cyan '#1c9aa0' | |
White '#526057' | |
BoldBlack '#78877d' | |
BoldRed '#b16139' | |
BoldGreen '#489963' | |
BoldYellow '#a07e3b' | |
BoldBlue '#478c90' | |
BoldMagenta '#55859b' | |
BoldCyan '#1c9aa0' | |
BoldWhite '#171c19' | |
$re 16 '#9f713c' | |
$re 17 '#867469' | |
$re 18 '#dfe7e2' | |
$re 19 '#87928a' | |
$re 20 '#5f6d64' | |
$re 21 '#232a25' | |
elif [ "$name" = "atelier-savanna" ]; then # from atelier-schemes | |
# Atelier Savanna by Bram de Haan (http://atelierbramdehaan.nl) | |
ForegroundColour '#87928a' | |
BackgroundColour '#171c19' | |
CursorColour '#FFFFFF' | |
Black '#171c19' | |
Red '#b16139' | |
Green '#489963' | |
Yellow '#a07e3b' | |
Blue '#478c90' | |
Magenta '#55859b' | |
Cyan '#1c9aa0' | |
White '#87928a' | |
BoldBlack '#5f6d64' | |
BoldRed '#b16139' | |
BoldGreen '#489963' | |
BoldYellow '#a07e3b' | |
BoldBlue '#478c90' | |
BoldMagenta '#55859b' | |
BoldCyan '#1c9aa0' | |
BoldWhite '#ecf4ee' | |
$re 16 '#9f713c' | |
$re 17 '#867469' | |
$re 18 '#232a25' | |
$re 19 '#526057' | |
$re 20 '#78877d' | |
$re 21 '#dfe7e2' | |
elif [ "$name" = "atelier-seaside-light" ]; then # from atelier-schemes | |
# Atelier Seaside Light by Bram de Haan (http://atelierbramdehaan.nl) | |
ForegroundColour '#5e6e5e' | |
BackgroundColour '#f4fbf4' | |
CursorColour '#FFFFFF' | |
Black '#f4fbf4' | |
Red '#e6193c' | |
Green '#29a329' | |
Yellow '#98981b' | |
Blue '#3d62f5' | |
Magenta '#ad2bee' | |
Cyan '#1999b3' | |
White '#5e6e5e' | |
BoldBlack '#809980' | |
BoldRed '#e6193c' | |
BoldGreen '#29a329' | |
BoldYellow '#98981b' | |
BoldBlue '#3d62f5' | |
BoldMagenta '#ad2bee' | |
BoldCyan '#1999b3' | |
BoldWhite '#131513' | |
$re 16 '#87711d' | |
$re 17 '#e619c3' | |
$re 18 '#cfe8cf' | |
$re 19 '#8ca68c' | |
$re 20 '#687d68' | |
$re 21 '#242924' | |
elif [ "$name" = "atelier-seaside" ]; then # from atelier-schemes | |
# Atelier Seaside by Bram de Haan (http://atelierbramdehaan.nl) | |
ForegroundColour '#8ca68c' | |
BackgroundColour '#131513' | |
CursorColour '#FFFFFF' | |
Black '#131513' | |
Red '#e6193c' | |
Green '#29a329' | |
Yellow '#98981b' | |
Blue '#3d62f5' | |
Magenta '#ad2bee' | |
Cyan '#1999b3' | |
White '#8ca68c' | |
BoldBlack '#687d68' | |
BoldRed '#e6193c' | |
BoldGreen '#29a329' | |
BoldYellow '#98981b' | |
BoldBlue '#3d62f5' | |
BoldMagenta '#ad2bee' | |
BoldCyan '#1999b3' | |
BoldWhite '#f4fbf4' | |
$re 16 '#87711d' | |
$re 17 '#e619c3' | |
$re 18 '#242924' | |
$re 19 '#5e6e5e' | |
$re 20 '#809980' | |
$re 21 '#cfe8cf' | |
elif [ "$name" = "atelier-sulphurpool-light" ]; then # from atelier-schemes | |
# Atelier Sulphurpool Light by Bram de Haan (http://atelierbramdehaan.nl) | |
ForegroundColour '#5e6687' | |
BackgroundColour '#f5f7ff' | |
CursorColour '#FFFFFF' | |
Black '#f5f7ff' | |
Red '#c94922' | |
Green '#ac9739' | |
Yellow '#c08b30' | |
Blue '#3d8fd1' | |
Magenta '#6679cc' | |
Cyan '#22a2c9' | |
White '#5e6687' | |
BoldBlack '#898ea4' | |
BoldRed '#c94922' | |
BoldGreen '#ac9739' | |
BoldYellow '#c08b30' | |
BoldBlue '#3d8fd1' | |
BoldMagenta '#6679cc' | |
BoldCyan '#22a2c9' | |
BoldWhite '#202746' | |
$re 16 '#c76b29' | |
$re 17 '#9c637a' | |
$re 18 '#dfe2f1' | |
$re 19 '#979db4' | |
$re 20 '#6b7394' | |
$re 21 '#293256' | |
elif [ "$name" = "atelier-sulphurpool" ]; then # from atelier-schemes | |
# Atelier Sulphurpool by Bram de Haan (http://atelierbramdehaan.nl) | |
ForegroundColour '#979db4' | |
BackgroundColour '#202746' | |
CursorColour '#FFFFFF' | |
Black '#202746' | |
Red '#c94922' | |
Green '#ac9739' | |
Yellow '#c08b30' | |
Blue '#3d8fd1' | |
Magenta '#6679cc' | |
Cyan '#22a2c9' | |
White '#979db4' | |
BoldBlack '#6b7394' | |
BoldRed '#c94922' | |
BoldGreen '#ac9739' | |
BoldYellow '#c08b30' | |
BoldBlue '#3d8fd1' | |
BoldMagenta '#6679cc' | |
BoldCyan '#22a2c9' | |
BoldWhite '#f5f7ff' | |
$re 16 '#c76b29' | |
$re 17 '#9c637a' | |
$re 18 '#293256' | |
$re 19 '#5e6687' | |
$re 20 '#898ea4' | |
$re 21 '#dfe2f1' | |
elif [ "$name" = "atlas" ]; then # from atlas | |
# Atlas by Alex Lende (https://ajlende.com) | |
ForegroundColour '#a1a19a' | |
BackgroundColour '#002635' | |
CursorColour '#FFFFFF' | |
Black '#002635' | |
Red '#ff5a67' | |
Green '#7fc06e' | |
Yellow '#ffcc1b' | |
Blue '#5dd7b9' | |
Magenta '#9a70a4' | |
Cyan '#14747e' | |
White '#a1a19a' | |
BoldBlack '#6C8B91' | |
BoldRed '#ff5a67' | |
BoldGreen '#7fc06e' | |
BoldYellow '#ffcc1b' | |
BoldBlue '#5dd7b9' | |
BoldMagenta '#9a70a4' | |
BoldCyan '#14747e' | |
BoldWhite '#fafaf8' | |
$re 16 '#f08e48' | |
$re 17 '#c43060' | |
$re 18 '#00384d' | |
$re 19 '#517F8D' | |
$re 20 '#869696' | |
$re 21 '#e6e6dc' | |
elif [ "$name" = "ayu-dark" ]; then # from ayu | |
# Ayu Dark by Khue Nguyen <[email protected]> | |
ForegroundColour '#E6E1CF' | |
BackgroundColour '#0F1419' | |
CursorColour '#FFFFFF' | |
Black '#0F1419' | |
Red '#F07178' | |
Green '#B8CC52' | |
Yellow '#FFB454' | |
Blue '#59C2FF' | |
Magenta '#D2A6FF' | |
Cyan '#95E6CB' | |
White '#E6E1CF' | |
BoldBlack '#3E4B59' | |
BoldRed '#F07178' | |
BoldGreen '#B8CC52' | |
BoldYellow '#FFB454' | |
BoldBlue '#59C2FF' | |
BoldMagenta '#D2A6FF' | |
BoldCyan '#95E6CB' | |
BoldWhite '#F3F4F5' | |
$re 16 '#FF8F40' | |
$re 17 '#E6B673' | |
$re 18 '#131721' | |
$re 19 '#272D38' | |
$re 20 '#BFBDB6' | |
$re 21 '#E6E1CF' | |
elif [ "$name" = "ayu-light" ]; then # from ayu | |
# Ayu Light by Khue Nguyen <[email protected]> | |
ForegroundColour '#5C6773' | |
BackgroundColour '#FAFAFA' | |
CursorColour '#FFFFFF' | |
Black '#FAFAFA' | |
Red '#F07178' | |
Green '#86B300' | |
Yellow '#F2AE49' | |
Blue '#36A3D9' | |
Magenta '#A37ACC' | |
Cyan '#4CBF99' | |
White '#5C6773' | |
BoldBlack '#ABB0B6' | |
BoldRed '#F07178' | |
BoldGreen '#86B300' | |
BoldYellow '#F2AE49' | |
BoldBlue '#36A3D9' | |
BoldMagenta '#A37ACC' | |
BoldCyan '#4CBF99' | |
BoldWhite '#1A1F29' | |
$re 16 '#FA8D3E' | |
$re 17 '#E6BA7E' | |
$re 18 '#F3F4F5' | |
$re 19 '#F8F9FA' | |
$re 20 '#828C99' | |
$re 21 '#242936' | |
elif [ "$name" = "ayu-mirage" ]; then # from ayu | |
# Ayu Mirage by Khue Nguyen <[email protected]> | |
ForegroundColour '#CCCAC2' | |
BackgroundColour '#171B24' | |
CursorColour '#FFFFFF' | |
Black '#171B24' | |
Red '#F28779' | |
Green '#D5FF80' | |
Yellow '#FFD173' | |
Blue '#5CCFE6' | |
Magenta '#D4BFFF' | |
Cyan '#95E6CB' | |
White '#CCCAC2' | |
BoldBlack '#707A8C' | |
BoldRed '#F28779' | |
BoldGreen '#D5FF80' | |
BoldYellow '#FFD173' | |
BoldBlue '#5CCFE6' | |
BoldMagenta '#D4BFFF' | |
BoldCyan '#95E6CB' | |
BoldWhite '#F3F4F5' | |
$re 16 '#FFAD66' | |
$re 17 '#F29E74' | |
$re 18 '#1F2430' | |
$re 19 '#242936' | |
$re 20 '#8A9199' | |
$re 21 '#D9D7CE' | |
elif [ "$name" = "black-metal-bathory" ]; then # from black-metal | |
# Black Metal (Bathory) by metalelf0 (https://github.com/metalelf0) | |
ForegroundColour '#c1c1c1' | |
BackgroundColour '#000000' | |
CursorColour '#FFFFFF' | |
Black '#000000' | |
Red '#5f8787' | |
Green '#fbcb97' | |
Yellow '#e78a53' | |
Blue '#888888' | |
Magenta '#999999' | |
Cyan '#aaaaaa' | |
White '#c1c1c1' | |
BoldBlack '#333333' | |
BoldRed '#5f8787' | |
BoldGreen '#fbcb97' | |
BoldYellow '#e78a53' | |
BoldBlue '#888888' | |
BoldMagenta '#999999' | |
BoldCyan '#aaaaaa' | |
BoldWhite '#c1c1c1' | |
$re 16 '#aaaaaa' | |
$re 17 '#444444' | |
$re 18 '#121212' | |
$re 19 '#222222' | |
$re 20 '#999999' | |
$re 21 '#999999' | |
elif [ "$name" = "black-metal-burzum" ]; then # from black-metal | |
# Black Metal (Burzum) by metalelf0 (https://github.com/metalelf0) | |
ForegroundColour '#c1c1c1' | |
BackgroundColour '#000000' | |
CursorColour '#FFFFFF' | |
Black '#000000' | |
Red '#5f8787' | |
Green '#ddeecc' | |
Yellow '#99bbaa' | |
Blue '#888888' | |
Magenta '#999999' | |
Cyan '#aaaaaa' | |
White '#c1c1c1' | |
BoldBlack '#333333' | |
BoldRed '#5f8787' | |
BoldGreen '#ddeecc' | |
BoldYellow '#99bbaa' | |
BoldBlue '#888888' | |
BoldMagenta '#999999' | |
BoldCyan '#aaaaaa' | |
BoldWhite '#c1c1c1' | |
$re 16 '#aaaaaa' | |
$re 17 '#444444' | |
$re 18 '#121212' | |
$re 19 '#222222' | |
$re 20 '#999999' | |
$re 21 '#999999' | |
elif [ "$name" = "black-metal-dark-funeral" ]; then # from black-metal | |
# Black Metal (Dark Funeral) by metalelf0 (https://github.com/metalelf0) | |
ForegroundColour '#c1c1c1' | |
BackgroundColour '#000000' | |
CursorColour '#FFFFFF' | |
Black '#000000' | |
Red '#5f8787' | |
Green '#d0dfee' | |
Yellow '#5f81a5' | |
Blue '#888888' | |
Magenta '#999999' | |
Cyan '#aaaaaa' | |
White '#c1c1c1' | |
BoldBlack '#333333' | |
BoldRed '#5f8787' | |
BoldGreen '#d0dfee' | |
BoldYellow '#5f81a5' | |
BoldBlue '#888888' | |
BoldMagenta '#999999' | |
BoldCyan '#aaaaaa' | |
BoldWhite '#c1c1c1' | |
$re 16 '#aaaaaa' | |
$re 17 '#444444' | |
$re 18 '#121212' | |
$re 19 '#222222' | |
$re 20 '#999999' | |
$re 21 '#999999' | |
elif [ "$name" = "black-metal-gorgoroth" ]; then # from black-metal | |
# Black Metal (Gorgoroth) by metalelf0 (https://github.com/metalelf0) | |
ForegroundColour '#c1c1c1' | |
BackgroundColour '#000000' | |
CursorColour '#FFFFFF' | |
Black '#000000' | |
Red '#5f8787' | |
Green '#9b8d7f' | |
Yellow '#8c7f70' | |
Blue '#888888' | |
Magenta '#999999' | |
Cyan '#aaaaaa' | |
White '#c1c1c1' | |
BoldBlack '#333333' | |
BoldRed '#5f8787' | |
BoldGreen '#9b8d7f' | |
BoldYellow '#8c7f70' | |
BoldBlue '#888888' | |
BoldMagenta '#999999' | |
BoldCyan '#aaaaaa' | |
BoldWhite '#c1c1c1' | |
$re 16 '#aaaaaa' | |
$re 17 '#444444' | |
$re 18 '#121212' | |
$re 19 '#222222' | |
$re 20 '#999999' | |
$re 21 '#999999' | |
elif [ "$name" = "black-metal-immortal" ]; then # from black-metal | |
# Black Metal (Immortal) by metalelf0 (https://github.com/metalelf0) | |
ForegroundColour '#c1c1c1' | |
BackgroundColour '#000000' | |
CursorColour '#FFFFFF' | |
Black '#000000' | |
Red '#5f8787' | |
Green '#7799bb' | |
Yellow '#556677' | |
Blue '#888888' | |
Magenta '#999999' | |
Cyan '#aaaaaa' | |
White '#c1c1c1' | |
BoldBlack '#333333' | |
BoldRed '#5f8787' | |
BoldGreen '#7799bb' | |
BoldYellow '#556677' | |
BoldBlue '#888888' | |
BoldMagenta '#999999' | |
BoldCyan '#aaaaaa' | |
BoldWhite '#c1c1c1' | |
$re 16 '#aaaaaa' | |
$re 17 '#444444' | |
$re 18 '#121212' | |
$re 19 '#222222' | |
$re 20 '#999999' | |
$re 21 '#999999' | |
elif [ "$name" = "black-metal-khold" ]; then # from black-metal | |
# Black Metal (Khold) by metalelf0 (https://github.com/metalelf0) | |
ForegroundColour '#c1c1c1' | |
BackgroundColour '#000000' | |
CursorColour '#FFFFFF' | |
Black '#000000' | |
Red '#5f8787' | |
Green '#eceee3' | |
Yellow '#974b46' | |
Blue '#888888' | |
Magenta '#999999' | |
Cyan '#aaaaaa' | |
White '#c1c1c1' | |
BoldBlack '#333333' | |
BoldRed '#5f8787' | |
BoldGreen '#eceee3' | |
BoldYellow '#974b46' | |
BoldBlue '#888888' | |
BoldMagenta '#999999' | |
BoldCyan '#aaaaaa' | |
BoldWhite '#c1c1c1' | |
$re 16 '#aaaaaa' | |
$re 17 '#444444' | |
$re 18 '#121212' | |
$re 19 '#222222' | |
$re 20 '#999999' | |
$re 21 '#999999' | |
elif [ "$name" = "black-metal-marduk" ]; then # from black-metal | |
# Black Metal (Marduk) by metalelf0 (https://github.com/metalelf0) | |
ForegroundColour '#c1c1c1' | |
BackgroundColour '#000000' | |
CursorColour '#FFFFFF' | |
Black '#000000' | |
Red '#5f8787' | |
Green '#a5aaa7' | |
Yellow '#626b67' | |
Blue '#888888' | |
Magenta '#999999' | |
Cyan '#aaaaaa' | |
White '#c1c1c1' | |
BoldBlack '#333333' | |
BoldRed '#5f8787' | |
BoldGreen '#a5aaa7' | |
BoldYellow '#626b67' | |
BoldBlue '#888888' | |
BoldMagenta '#999999' | |
BoldCyan '#aaaaaa' | |
BoldWhite '#c1c1c1' | |
$re 16 '#aaaaaa' | |
$re 17 '#444444' | |
$re 18 '#121212' | |
$re 19 '#222222' | |
$re 20 '#999999' | |
$re 21 '#999999' | |
elif [ "$name" = "black-metal-mayhem" ]; then # from black-metal | |
# Black Metal (Mayhem) by metalelf0 (https://github.com/metalelf0) | |
ForegroundColour '#c1c1c1' | |
BackgroundColour '#000000' | |
CursorColour '#FFFFFF' | |
Black '#000000' | |
Red '#5f8787' | |
Green '#f3ecd4' | |
Yellow '#eecc6c' | |
Blue '#888888' | |
Magenta '#999999' | |
Cyan '#aaaaaa' | |
White '#c1c1c1' | |
BoldBlack '#333333' | |
BoldRed '#5f8787' | |
BoldGreen '#f3ecd4' | |
BoldYellow '#eecc6c' | |
BoldBlue '#888888' | |
BoldMagenta '#999999' | |
BoldCyan '#aaaaaa' | |
BoldWhite '#c1c1c1' | |
$re 16 '#aaaaaa' | |
$re 17 '#444444' | |
$re 18 '#121212' | |
$re 19 '#222222' | |
$re 20 '#999999' | |
$re 21 '#999999' | |
elif [ "$name" = "black-metal-nile" ]; then # from black-metal | |
# Black Metal (Nile) by metalelf0 (https://github.com/metalelf0) | |
ForegroundColour '#c1c1c1' | |
BackgroundColour '#000000' | |
CursorColour '#FFFFFF' | |
Black '#000000' | |
Red '#5f8787' | |
Green '#aa9988' | |
Yellow '#777755' | |
Blue '#888888' | |
Magenta '#999999' | |
Cyan '#aaaaaa' | |
White '#c1c1c1' | |
BoldBlack '#333333' | |
BoldRed '#5f8787' | |
BoldGreen '#aa9988' | |
BoldYellow '#777755' | |
BoldBlue '#888888' | |
BoldMagenta '#999999' | |
BoldCyan '#aaaaaa' | |
BoldWhite '#c1c1c1' | |
$re 16 '#aaaaaa' | |
$re 17 '#444444' | |
$re 18 '#121212' | |
$re 19 '#222222' | |
$re 20 '#999999' | |
$re 21 '#999999' | |
elif [ "$name" = "black-metal-venom" ]; then # from black-metal | |
# Black Metal (Venom) by metalelf0 (https://github.com/metalelf0) | |
ForegroundColour '#c1c1c1' | |
BackgroundColour '#000000' | |
CursorColour '#FFFFFF' | |
Black '#000000' | |
Red '#5f8787' | |
Green '#f8f7f2' | |
Yellow '#79241f' | |
Blue '#888888' | |
Magenta '#999999' | |
Cyan '#aaaaaa' | |
White '#c1c1c1' | |
BoldBlack '#333333' | |
BoldRed '#5f8787' | |
BoldGreen '#f8f7f2' | |
BoldYellow '#79241f' | |
BoldBlue '#888888' | |
BoldMagenta '#999999' | |
BoldCyan '#aaaaaa' | |
BoldWhite '#c1c1c1' | |
$re 16 '#aaaaaa' | |
$re 17 '#444444' | |
$re 18 '#121212' | |
$re 19 '#222222' | |
$re 20 '#999999' | |
$re 21 '#999999' | |
elif [ "$name" = "black-metal" ]; then # from black-metal | |
# Black Metal by metalelf0 (https://github.com/metalelf0) | |
ForegroundColour '#c1c1c1' | |
BackgroundColour '#000000' | |
CursorColour '#FFFFFF' | |
Black '#000000' | |
Red '#5f8787' | |
Green '#dd9999' | |
Yellow '#a06666' | |
Blue '#888888' | |
Magenta '#999999' | |
Cyan '#aaaaaa' | |
White '#c1c1c1' | |
BoldBlack '#333333' | |
BoldRed '#5f8787' | |
BoldGreen '#dd9999' | |
BoldYellow '#a06666' | |
BoldBlue '#888888' | |
BoldMagenta '#999999' | |
BoldCyan '#aaaaaa' | |
BoldWhite '#c1c1c1' | |
$re 16 '#aaaaaa' | |
$re 17 '#444444' | |
$re 18 '#121212' | |
$re 19 '#222222' | |
$re 20 '#999999' | |
$re 21 '#999999' | |
elif [ "$name" = "blueforest" ]; then # from blueforest | |
# Blue Forest by alonsodomin (https://github.com/alonsodomin) | |
ForegroundColour '#FFCC33' | |
BackgroundColour '#141F2E' | |
CursorColour '#FFFFFF' | |
Black '#141F2E' | |
Red '#fffab1' | |
Green '#80ff80' | |
Yellow '#91CCFF' | |
Blue '#a2cff5' | |
Magenta '#0099FF' | |
Cyan '#80ff80' | |
White '#FFCC33' | |
BoldBlack '#a0ffa0' | |
BoldRed '#fffab1' | |
BoldGreen '#80ff80' | |
BoldYellow '#91CCFF' | |
BoldBlue '#a2cff5' | |
BoldMagenta '#0099FF' | |
BoldCyan '#80ff80' | |
BoldWhite '#375780' | |
$re 16 '#FF8080' | |
$re 17 '#e7e7e7' | |
$re 18 '#1e5c1e' | |
$re 19 '#273e5c' | |
$re 20 '#1e5c1e' | |
$re 21 '#91CCFF' | |
elif [ "$name" = "blueish" ]; then # from blueish | |
# better-contrast by Ben Mayoras | |
ForegroundColour '#C8E1F8' | |
BackgroundColour '#182430' | |
CursorColour '#FFFFFF' | |
Black '#182430' | |
Red '#4CE587' | |
Green '#C3E88D' | |
Yellow '#82AAFF' | |
Blue '#82AAFF' | |
Magenta '#FF84DD' | |
Cyan '#5FD1FF' | |
White '#C8E1F8' | |
BoldBlack '#616D78' | |
BoldRed '#4CE587' | |
BoldGreen '#C3E88D' | |
BoldYellow '#82AAFF' | |
BoldBlue '#82AAFF' | |
BoldMagenta '#FF84DD' | |
BoldCyan '#5FD1FF' | |
BoldWhite '#8F98A0' | |
$re 16 '#F6A85C' | |
$re 17 '#BBD2E8' | |
$re 18 '#243C54' | |
$re 19 '#46290A' | |
$re 20 '#74AFE7' | |
$re 21 '#DDEAF6' | |
elif [ "$name" = "brogrammer" ]; then # from brogrammer | |
# Brogrammer by Vik Ramanujam (http://github.com/piggyslasher) | |
ForegroundColour '#4e5ab7' | |
BackgroundColour '#1f1f1f' | |
CursorColour '#FFFFFF' | |
Black '#1f1f1f' | |
Red '#d6dbe5' | |
Green '#f3bd09' | |
Yellow '#1dd361' | |
Blue '#5350b9' | |
Magenta '#0f7ddb' | |
Cyan '#1081d6' | |
White '#4e5ab7' | |
BoldBlack '#ecba0f' | |
BoldRed '#d6dbe5' | |
BoldGreen '#f3bd09' | |
BoldYellow '#1dd361' | |
BoldBlue '#5350b9' | |
BoldMagenta '#0f7ddb' | |
BoldCyan '#1081d6' | |
BoldWhite '#d6dbe5' | |
$re 16 '#de352e' | |
$re 17 '#ffffff' | |
$re 18 '#f81118' | |
$re 19 '#2dc55e' | |
$re 20 '#2a84d2' | |
$re 21 '#1081d6' | |
elif [ "$name" = "brushtrees-dark" ]; then # from brushtrees | |
# Brush Trees Dark by Abraham White <[email protected]> | |
ForegroundColour '#B0C5C8' | |
BackgroundColour '#485867' | |
CursorColour '#FFFFFF' | |
Black '#485867' | |
Red '#b38686' | |
Green '#87b386' | |
Yellow '#aab386' | |
Blue '#868cb3' | |
Magenta '#b386b2' | |
Cyan '#86b3b3' | |
White '#B0C5C8' | |
BoldBlack '#8299A1' | |
BoldRed '#b38686' | |
BoldGreen '#87b386' | |
BoldYellow '#aab386' | |
BoldBlue '#868cb3' | |
BoldMagenta '#b386b2' | |
BoldCyan '#86b3b3' | |
BoldWhite '#E3EFEF' | |
$re 16 '#d8bba2' | |
$re 17 '#b39f9f' | |
$re 18 '#5A6D7A' | |
$re 19 '#6D828E' | |
$re 20 '#98AFB5' | |
$re 21 '#C9DBDC' | |
elif [ "$name" = "brushtrees" ]; then # from brushtrees | |
# Brush Trees by Abraham White <[email protected]> | |
ForegroundColour '#6D828E' | |
BackgroundColour '#E3EFEF' | |
CursorColour '#FFFFFF' | |
Black '#E3EFEF' | |
Red '#b38686' | |
Green '#87b386' | |
Yellow '#aab386' | |
Blue '#868cb3' | |
Magenta '#b386b2' | |
Cyan '#86b3b3' | |
White '#6D828E' | |
BoldBlack '#98AFB5' | |
BoldRed '#b38686' | |
BoldGreen '#87b386' | |
BoldYellow '#aab386' | |
BoldBlue '#868cb3' | |
BoldMagenta '#b386b2' | |
BoldCyan '#86b3b3' | |
BoldWhite '#485867' | |
$re 16 '#d8bba2' | |
$re 17 '#b39f9f' | |
$re 18 '#C9DBDC' | |
$re 19 '#B0C5C8' | |
$re 20 '#8299A1' | |
$re 21 '#5A6D7A' | |
elif [ "$name" = "circus" ]; then # from circus | |
# Circus by Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12) | |
ForegroundColour '#a7a7a7' | |
BackgroundColour '#191919' | |
CursorColour '#FFFFFF' | |
Black '#191919' | |
Red '#dc657d' | |
Green '#84b97c' | |
Yellow '#c3ba63' | |
Blue '#639ee4' | |
Magenta '#b888e2' | |
Cyan '#4bb1a7' | |
White '#a7a7a7' | |
BoldBlack '#5f5a60' | |
BoldRed '#dc657d' | |
BoldGreen '#84b97c' | |
BoldYellow '#c3ba63' | |
BoldBlue '#639ee4' | |
BoldMagenta '#b888e2' | |
BoldCyan '#4bb1a7' | |
BoldWhite '#ffffff' | |
$re 16 '#4bb1a7' | |
$re 17 '#b888e2' | |
$re 18 '#202020' | |
$re 19 '#303030' | |
$re 20 '#505050' | |
$re 21 '#808080' | |
elif [ "$name" = "classic-dark" ]; then # from classic | |
# Classic Dark by Jason Heeris (http://heeris.id.au) | |
ForegroundColour '#D0D0D0' | |
BackgroundColour '#151515' | |
CursorColour '#FFFFFF' | |
Black '#151515' | |
Red '#AC4142' | |
Green '#90A959' | |
Yellow '#F4BF75' | |
Blue '#6A9FB5' | |
Magenta '#AA759F' | |
Cyan '#75B5AA' | |
White '#D0D0D0' | |
BoldBlack '#505050' | |
BoldRed '#AC4142' | |
BoldGreen '#90A959' | |
BoldYellow '#F4BF75' | |
BoldBlue '#6A9FB5' | |
BoldMagenta '#AA759F' | |
BoldCyan '#75B5AA' | |
BoldWhite '#F5F5F5' | |
$re 16 '#D28445' | |
$re 17 '#8F5536' | |
$re 18 '#202020' | |
$re 19 '#303030' | |
$re 20 '#B0B0B0' | |
$re 21 '#E0E0E0' | |
elif [ "$name" = "classic-light" ]; then # from classic | |
# Classic Light by Jason Heeris (http://heeris.id.au) | |
ForegroundColour '#303030' | |
BackgroundColour '#F5F5F5' | |
CursorColour '#FFFFFF' | |
Black '#F5F5F5' | |
Red '#AC4142' | |
Green '#90A959' | |
Yellow '#F4BF75' | |
Blue '#6A9FB5' | |
Magenta '#AA759F' | |
Cyan '#75B5AA' | |
White '#303030' | |
BoldBlack '#B0B0B0' | |
BoldRed '#AC4142' | |
BoldGreen '#90A959' | |
BoldYellow '#F4BF75' | |
BoldBlue '#6A9FB5' | |
BoldMagenta '#AA759F' | |
BoldCyan '#75B5AA' | |
BoldWhite '#151515' | |
$re 16 '#D28445' | |
$re 17 '#8F5536' | |
$re 18 '#E0E0E0' | |
$re 19 '#D0D0D0' | |
$re 20 '#505050' | |
$re 21 '#202020' | |
elif [ "$name" = "codeschool" ]; then # from codeschool | |
# Codeschool by blockloop | |
ForegroundColour '#9ea7a6' | |
BackgroundColour '#232c31' | |
CursorColour '#FFFFFF' | |
Black '#232c31' | |
Red '#2a5491' | |
Green '#237986' | |
Yellow '#a03b1e' | |
Blue '#484d79' | |
Magenta '#c59820' | |
Cyan '#b02f30' | |
White '#9ea7a6' | |
BoldBlack '#3f4944' | |
BoldRed '#2a5491' | |
BoldGreen '#237986' | |
BoldYellow '#a03b1e' | |
BoldBlue '#484d79' | |
BoldMagenta '#c59820' | |
BoldCyan '#b02f30' | |
BoldWhite '#b5d8f6' | |
$re 16 '#43820d' | |
$re 17 '#c98344' | |
$re 18 '#1c3657' | |
$re 19 '#2a343a' | |
$re 20 '#84898c' | |
$re 21 '#a7cfa3' | |
elif [ "$name" = "colors" ]; then # from colors | |
# Colors by mrmrs (http://clrs.cc) | |
ForegroundColour '#bbbbbb' | |
BackgroundColour '#111111' | |
CursorColour '#FFFFFF' | |
Black '#111111' | |
Red '#ff4136' | |
Green '#2ecc40' | |
Yellow '#ffdc00' | |
Blue '#0074d9' | |
Magenta '#b10dc9' | |
Cyan '#7fdbff' | |
White '#bbbbbb' | |
BoldBlack '#777777' | |
BoldRed '#ff4136' | |
BoldGreen '#2ecc40' | |
BoldYellow '#ffdc00' | |
BoldBlue '#0074d9' | |
BoldMagenta '#b10dc9' | |
BoldCyan '#7fdbff' | |
BoldWhite '#ffffff' | |
$re 16 '#ff851b' | |
$re 17 '#85144b' | |
$re 18 '#333333' | |
$re 19 '#555555' | |
$re 20 '#999999' | |
$re 21 '#dddddd' | |
elif [ "$name" = "cupertino" ]; then # from cupertino | |
# Cupertino by Defman21 | |
ForegroundColour '#404040' | |
BackgroundColour '#ffffff' | |
CursorColour '#FFFFFF' | |
Black '#ffffff' | |
Red '#c41a15' | |
Green '#007400' | |
Yellow '#826b28' | |
Blue '#0000ff' | |
Magenta '#a90d91' | |
Cyan '#318495' | |
White '#404040' | |
BoldBlack '#808080' | |
BoldRed '#c41a15' | |
BoldGreen '#007400' | |
BoldYellow '#826b28' | |
BoldBlue '#0000ff' | |
BoldMagenta '#a90d91' | |
BoldCyan '#318495' | |
BoldWhite '#5e5e5e' | |
$re 16 '#eb8500' | |
$re 17 '#826b28' | |
$re 18 '#c0c0c0' | |
$re 19 '#c0c0c0' | |
$re 20 '#808080' | |
$re 21 '#404040' | |
elif [ "$name" = "da-one-black" ]; then # from da-one-schemes | |
# Da One Black by NNB (https://github.com/NNBnh) | |
ForegroundColour '#ffffff' | |
BackgroundColour '#000000' | |
CursorColour '#FFFFFF' | |
Black '#000000' | |
Red '#fa7883' | |
Green '#98c379' | |
Yellow '#ff9470' | |
Blue '#6bb8ff' | |
Magenta '#e799ff' | |
Cyan '#8af5ff' | |
White '#ffffff' | |
BoldBlack '#888888' | |
BoldRed '#fa7883' | |
BoldGreen '#98c379' | |
BoldYellow '#ff9470' | |
BoldBlue '#6bb8ff' | |
BoldMagenta '#e799ff' | |
BoldCyan '#8af5ff' | |
BoldWhite '#ffffff' | |
$re 16 '#ffc387' | |
$re 17 '#b3684f' | |
$re 18 '#282828' | |
$re 19 '#585858' | |
$re 20 '#c8c8c8' | |
$re 21 '#ffffff' | |
elif [ "$name" = "da-one-gray" ]; then # from da-one-schemes | |
# Da One Gray by NNB (https://github.com/NNBnh) | |
ForegroundColour '#ffffff' | |
BackgroundColour '#181818' | |
CursorColour '#FFFFFF' | |
Black '#181818' | |
Red '#fa7883' | |
Green '#98c379' | |
Yellow '#ff9470' | |
Blue '#6bb8ff' | |
Magenta '#e799ff' | |
Cyan '#8af5ff' | |
White '#ffffff' | |
BoldBlack '#888888' | |
BoldRed '#fa7883' | |
BoldGreen '#98c379' | |
BoldYellow '#ff9470' | |
BoldBlue '#6bb8ff' | |
BoldMagenta '#e799ff' | |
BoldCyan '#8af5ff' | |
BoldWhite '#ffffff' | |
$re 16 '#ffc387' | |
$re 17 '#b3684f' | |
$re 18 '#282828' | |
$re 19 '#585858' | |
$re 20 '#c8c8c8' | |
$re 21 '#ffffff' | |
elif [ "$name" = "da-one-ocean" ]; then # from da-one-schemes | |
# Da One Ocean by NNB (https://github.com/NNBnh) | |
ForegroundColour '#ffffff' | |
BackgroundColour '#171726' | |
CursorColour '#FFFFFF' | |
Black '#171726' | |
Red '#fa7883' | |
Green '#98c379' | |
Yellow '#ff9470' | |
Blue '#6bb8ff' | |
Magenta '#e799ff' | |
Cyan '#8af5ff' | |
White '#ffffff' | |
BoldBlack '#878d96' | |
BoldRed '#fa7883' | |
BoldGreen '#98c379' | |
BoldYellow '#ff9470' | |
BoldBlue '#6bb8ff' | |
BoldMagenta '#e799ff' | |
BoldCyan '#8af5ff' | |
BoldWhite '#ffffff' | |
$re 16 '#ffc387' | |
$re 17 '#b3684f' | |
$re 18 '#22273d' | |
$re 19 '#525866' | |
$re 20 '#c8c8c8' | |
$re 21 '#ffffff' | |
elif [ "$name" = "da-one-paper" ]; then # from da-one-schemes | |
# Da One Paper by NNB (https://github.com/NNBnh) | |
ForegroundColour '#181818' | |
BackgroundColour '#faf0dc' | |
CursorColour '#FFFFFF' | |
Black '#faf0dc' | |
Red '#de5d6e' | |
Green '#76a85d' | |
Yellow '#b3684f' | |
Blue '#5890f8' | |
Magenta '#c173d1' | |
Cyan '#64b5a7' | |
White '#181818' | |
BoldBlack '#585858' | |
BoldRed '#de5d6e' | |
BoldGreen '#76a85d' | |
BoldYellow '#b3684f' | |
BoldBlue '#5890f8' | |
BoldMagenta '#c173d1' | |
BoldCyan '#64b5a7' | |
BoldWhite '#000000' | |
$re 16 '#ff9470' | |
$re 17 '#b3684f' | |
$re 18 '#c8c8c8' | |
$re 19 '#888888' | |
$re 20 '#282828' | |
$re 21 '#000000' | |
elif [ "$name" = "da-one-white" ]; then # from da-one-schemes | |
# Da One White by NNB (https://github.com/NNBnh) | |
ForegroundColour '#181818' | |
BackgroundColour '#ffffff' | |
CursorColour '#FFFFFF' | |
Black '#ffffff' | |
Red '#de5d6e' | |
Green '#76a85d' | |
Yellow '#b3684f' | |
Blue '#5890f8' | |
Magenta '#c173d1' | |
Cyan '#64b5a7' | |
White '#181818' | |
BoldBlack '#585858' | |
BoldRed '#de5d6e' | |
BoldGreen '#76a85d' | |
BoldYellow '#b3684f' | |
BoldBlue '#5890f8' | |
BoldMagenta '#c173d1' | |
BoldCyan '#64b5a7' | |
BoldWhite '#000000' | |
$re 16 '#ff9470' | |
$re 17 '#b3684f' | |
$re 18 '#c8c8c8' | |
$re 19 '#888888' | |
$re 20 '#282828' | |
$re 21 '#000000' | |
elif [ "$name" = "danqing" ]; then # from danqing | |
# DanQing by Wenhan Zhu (Cosmos) ([email protected]) | |
ForegroundColour '#e0f0eF' | |
BackgroundColour '#2d302f' | |
CursorColour '#FFFFFF' | |
Black '#2d302f' | |
Red '#F9906F' | |
Green '#8AB361' | |
Yellow '#F0C239' | |
Blue '#B0A4E3' | |
Magenta '#CCA4E3' | |
Cyan '#30DFF3' | |
White '#e0f0eF' | |
BoldBlack '#9da8a3' | |
BoldRed '#F9906F' | |
BoldGreen '#8AB361' | |
BoldYellow '#F0C239' | |
BoldBlue '#B0A4E3' | |
BoldMagenta '#CCA4E3' | |
BoldCyan '#30DFF3' | |
BoldWhite '#fcfefd' | |
$re 16 '#B38A61' | |
$re 17 '#CA6924' | |
$re 18 '#434846' | |
$re 19 '#5a605d' | |
$re 20 '#cad8d2' | |
$re 21 '#ecf6f2' | |
elif [ "$name" = "darcula" ]; then # from darcula | |
# Darcula by jetbrains | |
ForegroundColour '#a9b7c6' | |
BackgroundColour '#2b2b2b' | |
CursorColour '#FFFFFF' | |
Black '#2b2b2b' | |
Red '#4eade5' | |
Green '#6a8759' | |
Yellow '#bbb529' | |
Blue '#9876aa' | |
Magenta '#cc7832' | |
Cyan '#629755' | |
White '#a9b7c6' | |
BoldBlack '#606366' | |
BoldRed '#4eade5' | |
BoldGreen '#6a8759' | |
BoldYellow '#bbb529' | |
BoldBlue '#9876aa' | |
BoldMagenta '#cc7832' | |
BoldCyan '#629755' | |
BoldWhite '#ffffff' | |
$re 16 '#689757' | |
$re 17 '#808080' | |
$re 18 '#323232' | |
$re 19 '#323232' | |
$re 20 '#a4a3a3' | |
$re 21 '#ffc66d' | |
elif [ "$name" = "darkmoss" ]; then # from darkmoss | |
# darkmoss by Gabriel Avanzi (https://github.com/avanzzzi) | |
ForegroundColour '#c7c7a5' | |
BackgroundColour '#171e1f' | |
CursorColour '#FFFFFF' | |
Black '#171e1f' | |
Red '#ff4658' | |
Green '#499180' | |
Yellow '#fdb11f' | |
Blue '#498091' | |
Magenta '#9bc0c8' | |
Cyan '#66d9ef' | |
White '#c7c7a5' | |
BoldBlack '#555e5f' | |
BoldRed '#ff4658' | |
BoldGreen '#499180' | |
BoldYellow '#fdb11f' | |
BoldBlue '#498091' | |
BoldMagenta '#9bc0c8' | |
BoldCyan '#66d9ef' | |
BoldWhite '#e1eaef' | |
$re 16 '#e6db74' | |
$re 17 '#d27b53' | |
$re 18 '#252c2d' | |
$re 19 '#373c3d' | |
$re 20 '#818f80' | |
$re 21 '#e3e3c8' | |
elif [ "$name" = "darkviolet" ]; then # from darkviolet | |
# Dark Violet by ruler501 (https://github.com/ruler501/base16-darkviolet) | |
ForegroundColour '#b08ae6' | |
BackgroundColour '#000000' | |
CursorColour '#FFFFFF' | |
Black '#000000' | |
Red '#a82ee6' | |
Green '#4595e6' | |
Yellow '#f29df2' | |
Blue '#4136d9' | |
Magenta '#7e5ce6' | |
Cyan '#40dfff' | |
White '#b08ae6' | |
BoldBlack '#593380' | |
BoldRed '#a82ee6' | |
BoldGreen '#4595e6' | |
BoldYellow '#f29df2' | |
BoldBlue '#4136d9' | |
BoldMagenta '#7e5ce6' | |
BoldCyan '#40dfff' | |
BoldWhite '#a366ff' | |
$re 16 '#bb66cc' | |
$re 17 '#a886bf' | |
$re 18 '#231a40' | |
$re 19 '#432d59' | |
$re 20 '#00ff00' | |
$re 21 '#9045e6' | |
elif [ "$name" = "cupcake" ]; then # from default-schemes | |
# Cupcake by Chris Kempson (http://chriskempson.com) | |
ForegroundColour '#8b8198' | |
BackgroundColour '#fbf1f2' | |
CursorColour '#FFFFFF' | |
Black '#fbf1f2' | |
Red '#D57E85' | |
Green '#A3B367' | |
Yellow '#DCB16C' | |
Blue '#7297B9' | |
Magenta '#BB99B4' | |
Cyan '#69A9A7' | |
White '#8b8198' | |
BoldBlack '#bfb9c6' | |
BoldRed '#D57E85' | |
BoldGreen '#A3B367' | |
BoldYellow '#DCB16C' | |
BoldBlue '#7297B9' | |
BoldMagenta '#BB99B4' | |
BoldCyan '#69A9A7' | |
BoldWhite '#585062' | |
$re 16 '#EBB790' | |
$re 17 '#BAA58C' | |
$re 18 '#f2f1f4' | |
$re 19 '#d8d5dd' | |
$re 20 '#a59daf' | |
$re 21 '#72677E' | |
elif [ "$name" = "default-dark" ]; then # from default-schemes | |
# Default Dark by Chris Kempson (http://chriskempson.com) | |
ForegroundColour '#d8d8d8' | |
BackgroundColour '#181818' | |
CursorColour '#FFFFFF' | |
Black '#181818' | |
Red '#ab4642' | |
Green '#a1b56c' | |
Yellow '#f7ca88' | |
Blue '#7cafc2' | |
Magenta '#ba8baf' | |
Cyan '#86c1b9' | |
White '#d8d8d8' | |
BoldBlack '#585858' | |
BoldRed '#ab4642' | |
BoldGreen '#a1b56c' | |
BoldYellow '#f7ca88' | |
BoldBlue '#7cafc2' | |
BoldMagenta '#ba8baf' | |
BoldCyan '#86c1b9' | |
BoldWhite '#f8f8f8' | |
$re 16 '#dc9656' | |
$re 17 '#a16946' | |
$re 18 '#282828' | |
$re 19 '#383838' | |
$re 20 '#b8b8b8' | |
$re 21 '#e8e8e8' | |
elif [ "$name" = "default-light" ]; then # from default-schemes | |
# Default Light by Chris Kempson (http://chriskempson.com) | |
ForegroundColour '#383838' | |
BackgroundColour '#f8f8f8' | |
CursorColour '#FFFFFF' | |
Black '#f8f8f8' | |
Red '#ab4642' | |
Green '#a1b56c' | |
Yellow '#f7ca88' | |
Blue '#7cafc2' | |
Magenta '#ba8baf' | |
Cyan '#86c1b9' | |
White '#383838' | |
BoldBlack '#b8b8b8' | |
BoldRed '#ab4642' | |
BoldGreen '#a1b56c' | |
BoldYellow '#f7ca88' | |
BoldBlue '#7cafc2' | |
BoldMagenta '#ba8baf' | |
BoldCyan '#86c1b9' | |
BoldWhite '#181818' | |
$re 16 '#dc9656' | |
$re 17 '#a16946' | |
$re 18 '#e8e8e8' | |
$re 19 '#d8d8d8' | |
$re 20 '#585858' | |
$re 21 '#282828' | |
elif [ "$name" = "eighties" ]; then # from default-schemes | |
# Eighties by Chris Kempson (http://chriskempson.com) | |
ForegroundColour '#d3d0c8' | |
BackgroundColour '#2d2d2d' | |
CursorColour '#FFFFFF' | |
Black '#2d2d2d' | |
Red '#f2777a' | |
Green '#99cc99' | |
Yellow '#ffcc66' | |
Blue '#6699cc' | |
Magenta '#cc99cc' | |
Cyan '#66cccc' | |
White '#d3d0c8' | |
BoldBlack '#747369' | |
BoldRed '#f2777a' | |
BoldGreen '#99cc99' | |
BoldYellow '#ffcc66' | |
BoldBlue '#6699cc' | |
BoldMagenta '#cc99cc' | |
BoldCyan '#66cccc' | |
BoldWhite '#f2f0ec' | |
$re 16 '#f99157' | |
$re 17 '#d27b53' | |
$re 18 '#393939' | |
$re 19 '#515151' | |
$re 20 '#a09f93' | |
$re 21 '#e8e6df' | |
elif [ "$name" = "mocha" ]; then # from default-schemes | |
# Mocha by Chris Kempson (http://chriskempson.com) | |
ForegroundColour '#d0c8c6' | |
BackgroundColour '#3B3228' | |
CursorColour '#FFFFFF' | |
Black '#3B3228' | |
Red '#cb6077' | |
Green '#beb55b' | |
Yellow '#f4bc87' | |
Blue '#8ab3b5' | |
Magenta '#a89bb9' | |
Cyan '#7bbda4' | |
White '#d0c8c6' | |
BoldBlack '#7e705a' | |
BoldRed '#cb6077' | |
BoldGreen '#beb55b' | |
BoldYellow '#f4bc87' | |
BoldBlue '#8ab3b5' | |
BoldMagenta '#a89bb9' | |
BoldCyan '#7bbda4' | |
BoldWhite '#f5eeeb' | |
$re 16 '#d28b71' | |
$re 17 '#bb9584' | |
$re 18 '#534636' | |
$re 19 '#645240' | |
$re 20 '#b8afad' | |
$re 21 '#e9e1dd' | |
elif [ "$name" = "ocean" ]; then # from default-schemes | |
# Ocean by Chris Kempson (http://chriskempson.com) | |
ForegroundColour '#c0c5ce' | |
BackgroundColour '#2b303b' | |
CursorColour '#FFFFFF' | |
Black '#2b303b' | |
Red '#bf616a' | |
Green '#a3be8c' | |
Yellow '#ebcb8b' | |
Blue '#8fa1b3' | |
Magenta '#b48ead' | |
Cyan '#96b5b4' | |
White '#c0c5ce' | |
BoldBlack '#65737e' | |
BoldRed '#bf616a' | |
BoldGreen '#a3be8c' | |
BoldYellow '#ebcb8b' | |
BoldBlue '#8fa1b3' | |
BoldMagenta '#b48ead' | |
BoldCyan '#96b5b4' | |
BoldWhite '#eff1f5' | |
$re 16 '#d08770' | |
$re 17 '#ab7967' | |
$re 18 '#343d46' | |
$re 19 '#4f5b66' | |
$re 20 '#a7adba' | |
$re 21 '#dfe1e8' | |
elif [ "$name" = "dirtysea" ]; then # from dirtysea | |
# dirtysea by Kahlil (Kal) Hodgson | |
ForegroundColour '#000000' | |
BackgroundColour '#e0e0e0' | |
CursorColour '#FFFFFF' | |
Black '#e0e0e0' | |
Red '#840000' | |
Green '#730073' | |
Yellow '#755B00' | |
Blue '#007300' | |
Magenta '#000090' | |
Cyan '#755B00' | |
White '#000000' | |
BoldBlack '#707070' | |
BoldRed '#840000' | |
BoldGreen '#730073' | |
BoldYellow '#755B00' | |
BoldBlue '#007300' | |
BoldMagenta '#000090' | |
BoldCyan '#755B00' | |
BoldWhite '#c4d9c4' | |
$re 16 '#006565' | |
$re 17 '#755B00' | |
$re 18 '#d0dad0' | |
$re 19 '#d0d0d0' | |
$re 20 '#202020' | |
$re 21 '#f8f8f8' | |
elif [ "$name" = "dracula" ]; then # from dracula | |
# Dracula by Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula) | |
ForegroundColour '#e9e9f4' | |
BackgroundColour '#282936' | |
CursorColour '#FFFFFF' | |
Black '#282936' | |
Red '#ea51b2' | |
Green '#ebff87' | |
Yellow '#00f769' | |
Blue '#62d6e8' | |
Magenta '#b45bcf' | |
Cyan '#a1efe4' | |
White '#e9e9f4' | |
BoldBlack '#626483' | |
BoldRed '#ea51b2' | |
BoldGreen '#ebff87' | |
BoldYellow '#00f769' | |
BoldBlue '#62d6e8' | |
BoldMagenta '#b45bcf' | |
BoldCyan '#a1efe4' | |
BoldWhite '#f7f7fb' | |
$re 16 '#b45bcf' | |
$re 17 '#00f769' | |
$re 18 '#3a3c4e' | |
$re 19 '#4d4f68' | |
$re 20 '#62d6e8' | |
$re 21 '#f1f2f8' | |
elif [ "$name" = "edge-dark" ]; then # from edge-schemes | |
# Edge Dark by cjayross (https://github.com/cjayross) | |
ForegroundColour '#b7bec9' | |
BackgroundColour '#262729' | |
CursorColour '#FFFFFF' | |
Black '#262729' | |
Red '#e77171' | |
Green '#a1bf78' | |
Yellow '#dbb774' | |
Blue '#73b3e7' | |
Magenta '#d390e7' | |
Cyan '#5ebaa5' | |
White '#b7bec9' | |
BoldBlack '#3e4249' | |
BoldRed '#e77171' | |
BoldGreen '#a1bf78' | |
BoldYellow '#dbb774' | |
BoldBlue '#73b3e7' | |
BoldMagenta '#d390e7' | |
BoldCyan '#5ebaa5' | |
BoldWhite '#3e4249' | |
$re 16 '#e77171' | |
$re 17 '#5ebaa5' | |
$re 18 '#88909f' | |
$re 19 '#b7bec9' | |
$re 20 '#73b3e7' | |
$re 21 '#d390e7' | |
elif [ "$name" = "edge-light" ]; then # from edge-schemes | |
# Edge Light by cjayross (https://github.com/cjayross) | |
ForegroundColour '#5e646f' | |
BackgroundColour '#fafafa' | |
CursorColour '#FFFFFF' | |
Black '#fafafa' | |
Red '#db7070' | |
Green '#7c9f4b' | |
Yellow '#d69822' | |
Blue '#6587bf' | |
Magenta '#b870ce' | |
Cyan '#509c93' | |
White '#5e646f' | |
BoldBlack '#5e646f' | |
BoldRed '#db7070' | |
BoldGreen '#7c9f4b' | |
BoldYellow '#d69822' | |
BoldBlue '#6587bf' | |
BoldMagenta '#b870ce' | |
BoldCyan '#509c93' | |
BoldWhite '#5e646f' | |
$re 16 '#db7070' | |
$re 17 '#509c93' | |
$re 18 '#7c9f4b' | |
$re 19 '#d69822' | |
$re 20 '#6587bf' | |
$re 21 '#b870ce' | |
elif [ "$name" = "equilibrium-dark" ]; then # from equilibrium | |
# Equilibrium Dark by Carlo Abelli | |
ForegroundColour '#afaba2' | |
BackgroundColour '#0c1118' | |
CursorColour '#FFFFFF' | |
Black '#0c1118' | |
Red '#f04339' | |
Green '#7f8b00' | |
Yellow '#bb8801' | |
Blue '#008dd1' | |
Magenta '#6a7fd2' | |
Cyan '#00948b' | |
White '#afaba2' | |
BoldBlack '#7b776e' | |
BoldRed '#f04339' | |
BoldGreen '#7f8b00' | |
BoldYellow '#bb8801' | |
BoldBlue '#008dd1' | |
BoldMagenta '#6a7fd2' | |
BoldCyan '#00948b' | |
BoldWhite '#e7e2d9' | |
$re 16 '#df5923' | |
$re 17 '#e3488e' | |
$re 18 '#181c22' | |
$re 19 '#22262d' | |
$re 20 '#949088' | |
$re 21 '#cac6bd' | |
elif [ "$name" = "equilibrium-gray-dark" ]; then # from equilibrium | |
# Equilibrium Gray Dark by Carlo Abelli | |
ForegroundColour '#ababab' | |
BackgroundColour '#111111' | |
CursorColour '#FFFFFF' | |
Black '#111111' | |
Red '#f04339' | |
Green '#7f8b00' | |
Yellow '#bb8801' | |
Blue '#008dd1' | |
Magenta '#6a7fd2' | |
Cyan '#00948b' | |
White '#ababab' | |
BoldBlack '#777777' | |
BoldRed '#f04339' | |
BoldGreen '#7f8b00' | |
BoldYellow '#bb8801' | |
BoldBlue '#008dd1' | |
BoldMagenta '#6a7fd2' | |
BoldCyan '#00948b' | |
BoldWhite '#e2e2e2' | |
$re 16 '#df5923' | |
$re 17 '#e3488e' | |
$re 18 '#1b1b1b' | |
$re 19 '#262626' | |
$re 20 '#919191' | |
$re 21 '#c6c6c6' | |
elif [ "$name" = "equilibrium-gray-light" ]; then # from equilibrium | |
# Equilibrium Gray Light by Carlo Abelli | |
ForegroundColour '#474747' | |
BackgroundColour '#f1f1f1' | |
CursorColour '#FFFFFF' | |
Black '#f1f1f1' | |
Red '#d02023' | |
Green '#637200' | |
Yellow '#9d6f00' | |
Blue '#0073b5' | |
Magenta '#4e66b6' | |
Cyan '#007a72' | |
White '#474747' | |
BoldBlack '#777777' | |
BoldRed '#d02023' | |
BoldGreen '#637200' | |
BoldYellow '#9d6f00' | |
BoldBlue '#0073b5' | |
BoldMagenta '#4e66b6' | |
BoldCyan '#007a72' | |
BoldWhite '#1b1b1b' | |
$re 16 '#bf3e05' | |
$re 17 '#c42775' | |
$re 18 '#e2e2e2' | |
$re 19 '#d4d4d4' | |
$re 20 '#5e5e5e' | |
$re 21 '#303030' | |
elif [ "$name" = "equilibrium-light" ]; then # from equilibrium | |
# Equilibrium Light by Carlo Abelli | |
ForegroundColour '#43474e' | |
BackgroundColour '#f5f0e7' | |
CursorColour '#FFFFFF' | |
Black '#f5f0e7' | |
Red '#d02023' | |
Green '#637200' | |
Yellow '#9d6f00' | |
Blue '#0073b5' | |
Magenta '#4e66b6' | |
Cyan '#007a72' | |
White '#43474e' | |
BoldBlack '#73777f' | |
BoldRed '#d02023' | |
BoldGreen '#637200' | |
BoldYellow '#9d6f00' | |
BoldBlue '#0073b5' | |
BoldMagenta '#4e66b6' | |
BoldCyan '#007a72' | |
BoldWhite '#181c22' | |
$re 16 '#bf3e05' | |
$re 17 '#c42775' | |
$re 18 '#e7e2d9' | |
$re 19 '#d8d4cb' | |
$re 20 '#5a5f66' | |
$re 21 '#2c3138' | |
elif [ "$name" = "decaf" ]; then # from espresso | |
# Decaf by Alex Mirrington (https://github.com/alexmirrington) | |
ForegroundColour '#cccccc' | |
BackgroundColour '#2d2d2d' | |
CursorColour '#FFFFFF' | |
Black '#2d2d2d' | |
Red '#ff7f7b' | |
Green '#beda78' | |
Yellow '#ffd67c' | |
Blue '#90bee1' | |
Magenta '#efb3f7' | |
Cyan '#bed6ff' | |
White '#cccccc' | |
BoldBlack '#777777' | |
BoldRed '#ff7f7b' | |
BoldGreen '#beda78' | |
BoldYellow '#ffd67c' | |
BoldBlue '#90bee1' | |
BoldMagenta '#efb3f7' | |
BoldCyan '#bed6ff' | |
BoldWhite '#ffffff' | |
$re 16 '#ffbf70' | |
$re 17 '#ff93b3' | |
$re 18 '#393939' | |
$re 19 '#515151' | |
$re 20 '#b4b7b4' | |
$re 21 '#e0e0e0' | |
elif [ "$name" = "espresso" ]; then # from espresso | |
# Espresso by Unknown. Maintained by Alex Mirrington (https://github.com/alexmirrington) | |
ForegroundColour '#cccccc' | |
BackgroundColour '#2d2d2d' | |
CursorColour '#FFFFFF' | |
Black '#2d2d2d' | |
Red '#d25252' | |
Green '#a5c261' | |
Yellow '#ffc66d' | |
Blue '#6c99bb' | |
Magenta '#d197d9' | |
Cyan '#bed6ff' | |
White '#cccccc' | |
BoldBlack '#777777' | |
BoldRed '#d25252' | |
BoldGreen '#a5c261' | |
BoldYellow '#ffc66d' | |
BoldBlue '#6c99bb' | |
BoldMagenta '#d197d9' | |
BoldCyan '#bed6ff' | |
BoldWhite '#ffffff' | |
$re 16 '#f9a959' | |
$re 17 '#f97394' | |
$re 18 '#393939' | |
$re 19 '#515151' | |
$re 20 '#b4b7b4' | |
$re 21 '#e0e0e0' | |
elif [ "$name" = "eva-dim" ]; then # from eva | |
# Eva Dim by kjakapat (https://github.com/kjakapat) | |
ForegroundColour '#9fa2a6' | |
BackgroundColour '#2a3b4d' | |
CursorColour '#FFFFFF' | |
Black '#2a3b4d' | |
Red '#c4676c' | |
Green '#5de561' | |
Yellow '#cfd05d' | |
Blue '#1ae1dc' | |
Magenta '#9c6cd3' | |
Cyan '#4b8f77' | |
White '#9fa2a6' | |
BoldBlack '#55799c' | |
BoldRed '#c4676c' | |
BoldGreen '#5de561' | |
BoldYellow '#cfd05d' | |
BoldBlue '#1ae1dc' | |
BoldMagenta '#9c6cd3' | |
BoldCyan '#4b8f77' | |
BoldWhite '#ffffff' | |
$re 16 '#ff9966' | |
$re 17 '#bb64a9' | |
$re 18 '#3d566f' | |
$re 19 '#4b6988' | |
$re 20 '#7e90a3' | |
$re 21 '#d6d7d9' | |
elif [ "$name" = "eva" ]; then # from eva | |
# Eva by kjakapat (https://github.com/kjakapat) | |
ForegroundColour '#9fa2a6' | |
BackgroundColour '#2a3b4d' | |
CursorColour '#FFFFFF' | |
Black '#2a3b4d' | |
Red '#c4676c' | |
Green '#66ff66' | |
Yellow '#ffff66' | |
Blue '#15f4ee' | |
Magenta '#9c6cd3' | |
Cyan '#4b8f77' | |
White '#9fa2a6' | |
BoldBlack '#55799c' | |
BoldRed '#c4676c' | |
BoldGreen '#66ff66' | |
BoldYellow '#ffff66' | |
BoldBlue '#15f4ee' | |
BoldMagenta '#9c6cd3' | |
BoldCyan '#4b8f77' | |
BoldWhite '#ffffff' | |
$re 16 '#ff9966' | |
$re 17 '#bb64a9' | |
$re 18 '#3d566f' | |
$re 19 '#4b6988' | |
$re 20 '#7e90a3' | |
$re 21 '#d6d7d9' | |
elif [ "$name" = "framer" ]; then # from framer | |
# Framer by Framer (Maintained by Jesse Hoyos) | |
ForegroundColour '#D0D0D0' | |
BackgroundColour '#181818' | |
CursorColour '#FFFFFF' | |
Black '#181818' | |
Red '#FD886B' | |
Green '#32CCDC' | |
Yellow '#FECB6E' | |
Blue '#20BCFC' | |
Magenta '#BA8CFC' | |
Cyan '#ACDDFD' | |
White '#D0D0D0' | |
BoldBlack '#747474' | |
BoldRed '#FD886B' | |
BoldGreen '#32CCDC' | |
BoldYellow '#FECB6E' | |
BoldBlue '#20BCFC' | |
BoldMagenta '#BA8CFC' | |
BoldCyan '#ACDDFD' | |
BoldWhite '#EEEEEE' | |
$re 16 '#FC4769' | |
$re 17 '#B15F4A' | |
$re 18 '#151515' | |
$re 19 '#464646' | |
$re 20 '#B9B9B9' | |
$re 21 '#E8E8E8' | |
elif [ "$name" = "fruit-soda" ]; then # from fruit-soda | |
# Fruit Soda by jozip | |
ForegroundColour '#515151' | |
BackgroundColour '#f1ecf1' | |
CursorColour '#FFFFFF' | |
Black '#f1ecf1' | |
Red '#fe3e31' | |
Green '#47f74c' | |
Yellow '#f7e203' | |
Blue '#2931df' | |
Magenta '#611fce' | |
Cyan '#0f9cfd' | |
White '#515151' | |
BoldBlack '#b5b4b6' | |
BoldRed '#fe3e31' | |
BoldGreen '#47f74c' | |
BoldYellow '#f7e203' | |
BoldBlue '#2931df' | |
BoldMagenta '#611fce' | |
BoldCyan '#0f9cfd' | |
BoldWhite '#2d2c2c' | |
$re 16 '#fe6d08' | |
$re 17 '#b16f40' | |
$re 18 '#e0dee0' | |
$re 19 '#d8d5d5' | |
$re 20 '#979598' | |
$re 21 '#474545' | |
elif [ "$name" = "gigavolt" ]; then # from gigavolt | |
# Gigavolt by Aidan Swope (http://github.com/Whillikers) | |
ForegroundColour '#e9e7e1' | |
BackgroundColour '#202126' | |
CursorColour '#FFFFFF' | |
Black '#202126' | |
Red '#ff661a' | |
Green '#f2e6a9' | |
Yellow '#ffdc2d' | |
Blue '#40bfff' | |
Magenta '#ae94f9' | |
Cyan '#fb6acb' | |
White '#e9e7e1' | |
BoldBlack '#a1d2e6' | |
BoldRed '#ff661a' | |
BoldGreen '#f2e6a9' | |
BoldYellow '#ffdc2d' | |
BoldBlue '#40bfff' | |
BoldMagenta '#ae94f9' | |
BoldCyan '#fb6acb' | |
BoldWhite '#f2fbff' | |
$re 16 '#19f988' | |
$re 17 '#6187ff' | |
$re 18 '#2d303d' | |
$re 19 '#5a576e' | |
$re 20 '#cad3ff' | |
$re 21 '#eff0f9' | |
elif [ "$name" = "github" ]; then # from github | |
# Github by Defman21 | |
ForegroundColour '#333333' | |
BackgroundColour '#ffffff' | |
CursorColour '#FFFFFF' | |
Black '#ffffff' | |
Red '#ed6a43' | |
Green '#183691' | |
Yellow '#795da3' | |
Blue '#795da3' | |
Magenta '#a71d5d' | |
Cyan '#183691' | |
White '#333333' | |
BoldBlack '#969896' | |
BoldRed '#ed6a43' | |
BoldGreen '#183691' | |
BoldYellow '#795da3' | |
BoldBlue '#795da3' | |
BoldMagenta '#a71d5d' | |
BoldCyan '#183691' | |
BoldWhite '#ffffff' | |
$re 16 '#0086b3' | |
$re 17 '#333333' | |
$re 18 '#f5f5f5' | |
$re 19 '#c8c8fa' | |
$re 20 '#e8e8e8' | |
$re 21 '#ffffff' | |
elif [ "$name" = "gotham" ]; then # from gotham | |
# Gotham by Andrea Leopardi (arranged by Brett Jones) | |
ForegroundColour '#599cab' | |
BackgroundColour '#0c1014' | |
CursorColour '#FFFFFF' | |
Black '#0c1014' | |
Red '#c23127' | |
Green '#33859E' | |
Yellow '#edb443' | |
Blue '#195466' | |
Magenta '#888ca6' | |
Cyan '#2aa889' | |
White '#599cab' | |
BoldBlack '#0a3749' | |
BoldRed '#c23127' | |
BoldGreen '#33859E' | |
BoldYellow '#edb443' | |
BoldBlue '#195466' | |
BoldMagenta '#888ca6' | |
BoldCyan '#2aa889' | |
BoldWhite '#d3ebe9' | |
$re 16 '#d26937' | |
$re 17 '#4e5166' | |
$re 18 '#11151c' | |
$re 19 '#091f2e' | |
$re 20 '#245361' | |
$re 21 '#99d1ce' | |
elif [ "$name" = "gruvbox-material-dark-hard" ]; then # from gruvbox-material | |
# Gruvbox Material Dark, Medium by Mayush Kumar (https://github.com/MayushKumar), sainnhe (https://github.com/sainnhe/gruvbox-material-vscode) | |
ForegroundColour '#ddc7a1' | |
BackgroundColour '#202020' | |
CursorColour '#FFFFFF' | |
Black '#202020' | |
Red '#ea6962' | |
Green '#a9b665' | |
Yellow '#d8a657' | |
Blue '#7daea3' | |
Magenta '#d3869b' | |
Cyan '#89b482' | |
White '#ddc7a1' | |
BoldBlack '#5a524c' | |
BoldRed '#ea6962' | |
BoldGreen '#a9b665' | |
BoldYellow '#d8a657' | |
BoldBlue '#7daea3' | |
BoldMagenta '#d3869b' | |
BoldCyan '#89b482' | |
BoldWhite '#fbf1c7' | |
$re 16 '#e78a4e' | |
$re 17 '#bd6f3e' | |
$re 18 '#2a2827' | |
$re 19 '#504945' | |
$re 20 '#bdae93' | |
$re 21 '#ebdbb2' | |
elif [ "$name" = "gruvbox-material-dark-medium" ]; then # from gruvbox-material | |
# Gruvbox Material Dark, Medium by Mayush Kumar (https://github.com/MayushKumar), sainnhe (https://github.com/sainnhe/gruvbox-material-vscode) | |
ForegroundColour '#ddc7a1' | |
BackgroundColour '#292828' | |
CursorColour '#FFFFFF' | |
Black '#292828' | |
Red '#ea6962' | |
Green '#a9b665' | |
Yellow '#d8a657' | |
Blue '#7daea3' | |
Magenta '#d3869b' | |
Cyan '#89b482' | |
White '#ddc7a1' | |
BoldBlack '#665c54' | |
BoldRed '#ea6962' | |
BoldGreen '#a9b665' | |
BoldYellow '#d8a657' | |
BoldBlue '#7daea3' | |
BoldMagenta '#d3869b' | |
BoldCyan '#89b482' | |
BoldWhite '#fbf1c7' | |
$re 16 '#e78a4e' | |
$re 17 '#bd6f3e' | |
$re 18 '#32302f' | |
$re 19 '#504945' | |
$re 20 '#bdae93' | |
$re 21 '#ebdbb2' | |
elif [ "$name" = "gruvbox-material-dark-soft" ]; then # from gruvbox-material | |
# Gruvbox Material Dark, Soft by Mayush Kumar (https://github.com/MayushKumar), sainnhe (https://github.com/sainnhe/gruvbox-material-vscode) | |
ForegroundColour '#ddc7a1' | |
BackgroundColour '#32302f' | |
CursorColour '#FFFFFF' | |
Black '#32302f' | |
Red '#ea6962' | |
Green '#a9b665' | |
Yellow '#d8a657' | |
Blue '#7daea3' | |
Magenta '#d3869b' | |
Cyan '#89b482' | |
White '#ddc7a1' | |
BoldBlack '#7c6f64' | |
BoldRed '#ea6962' | |
BoldGreen '#a9b665' | |
BoldYellow '#d8a657' | |
BoldBlue '#7daea3' | |
BoldMagenta '#d3869b' | |
BoldCyan '#89b482' | |
BoldWhite '#fbf1c7' | |
$re 16 '#e78a4e' | |
$re 17 '#bd6f3e' | |
$re 18 '#3c3836' | |
$re 19 '#5a524c' | |
$re 20 '#bdae93' | |
$re 21 '#ebdbb2' | |
elif [ "$name" = "gruvbox-material-light-hard" ]; then # from gruvbox-material | |
# Gruvbox Material Light, Hard by Mayush Kumar (https://github.com/MayushKumar), sainnhe (https://github.com/sainnhe/gruvbox-material-vscode) | |
ForegroundColour '#654735' | |
BackgroundColour '#f9f5d7' | |
CursorColour '#FFFFFF' | |
Black '#f9f5d7' | |
Red '#c14a4a' | |
Green '#6c782e' | |
Yellow '#b47109' | |
Blue '#45707a' | |
Magenta '#945e80' | |
Cyan '#4c7a5d' | |
White '#654735' | |
BoldBlack '#a89984' | |
BoldRed '#c14a4a' | |
BoldGreen '#6c782e' | |
BoldYellow '#b47109' | |
BoldBlue '#45707a' | |
BoldMagenta '#945e80' | |
BoldCyan '#4c7a5d' | |
BoldWhite '#282828' | |
$re 16 '#c35e0a' | |
$re 17 '#e78a4e' | |
$re 18 '#fbf1c7' | |
$re 19 '#e0cfa9' | |
$re 20 '#c9b99a' | |
$re 21 '#3c3836' | |
elif [ "$name" = "gruvbox-material-light-medium" ]; then # from gruvbox-material | |
# Gruvbox Material Light, Medium by Mayush Kumar (https://github.com/MayushKumar), sainnhe (https://github.com/sainnhe/gruvbox-material-vscode) | |
ForegroundColour '#654735' | |
BackgroundColour '#fbf1c7' | |
CursorColour '#FFFFFF' | |
Black '#fbf1c7' | |
Red '#c14a4a' | |
Green '#6c782e' | |
Yellow '#b47109' | |
Blue '#45707a' | |
Magenta '#945e80' | |
Cyan '#4c7a5d' | |
White '#654735' | |
BoldBlack '#bdae93' | |
BoldRed '#c14a4a' | |
BoldGreen '#6c782e' | |
BoldYellow '#b47109' | |
BoldBlue '#45707a' | |
BoldMagenta '#945e80' | |
BoldCyan '#4c7a5d' | |
BoldWhite '#282828' | |
$re 16 '#c35e0a' | |
$re 17 '#e78a4e' | |
$re 18 '#f2e5bc' | |
$re 19 '#d5c4a1' | |
$re 20 '#665c54' | |
$re 21 '#3c3836' | |
elif [ "$name" = "gruvbox-material-light-soft" ]; then # from gruvbox-material | |
# Gruvbox Material Light, Soft by Mayush Kumar (https://github.com/MayushKumar), sainnhe (https://github.com/sainnhe/gruvbox-material-vscode) | |
ForegroundColour '#654735' | |
BackgroundColour '#f2e5bc' | |
CursorColour '#FFFFFF' | |
Black '#f2e5bc' | |
Red '#c14a4a' | |
Green '#6c782e' | |
Yellow '#b47109' | |
Blue '#45707a' | |
Magenta '#945e80' | |
Cyan '#4c7a5d' | |
White '#654735' | |
BoldBlack '#a89984' | |
BoldRed '#c14a4a' | |
BoldGreen '#6c782e' | |
BoldYellow '#b47109' | |
BoldBlue '#45707a' | |
BoldMagenta '#945e80' | |
BoldCyan '#4c7a5d' | |
BoldWhite '#282828' | |
$re 16 '#c35e0a' | |
$re 17 '#e78a4e' | |
$re 18 '#ebdbb2' | |
$re 19 '#c9b99a' | |
$re 20 '#665c54' | |
$re 21 '#3c3836' | |
elif [ "$name" = "gruvbox-dark-hard" ]; then # from gruvbox | |
# Gruvbox dark, hard by Dawid Kurek ([email protected]), morhetz (https://github.com/morhetz/gruvbox) | |
ForegroundColour '#d5c4a1' | |
BackgroundColour '#1d2021' | |
CursorColour '#FFFFFF' | |
Black '#1d2021' | |
Red '#fb4934' | |
Green '#b8bb26' | |
Yellow '#fabd2f' | |
Blue '#83a598' | |
Magenta '#d3869b' | |
Cyan '#8ec07c' | |
White '#d5c4a1' | |
BoldBlack '#665c54' | |
BoldRed '#fb4934' | |
BoldGreen '#b8bb26' | |
BoldYellow '#fabd2f' | |
BoldBlue '#83a598' | |
BoldMagenta '#d3869b' | |
BoldCyan '#8ec07c' | |
BoldWhite '#fbf1c7' | |
$re 16 '#fe8019' | |
$re 17 '#d65d0e' | |
$re 18 '#3c3836' | |
$re 19 '#504945' | |
$re 20 '#bdae93' | |
$re 21 '#ebdbb2' | |
elif [ "$name" = "gruvbox-dark-medium" ]; then # from gruvbox | |
# Gruvbox dark, medium by Dawid Kurek ([email protected]), morhetz (https://github.com/morhetz/gruvbox) | |
ForegroundColour '#d5c4a1' | |
BackgroundColour '#282828' | |
CursorColour '#FFFFFF' | |
Black '#282828' | |
Red '#fb4934' | |
Green '#b8bb26' | |
Yellow '#fabd2f' | |
Blue '#83a598' | |
Magenta '#d3869b' | |
Cyan '#8ec07c' | |
White '#d5c4a1' | |
BoldBlack '#665c54' | |
BoldRed '#fb4934' | |
BoldGreen '#b8bb26' | |
BoldYellow '#fabd2f' | |
BoldBlue '#83a598' | |
BoldMagenta '#d3869b' | |
BoldCyan '#8ec07c' | |
BoldWhite '#fbf1c7' | |
$re 16 '#fe8019' | |
$re 17 '#d65d0e' | |
$re 18 '#3c3836' | |
$re 19 '#504945' | |
$re 20 '#bdae93' | |
$re 21 '#ebdbb2' | |
elif [ "$name" = "gruvbox-dark-pale" ]; then # from gruvbox | |
# Gruvbox dark, pale by Dawid Kurek ([email protected]), morhetz (https://github.com/morhetz/gruvbox) | |
ForegroundColour '#dab997' | |
BackgroundColour '#262626' | |
CursorColour '#FFFFFF' | |
Black '#262626' | |
Red '#d75f5f' | |
Green '#afaf00' | |
Yellow '#ffaf00' | |
Blue '#83adad' | |
Magenta '#d485ad' | |
Cyan '#85ad85' | |
White '#dab997' | |
BoldBlack '#8a8a8a' | |
BoldRed '#d75f5f' | |
BoldGreen '#afaf00' | |
BoldYellow '#ffaf00' | |
BoldBlue '#83adad' | |
BoldMagenta '#d485ad' | |
BoldCyan '#85ad85' | |
BoldWhite '#ebdbb2' | |
$re 16 '#ff8700' | |
$re 17 '#d65d0e' | |
$re 18 '#3a3a3a' | |
$re 19 '#4e4e4e' | |
$re 20 '#949494' | |
$re 21 '#d5c4a1' | |
elif [ "$name" = "gruvbox-dark-soft" ]; then # from gruvbox | |
# Gruvbox dark, soft by Dawid Kurek ([email protected]), morhetz (https://github.com/morhetz/gruvbox) | |
ForegroundColour '#d5c4a1' | |
BackgroundColour '#32302f' | |
CursorColour '#FFFFFF' | |
Black '#32302f' | |
Red '#fb4934' | |
Green '#b8bb26' | |
Yellow '#fabd2f' | |
Blue '#83a598' | |
Magenta '#d3869b' | |
Cyan '#8ec07c' | |
White '#d5c4a1' | |
BoldBlack '#665c54' | |
BoldRed '#fb4934' | |
BoldGreen '#b8bb26' | |
BoldYellow '#fabd2f' | |
BoldBlue '#83a598' | |
BoldMagenta '#d3869b' | |
BoldCyan '#8ec07c' | |
BoldWhite '#fbf1c7' | |
$re 16 '#fe8019' | |
$re 17 '#d65d0e' | |
$re 18 '#3c3836' | |
$re 19 '#504945' | |
$re 20 '#bdae93' | |
$re 21 '#ebdbb2' | |
elif [ "$name" = "gruvbox-light-hard" ]; then # from gruvbox | |
# Gruvbox light, hard by Dawid Kurek ([email protected]), morhetz (https://github.com/morhetz/gruvbox) | |
ForegroundColour '#504945' | |
BackgroundColour '#f9f5d7' | |
CursorColour '#FFFFFF' | |
Black '#f9f5d7' | |
Red '#9d0006' | |
Green '#79740e' | |
Yellow '#b57614' | |
Blue '#076678' | |
Magenta '#8f3f71' | |
Cyan '#427b58' | |
White '#504945' | |
BoldBlack '#bdae93' | |
BoldRed '#9d0006' | |
BoldGreen '#79740e' | |
BoldYellow '#b57614' | |
BoldBlue '#076678' | |
BoldMagenta '#8f3f71' | |
BoldCyan '#427b58' | |
BoldWhite '#282828' | |
$re 16 '#af3a03' | |
$re 17 '#d65d0e' | |
$re 18 '#ebdbb2' | |
$re 19 '#d5c4a1' | |
$re 20 '#665c54' | |
$re 21 '#3c3836' | |
elif [ "$name" = "gruvbox-light-medium" ]; then # from gruvbox | |
# Gruvbox light, medium by Dawid Kurek ([email protected]), morhetz (https://github.com/morhetz/gruvbox) | |
ForegroundColour '#504945' | |
BackgroundColour '#fbf1c7' | |
CursorColour '#FFFFFF' | |
Black '#fbf1c7' | |
Red '#9d0006' | |
Green '#79740e' | |
Yellow '#b57614' | |
Blue '#076678' | |
Magenta '#8f3f71' | |
Cyan '#427b58' | |
White '#504945' | |
BoldBlack '#bdae93' | |
BoldRed '#9d0006' | |
BoldGreen '#79740e' | |
BoldYellow '#b57614' | |
BoldBlue '#076678' | |
BoldMagenta '#8f3f71' | |
BoldCyan '#427b58' | |
BoldWhite '#282828' | |
$re 16 '#af3a03' | |
$re 17 '#d65d0e' | |
$re 18 '#ebdbb2' | |
$re 19 '#d5c4a1' | |
$re 20 '#665c54' | |
$re 21 '#3c3836' | |
elif [ "$name" = "gruvbox-light-soft" ]; then # from gruvbox | |
# Gruvbox light, soft by Dawid Kurek ([email protected]), morhetz (https://github.com/morhetz/gruvbox) | |
ForegroundColour '#504945' | |
BackgroundColour '#f2e5bc' | |
CursorColour '#FFFFFF' | |
Black '#f2e5bc' | |
Red '#9d0006' | |
Green '#79740e' | |
Yellow '#b57614' | |
Blue '#076678' | |
Magenta '#8f3f71' | |
Cyan '#427b58' | |
White '#504945' | |
BoldBlack '#bdae93' | |
BoldRed '#9d0006' | |
BoldGreen '#79740e' | |
BoldYellow '#b57614' | |
BoldBlue '#076678' | |
BoldMagenta '#8f3f71' | |
BoldCyan '#427b58' | |
BoldWhite '#282828' | |
$re 16 '#af3a03' | |
$re 17 '#d65d0e' | |
$re 18 '#ebdbb2' | |
$re 19 '#d5c4a1' | |
$re 20 '#665c54' | |
$re 21 '#3c3836' | |
elif [ "$name" = "hardcore" ]; then # from hardcore | |
# Hardcore by Chris Caller | |
ForegroundColour '#cdcdcd' | |
BackgroundColour '#212121' | |
CursorColour '#FFFFFF' | |
Black '#212121' | |
Red '#f92672' | |
Green '#a6e22e' | |
Yellow '#e6db74' | |
Blue '#66d9ef' | |
Magenta '#9e6ffe' | |
Cyan '#708387' | |
White '#cdcdcd' | |
BoldBlack '#4A4A4A' | |
BoldRed '#f92672' | |
BoldGreen '#a6e22e' | |
BoldYellow '#e6db74' | |
BoldBlue '#66d9ef' | |
BoldMagenta '#9e6ffe' | |
BoldCyan '#708387' | |
BoldWhite '#ffffff' | |
$re 16 '#fd971f' | |
$re 17 '#e8b882' | |
$re 18 '#303030' | |
$re 19 '#353535' | |
$re 20 '#707070' | |
$re 21 '#e5e5e5' | |
elif [ "$name" = "heetch-light" ]; then # from heetch | |
# Heetch Light by Geoffrey Teale ([email protected]) | |
ForegroundColour '#5a496e' | |
BackgroundColour '#feffff' | |
CursorColour '#FFFFFF' | |
Black '#feffff' | |
Red '#27d9d5' | |
Green '#f80059' | |
Yellow '#5ba2b6' | |
Blue '#47f9f5' | |
Magenta '#bd0152' | |
Cyan '#c33678' | |
White '#5a496e' | |
BoldBlack '#9c92a8' | |
BoldRed '#27d9d5' | |
BoldGreen '#f80059' | |
BoldYellow '#5ba2b6' | |
BoldBlue '#47f9f5' | |
BoldMagenta '#bd0152' | |
BoldCyan '#c33678' | |
BoldWhite '#190134' | |
$re 16 '#bdb6c5' | |
$re 17 '#dedae2' | |
$re 18 '#392551' | |
$re 19 '#7b6d8b' | |
$re 20 '#ddd6e5' | |
$re 21 '#470546' | |
elif [ "$name" = "heetch" ]; then # from heetch | |
# Heetch Dark by Geoffrey Teale ([email protected]) | |
ForegroundColour '#BDB6C5' | |
BackgroundColour '#190134' | |
CursorColour '#FFFFFF' | |
Black '#190134' | |
Red '#27D9D5' | |
Green '#C33678' | |
Yellow '#8F6C97' | |
Blue '#BD0152' | |
Magenta '#82034C' | |
Cyan '#F80059' | |
White '#BDB6C5' | |
BoldBlack '#7B6D8B' | |
BoldRed '#27D9D5' | |
BoldGreen '#C33678' | |
BoldYellow '#8F6C97' | |
BoldBlue '#BD0152' | |
BoldMagenta '#82034C' | |
BoldCyan '#F80059' | |
BoldWhite '#FEFFFF' | |
$re 16 '#5BA2B6' | |
$re 17 '#470546' | |
$re 18 '#392551' | |
$re 19 '#5A496E' | |
$re 20 '#9C92A8' | |
$re 21 '#DEDAE2' | |
elif [ "$name" = "helios" ]; then # from helios | |
# Helios by Alex Meyer (https://github.com/reyemxela) | |
ForegroundColour '#d5d5d5' | |
BackgroundColour '#1d2021' | |
CursorColour '#FFFFFF' | |
Black '#1d2021' | |
Red '#d72638' | |
Green '#88b92d' | |
Yellow '#f19d1a' | |
Blue '#1e8bac' | |
Magenta '#be4264' | |
Cyan '#1ba595' | |
White '#d5d5d5' | |
BoldBlack '#6f7579' | |
BoldRed '#d72638' | |
BoldGreen '#88b92d' | |
BoldYellow '#f19d1a' | |
BoldBlue '#1e8bac' | |
BoldMagenta '#be4264' | |
BoldCyan '#1ba595' | |
BoldWhite '#e5e5e5' | |
$re 16 '#eb8413' | |
$re 17 '#c85e0d' | |
$re 18 '#383c3e' | |
$re 19 '#53585b' | |
$re 20 '#cdcdcd' | |
$re 21 '#dddddd' | |
elif [ "$name" = "horizon-dark" ]; then # from horizon | |
# Horizon Dark by Michaël Ball (http://github.com/michael-ball/) | |
ForegroundColour '#CBCED0' | |
BackgroundColour '#1C1E26' | |
CursorColour '#FFFFFF' | |
Black '#1C1E26' | |
Red '#E93C58' | |
Green '#EFAF8E' | |
Yellow '#EFB993' | |
Blue '#DF5273' | |
Magenta '#B072D1' | |
Cyan '#24A8B4' | |
White '#CBCED0' | |
BoldBlack '#6F6F70' | |
BoldRed '#E93C58' | |
BoldGreen '#EFAF8E' | |
BoldYellow '#EFB993' | |
BoldBlue '#DF5273' | |
BoldMagenta '#B072D1' | |
BoldCyan '#24A8B4' | |
BoldWhite '#E3E6EE' | |
$re 16 '#E58D7D' | |
$re 17 '#E4A382' | |
$re 18 '#232530' | |
$re 19 '#2E303E' | |
$re 20 '#9DA0A2' | |
$re 21 '#DCDFE4' | |
elif [ "$name" = "horizon-light" ]; then # from horizon | |
# Horizon Light by Michaël Ball (http://github.com/michael-ball/) | |
ForegroundColour '#403C3D' | |
BackgroundColour '#FDF0ED' | |
CursorColour '#FFFFFF' | |
Black '#FDF0ED' | |
Red '#F7939B' | |
Green '#94E1B0' | |
Yellow '#FBE0D9' | |
Blue '#DA103F' | |
Magenta '#1D8991' | |
Cyan '#DC3318' | |
White '#403C3D' | |
BoldBlack '#BDB3B1' | |
BoldRed '#F7939B' | |
BoldGreen '#94E1B0' | |
BoldYellow '#FBE0D9' | |
BoldBlue '#DA103F' | |
BoldMagenta '#1D8991' | |
BoldCyan '#DC3318' | |
BoldWhite '#201C1D' | |
$re 16 '#F6661E' | |
$re 17 '#E58C92' | |
$re 18 '#FADAD1' | |
$re 19 '#F9CBBE' | |
$re 20 '#948C8A' | |
$re 21 '#302C2D' | |
elif [ "$name" = "horizon-terminal-dark" ]; then # from horizon | |
# Horizon Terminal Dark by Michaël Ball (http://github.com/michael-ball/) | |
ForegroundColour '#CBCED0' | |
BackgroundColour '#1C1E26' | |
CursorColour '#FFFFFF' | |
Black '#1C1E26' | |
Red '#E95678' | |
Green '#29D398' | |
Yellow '#FAC29A' | |
Blue '#26BBD9' | |
Magenta '#EE64AC' | |
Cyan '#59E1E3' | |
White '#CBCED0' | |
BoldBlack '#6F6F70' | |
BoldRed '#E95678' | |
BoldGreen '#29D398' | |
BoldYellow '#FAC29A' | |
BoldBlue '#26BBD9' | |
BoldMagenta '#EE64AC' | |
BoldCyan '#59E1E3' | |
BoldWhite '#E3E6EE' | |
$re 16 '#FAB795' | |
$re 17 '#F09383' | |
$re 18 '#232530' | |
$re 19 '#2E303E' | |
$re 20 '#9DA0A2' | |
$re 21 '#DCDFE4' | |
elif [ "$name" = "horizon-terminal-light" ]; then # from horizon | |
# Horizon Terminal Light by Michaël Ball (http://github.com/michael-ball/) | |
ForegroundColour '#403C3D' | |
BackgroundColour '#FDF0ED' | |
CursorColour '#FFFFFF' | |
Black '#FDF0ED' | |
Red '#E95678' | |
Green '#29D398' | |
Yellow '#FADAD1' | |
Blue '#26BBD9' | |
Magenta '#EE64AC' | |
Cyan '#59E1E3' | |
White '#403C3D' | |
BoldBlack '#BDB3B1' | |
BoldRed '#E95678' | |
BoldGreen '#29D398' | |
BoldYellow '#FADAD1' | |
BoldBlue '#26BBD9' | |
BoldMagenta '#EE64AC' | |
BoldCyan '#59E1E3' | |
BoldWhite '#201C1D' | |
$re 16 '#F9CEC3' | |
$re 17 '#F9CBBE' | |
$re 18 '#FADAD1' | |
$re 19 '#F9CBBE' | |
$re 20 '#948C8A' | |
$re 21 '#302C2D' | |
elif [ "$name" = "humanoid-dark" ]; then # from humanoid-schemes | |
# Humanoid dark by Thomas (tasmo) Friese | |
ForegroundColour '#f8f8f2' | |
BackgroundColour '#232629' | |
CursorColour '#FFFFFF' | |
Black '#232629' | |
Red '#f11235' | |
Green '#02d849' | |
Yellow '#ffb627' | |
Blue '#00a6fb' | |
Magenta '#f15ee3' | |
Cyan '#0dd9d6' | |
White '#f8f8f2' | |
BoldBlack '#60615d' | |
BoldRed '#f11235' | |
BoldGreen '#02d849' | |
BoldYellow '#ffb627' | |
BoldBlue '#00a6fb' | |
BoldMagenta '#f15ee3' | |
BoldCyan '#0dd9d6' | |
BoldWhite '#fcfcfc' | |
$re 16 '#ff9505' | |
$re 17 '#b27701' | |
$re 18 '#333b3d' | |
$re 19 '#484e54' | |
$re 20 '#c0c0bd' | |
$re 21 '#fcfcf6' | |
elif [ "$name" = "humanoid-light" ]; then # from humanoid-schemes | |
# Humanoid light by Thomas (tasmo) Friese | |
ForegroundColour '#232629' | |
BackgroundColour '#f8f8f2' | |
CursorColour '#FFFFFF' | |
Black '#f8f8f2' | |
Red '#b0151a' | |
Green '#388e3c' | |
Yellow '#ffb627' | |
Blue '#0082c9' | |
Magenta '#700f98' | |
Cyan '#008e8e' | |
White '#232629' | |
BoldBlack '#c0c0bd' | |
BoldRed '#b0151a' | |
BoldGreen '#388e3c' | |
BoldYellow '#ffb627' | |
BoldBlue '#0082c9' | |
BoldMagenta '#700f98' | |
BoldCyan '#008e8e' | |
BoldWhite '#070708' | |
$re 16 '#ff3d00' | |
$re 17 '#b27701' | |
$re 18 '#efefe9' | |
$re 19 '#deded8' | |
$re 20 '#60615d' | |
$re 21 '#2f3337' | |
elif [ "$name" = "ia-dark" ]; then # from ia | |
# iA Dark by iA Inc. (modified by aramisgithub) | |
ForegroundColour '#cccccc' | |
BackgroundColour '#1a1a1a' | |
CursorColour '#FFFFFF' | |
Black '#1a1a1a' | |
Red '#d88568' | |
Green '#83a471' | |
Yellow '#b99353' | |
Blue '#8eccdd' | |
Magenta '#b98eb2' | |
Cyan '#7c9cae' | |
White '#cccccc' | |
BoldBlack '#767676' | |
BoldRed '#d88568' | |
BoldGreen '#83a471' | |
BoldYellow '#b99353' | |
BoldBlue '#8eccdd' | |
BoldMagenta '#b98eb2' | |
BoldCyan '#7c9cae' | |
BoldWhite '#f8f8f8' | |
$re 16 '#d86868' | |
$re 17 '#8b6c37' | |
$re 18 '#222222' | |
$re 19 '#1d414d' | |
$re 20 '#b8b8b8' | |
$re 21 '#e8e8e8' | |
elif [ "$name" = "ia-light" ]; then # from ia | |
# iA Light by iA Inc. (modified by aramisgithub) | |
ForegroundColour '#181818' | |
BackgroundColour '#f6f6f6' | |
CursorColour '#FFFFFF' | |
Black '#f6f6f6' | |
Red '#9c5a02' | |
Green '#38781c' | |
Yellow '#c48218' | |
Blue '#48bac2' | |
Magenta '#a94598' | |
Cyan '#2d6bb1' | |
White '#181818' | |
BoldBlack '#898989' | |
BoldRed '#9c5a02' | |
BoldGreen '#38781c' | |
BoldYellow '#c48218' | |
BoldBlue '#48bac2' | |
BoldMagenta '#a94598' | |
BoldCyan '#2d6bb1' | |
BoldWhite '#f8f8f8' | |
$re 16 '#c43e18' | |
$re 17 '#8b6c37' | |
$re 18 '#dedede' | |
$re 19 '#bde5f2' | |
$re 20 '#767676' | |
$re 21 '#e8e8e8' | |
elif [ "$name" = "icy" ]; then # from icy | |
# Icy Dark by icyphox (https://icyphox.ga) | |
ForegroundColour '#095b67' | |
BackgroundColour '#021012' | |
CursorColour '#FFFFFF' | |
Black '#021012' | |
Red '#16c1d9' | |
Green '#4dd0e1' | |
Yellow '#80deea' | |
Blue '#00bcd4' | |
Magenta '#00acc1' | |
Cyan '#26c6da' | |
White '#095b67' | |
BoldBlack '#052e34' | |
BoldRed '#16c1d9' | |
BoldGreen '#4dd0e1' | |
BoldYellow '#80deea' | |
BoldBlue '#00bcd4' | |
BoldMagenta '#00acc1' | |
BoldCyan '#26c6da' | |
BoldWhite '#109cb0' | |
$re 16 '#b3ebf2' | |
$re 17 '#0097a7' | |
$re 18 '#031619' | |
$re 19 '#041f23' | |
$re 20 '#064048' | |
$re 21 '#0c7c8c' | |
elif [ "$name" = "katy" ]; then # from katy | |
# Katy by George Essig (https://github.com/gessig) | |
ForegroundColour '#959dcb' | |
BackgroundColour '#292d3e' | |
CursorColour '#FFFFFF' | |
Black '#292d3e' | |
Red '#6e98e1' | |
Green '#78c06e' | |
Yellow '#e0a557' | |
Blue '#82aaff' | |
Magenta '#c792ea' | |
Cyan '#83b7e5' | |
White '#959dcb' | |
BoldBlack '#676e95' | |
BoldRed '#6e98e1' | |
BoldGreen '#78c06e' | |
BoldYellow '#e0a557' | |
BoldBlue '#82aaff' | |
BoldMagenta '#c792ea' | |
BoldCyan '#83b7e5' | |
BoldWhite '#ffffff' | |
$re 16 '#f78c6c' | |
$re 17 '#ff5370' | |
$re 18 '#444267' | |
$re 19 '#5c598b' | |
$re 20 '#8796b0' | |
$re 21 '#959dcb' | |
elif [ "$name" = "kimber" ]; then # from kimber | |
# Kimber by Mishka Nguyen (https://github.com/akhsiM) | |
ForegroundColour '#DEDEE7' | |
BackgroundColour '#222222' | |
CursorColour '#FFFFFF' | |
Black '#222222' | |
Red '#C88C8C' | |
Green '#99C899' | |
Yellow '#D8B56D' | |
Blue '#537C9C' | |
Magenta '#86CACD' | |
Cyan '#78B4B4' | |
White '#DEDEE7' | |
BoldBlack '#644646' | |
BoldRed '#C88C8C' | |
BoldGreen '#99C899' | |
BoldYellow '#D8B56D' | |
BoldBlue '#537C9C' | |
BoldMagenta '#86CACD' | |
BoldCyan '#78B4B4' | |
BoldWhite '#FFFFE6' | |
$re 16 '#476C88' | |
$re 17 '#704F4F' | |
$re 18 '#313131' | |
$re 19 '#555D55' | |
$re 20 '#5A5A5A' | |
$re 21 '#C3C3B4' | |
elif [ "$name" = "materia" ]; then # from materia | |
# Materia by Defman21 | |
ForegroundColour '#CDD3DE' | |
BackgroundColour '#263238' | |
CursorColour '#FFFFFF' | |
Black '#263238' | |
Red '#EC5F67' | |
Green '#8BD649' | |
Yellow '#FFCC00' | |
Blue '#89DDFF' | |
Magenta '#82AAFF' | |
Cyan '#80CBC4' | |
White '#CDD3DE' | |
BoldBlack '#707880' | |
BoldRed '#EC5F67' | |
BoldGreen '#8BD649' | |
BoldYellow '#FFCC00' | |
BoldBlue '#89DDFF' | |
BoldMagenta '#82AAFF' | |
BoldCyan '#80CBC4' | |
BoldWhite '#FFFFFF' | |
$re 16 '#EA9560' | |
$re 17 '#EC5F67' | |
$re 18 '#2C393F' | |
$re 19 '#37474F' | |
$re 20 '#C9CCD3' | |
$re 21 '#D5DBE5' | |
elif [ "$name" = "material-vivid" ]; then # from material-vivid | |
# Material Vivid by joshyrobot | |
ForegroundColour '#80868b' | |
BackgroundColour '#202124' | |
CursorColour '#FFFFFF' | |
Black '#202124' | |
Red '#f44336' | |
Green '#00e676' | |
Yellow '#ffeb3b' | |
Blue '#2196f3' | |
Magenta '#673ab7' | |
Cyan '#00bcd4' | |
White '#80868b' | |
BoldBlack '#44464d' | |
BoldRed '#f44336' | |
BoldGreen '#00e676' | |
BoldYellow '#ffeb3b' | |
BoldBlue '#2196f3' | |
BoldMagenta '#673ab7' | |
BoldCyan '#00bcd4' | |
BoldWhite '#ffffff' | |
$re 16 '#ff9800' | |
$re 17 '#8d6e63' | |
$re 18 '#27292c' | |
$re 19 '#323639' | |
$re 20 '#676c71' | |
$re 21 '#9e9e9e' | |
elif [ "$name" = "material-darker" ]; then # from materialtheme | |
# Material Darker by Nate Peterson | |
ForegroundColour '#EEFFFF' | |
BackgroundColour '#212121' | |
CursorColour '#FFFFFF' | |
Black '#212121' | |
Red '#F07178' | |
Green '#C3E88D' | |
Yellow '#FFCB6B' | |
Blue '#82AAFF' | |
Magenta '#C792EA' | |
Cyan '#89DDFF' | |
White '#EEFFFF' | |
BoldBlack '#4A4A4A' | |
BoldRed '#F07178' | |
BoldGreen '#C3E88D' | |
BoldYellow '#FFCB6B' | |
BoldBlue '#82AAFF' | |
BoldMagenta '#C792EA' | |
BoldCyan '#89DDFF' | |
BoldWhite '#FFFFFF' | |
$re 16 '#F78C6C' | |
$re 17 '#FF5370' | |
$re 18 '#303030' | |
$re 19 '#353535' | |
$re 20 '#B2CCD6' | |
$re 21 '#EEFFFF' | |
elif [ "$name" = "material-lighter" ]; then # from materialtheme | |
# Material Lighter by Nate Peterson | |
ForegroundColour '#80CBC4' | |
BackgroundColour '#FAFAFA' | |
CursorColour '#FFFFFF' | |
Black '#FAFAFA' | |
Red '#FF5370' | |
Green '#91B859' | |
Yellow '#FFB62C' | |
Blue '#6182B8' | |
Magenta '#7C4DFF' | |
Cyan '#39ADB5' | |
White '#80CBC4' | |
BoldBlack '#CCD7DA' | |
BoldRed '#FF5370' | |
BoldGreen '#91B859' | |
BoldYellow '#FFB62C' | |
BoldBlue '#6182B8' | |
BoldMagenta '#7C4DFF' | |
BoldCyan '#39ADB5' | |
BoldWhite '#FFFFFF' | |
$re 16 '#F76D47' | |
$re 17 '#E53935' | |
$re 18 '#E7EAEC' | |
$re 19 '#CCEAE7' | |
$re 20 '#8796B0' | |
$re 21 '#80CBC4' | |
elif [ "$name" = "material-palenight" ]; then # from materialtheme | |
# Material Palenight by Nate Peterson | |
ForegroundColour '#959DCB' | |
BackgroundColour '#292D3E' | |
CursorColour '#FFFFFF' | |
Black '#292D3E' | |
Red '#F07178' | |
Green '#C3E88D' | |
Yellow '#FFCB6B' | |
Blue '#82AAFF' | |
Magenta '#C792EA' | |
Cyan '#89DDFF' | |
White '#959DCB' | |
BoldBlack '#676E95' | |
BoldRed '#F07178' | |
BoldGreen '#C3E88D' | |
BoldYellow '#FFCB6B' | |
BoldBlue '#82AAFF' | |
BoldMagenta '#C792EA' | |
BoldCyan '#89DDFF' | |
BoldWhite '#FFFFFF' | |
$re 16 '#F78C6C' | |
$re 17 '#FF5370' | |
$re 18 '#444267' | |
$re 19 '#32374D' | |
$re 20 '#8796B0' | |
$re 21 '#959DCB' | |
elif [ "$name" = "material" ]; then # from materialtheme | |
# Material by Nate Peterson | |
ForegroundColour '#EEFFFF' | |
BackgroundColour '#263238' | |
CursorColour '#FFFFFF' | |
Black '#263238' | |
Red '#F07178' | |
Green '#C3E88D' | |
Yellow '#FFCB6B' | |
Blue '#82AAFF' | |
Magenta '#C792EA' | |
Cyan '#89DDFF' | |
White '#EEFFFF' | |
BoldBlack '#546E7A' | |
BoldRed '#F07178' | |
BoldGreen '#C3E88D' | |
BoldYellow '#FFCB6B' | |
BoldBlue '#82AAFF' | |
BoldMagenta '#C792EA' | |
BoldCyan '#89DDFF' | |
BoldWhite '#FFFFFF' | |
$re 16 '#F78C6C' | |
$re 17 '#FF5370' | |
$re 18 '#2E3C43' | |
$re 19 '#314549' | |
$re 20 '#B2CCD6' | |
$re 21 '#EEFFFF' | |
elif [ "$name" = "mellow-purple" ]; then # from mellow | |
# Mellow Purple by gidsi | |
ForegroundColour '#ffeeff' | |
BackgroundColour '#1e0528' | |
CursorColour '#FFFFFF' | |
Black '#1e0528' | |
Red '#00d9e9' | |
Green '#05cb0d' | |
Yellow '#955ae7' | |
Blue '#550068' | |
Magenta '#8991bb' | |
Cyan '#b900b1' | |
White '#ffeeff' | |
BoldBlack '#320f55' | |
BoldRed '#00d9e9' | |
BoldGreen '#05cb0d' | |
BoldYellow '#955ae7' | |
BoldBlue '#550068' | |
BoldMagenta '#8991bb' | |
BoldCyan '#b900b1' | |
BoldWhite '#f8c0ff' | |
$re 16 '#aa00a3' | |
$re 17 '#4d6fff' | |
$re 18 '#1A092D' | |
$re 19 '#331354' | |
$re 20 '#873582' | |
$re 21 '#ffeeff' | |
elif [ "$name" = "mexico-light" ]; then # from mexico-light | |
# Mexico Light by Sheldon Johnson | |
ForegroundColour '#383838' | |
BackgroundColour '#f8f8f8' | |
CursorColour '#FFFFFF' | |
Black '#f8f8f8' | |
Red '#ab4642' | |
Green '#538947' | |
Yellow '#f79a0e' | |
Blue '#7cafc2' | |
Magenta '#96609e' | |
Cyan '#4b8093' | |
White '#383838' | |
BoldBlack '#b8b8b8' | |
BoldRed '#ab4642' | |
BoldGreen '#538947' | |
BoldYellow '#f79a0e' | |
BoldBlue '#7cafc2' | |
BoldMagenta '#96609e' | |
BoldCyan '#4b8093' | |
BoldWhite '#181818' | |
$re 16 '#dc9656' | |
$re 17 '#a16946' | |
$re 18 '#e8e8e8' | |
$re 19 '#d8d8d8' | |
$re 20 '#585858' | |
$re 21 '#282828' | |
elif [ "$name" = "nebula" ]; then # from nebula | |
# Nebula by Gabriel Fontes (https://github.com/Misterio77) | |
ForegroundColour '#a4a6a9' | |
BackgroundColour '#22273b' | |
CursorColour '#FFFFFF' | |
Black '#22273b' | |
Red '#777abc' | |
Green '#6562a8' | |
Yellow '#4f9062' | |
Blue '#4d6bb6' | |
Magenta '#716cae' | |
Cyan '#226f68' | |
White '#a4a6a9' | |
BoldBlack '#6e6f72' | |
BoldRed '#777abc' | |
BoldGreen '#6562a8' | |
BoldYellow '#4f9062' | |
BoldBlue '#4d6bb6' | |
BoldMagenta '#716cae' | |
BoldCyan '#226f68' | |
BoldWhite '#8dbdaa' | |
$re 16 '#94929e' | |
$re 17 '#8c70a7' | |
$re 18 '#414f60' | |
$re 19 '#5a8380' | |
$re 20 '#87888b' | |
$re 21 '#c7c9cd' | |
elif [ "$name" = "nord" ]; then # from nord | |
# Nord by arcticicestudio | |
ForegroundColour '#E5E9F0' | |
BackgroundColour '#2E3440' | |
CursorColour '#FFFFFF' | |
Black '#2E3440' | |
Red '#BF616A' | |
Green '#A3BE8C' | |
Yellow '#EBCB8B' | |
Blue '#81A1C1' | |
Magenta '#B48EAD' | |
Cyan '#88C0D0' | |
White '#E5E9F0' | |
BoldBlack '#4C566A' | |
BoldRed '#BF616A' | |
BoldGreen '#A3BE8C' | |
BoldYellow '#EBCB8B' | |
BoldBlue '#81A1C1' | |
BoldMagenta '#B48EAD' | |
BoldCyan '#88C0D0' | |
BoldWhite '#8FBCBB' | |
$re 16 '#D08770' | |
$re 17 '#5E81AC' | |
$re 18 '#3B4252' | |
$re 19 '#434C5E' | |
$re 20 '#D8DEE9' | |
$re 21 '#ECEFF4' | |
elif [ "$name" = "nova" ]; then # from nova | |
# Nova by George Essig (https://github.com/gessig), Trevor D. Miller (https://trevordmiller.com) | |
ForegroundColour '#C5D4DD' | |
BackgroundColour '#3C4C55' | |
CursorColour '#FFFFFF' | |
Black '#3C4C55' | |
Red '#83AFE5' | |
Green '#7FC1CA' | |
Yellow '#A8CE93' | |
Blue '#83AFE5' | |
Magenta '#9A93E1' | |
Cyan '#F2C38F' | |
White '#C5D4DD' | |
BoldBlack '#899BA6' | |
BoldRed '#83AFE5' | |
BoldGreen '#7FC1CA' | |
BoldYellow '#A8CE93' | |
BoldBlue '#83AFE5' | |
BoldMagenta '#9A93E1' | |
BoldCyan '#F2C38F' | |
BoldWhite '#556873' | |
$re 16 '#7FC1CA' | |
$re 17 '#F2C38F' | |
$re 18 '#556873' | |
$re 19 '#6A7D89' | |
$re 20 '#899BA6' | |
$re 21 '#899BA6' | |
elif [ "$name" = "one-light" ]; then # from one-light | |
# One Light by Daniel Pfeifer (http://github.com/purpleKarrot) | |
ForegroundColour '#383a42' | |
BackgroundColour '#fafafa' | |
CursorColour '#FFFFFF' | |
Black '#fafafa' | |
Red '#ca1243' | |
Green '#50a14f' | |
Yellow '#c18401' | |
Blue '#4078f2' | |
Magenta '#a626a4' | |
Cyan '#0184bc' | |
White '#383a42' | |
BoldBlack '#a0a1a7' | |
BoldRed '#ca1243' | |
BoldGreen '#50a14f' | |
BoldYellow '#c18401' | |
BoldBlue '#4078f2' | |
BoldMagenta '#a626a4' | |
BoldCyan '#0184bc' | |
BoldWhite '#090a0b' | |
$re 16 '#d75f00' | |
$re 17 '#986801' | |
$re 18 '#f0f0f1' | |
$re 19 '#e5e5e6' | |
$re 20 '#696c77' | |
$re 21 '#202227' | |
elif [ "$name" = "onedark" ]; then # from onedark | |
# OneDark by Lalit Magant (http://github.com/tilal6991) | |
ForegroundColour '#abb2bf' | |
BackgroundColour '#282c34' | |
CursorColour '#FFFFFF' | |
Black '#282c34' | |
Red '#e06c75' | |
Green '#98c379' | |
Yellow '#e5c07b' | |
Blue '#61afef' | |
Magenta '#c678dd' | |
Cyan '#56b6c2' | |
White '#abb2bf' | |
BoldBlack '#545862' | |
BoldRed '#e06c75' | |
BoldGreen '#98c379' | |
BoldYellow '#e5c07b' | |
BoldBlue '#61afef' | |
BoldMagenta '#c678dd' | |
BoldCyan '#56b6c2' | |
BoldWhite '#c8ccd4' | |
$re 16 '#d19a66' | |
$re 17 '#be5046' | |
$re 18 '#353b45' | |
$re 19 '#3e4451' | |
$re 20 '#565c64' | |
$re 21 '#b6bdca' | |
elif [ "$name" = "outrun-dark" ]; then # from outrun-schemes | |
# Outrun Dark by Hugo Delahousse (http://github.com/hugodelahousse/) | |
ForegroundColour '#D0D0FA' | |
BackgroundColour '#00002A' | |
CursorColour '#FFFFFF' | |
Black '#00002A' | |
Red '#FF4242' | |
Green '#59F176' | |
Yellow '#F3E877' | |
Blue '#66B0FF' | |
Magenta '#F10596' | |
Cyan '#0EF0F0' | |
White '#D0D0FA' | |
BoldBlack '#50507A' | |
BoldRed '#FF4242' | |
BoldGreen '#59F176' | |
BoldYellow '#F3E877' | |
BoldBlue '#66B0FF' | |
BoldMagenta '#F10596' | |
BoldCyan '#0EF0F0' | |
BoldWhite '#F5F5FF' | |
$re 16 '#FC8D28' | |
$re 17 '#F003EF' | |
$re 18 '#20204A' | |
$re 19 '#30305A' | |
$re 20 '#B0B0DA' | |
$re 21 '#E0E0FF' | |
elif [ "$name" = "pandora" ]; then # from pandora | |
# pandora by Cassandra Fox | |
ForegroundColour '#f15c99' | |
BackgroundColour '#131213' | |
CursorColour '#FFFFFF' | |
Black '#131213' | |
Red '#b00b69' | |
Green '#9ddf69' | |
Yellow '#ffcc00' | |
Blue '#008080' | |
Magenta '#a24030' | |
Cyan '#714ca6' | |
White '#f15c99' | |
BoldBlack '#ffbee3' | |
BoldRed '#b00b69' | |
BoldGreen '#9ddf69' | |
BoldYellow '#ffcc00' | |
BoldBlue '#008080' | |
BoldMagenta '#a24030' | |
BoldCyan '#714ca6' | |
BoldWhite '#632227' | |
$re 16 '#ff9153' | |
$re 17 '#a24030' | |
$re 18 '#2f1823' | |
$re 19 '#472234' | |
$re 20 '#9b2a46' | |
$re 21 '#81506a' | |
elif [ "$name" = "papercolor-dark" ]; then # from papercolor | |
# PaperColor Dark by Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme) | |
ForegroundColour '#808080' | |
BackgroundColour '#1c1c1c' | |
CursorColour '#FFFFFF' | |
Black '#1c1c1c' | |
Red '#585858' | |
Green '#af87d7' | |
Yellow '#afd700' | |
Blue '#ff5faf' | |
Magenta '#00afaf' | |
Cyan '#ffaf00' | |
White '#808080' | |
BoldBlack '#d7af5f' | |
BoldRed '#585858' | |
BoldGreen '#af87d7' | |
BoldYellow '#afd700' | |
BoldBlue '#ff5faf' | |
BoldMagenta '#00afaf' | |
BoldCyan '#ffaf00' | |
BoldWhite '#d0d0d0' | |
$re 16 '#5faf5f' | |
$re 17 '#5f8787' | |
$re 18 '#af005f' | |
$re 19 '#5faf00' | |
$re 20 '#5fafd7' | |
$re 21 '#d7875f' | |
elif [ "$name" = "papercolor-light" ]; then # from papercolor | |
# PaperColor Light by Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme) | |
ForegroundColour '#444444' | |
BackgroundColour '#eeeeee' | |
CursorColour '#FFFFFF' | |
Black '#eeeeee' | |
Red '#bcbcbc' | |
Green '#8700af' | |
Yellow '#d70087' | |
Blue '#d75f00' | |
Magenta '#005faf' | |
Cyan '#d75f00' | |
White '#444444' | |
BoldBlack '#5f8700' | |
BoldRed '#bcbcbc' | |
BoldGreen '#8700af' | |
BoldYellow '#d70087' | |
BoldBlue '#d75f00' | |
BoldMagenta '#005faf' | |
BoldCyan '#d75f00' | |
BoldWhite '#878787' | |
$re 16 '#d70000' | |
$re 17 '#005f87' | |
$re 18 '#af0000' | |
$re 19 '#008700' | |
$re 20 '#0087af' | |
$re 21 '#005f87' | |
elif [ "$name" = "pasque" ]; then # from pasque | |
# Pasque by Gabriel Fontes (https://github.com/Misterio77) | |
ForegroundColour '#DEDCDF' | |
BackgroundColour '#271C3A' | |
CursorColour '#FFFFFF' | |
Black '#271C3A' | |
Red '#A92258' | |
Green '#C6914B' | |
Yellow '#804ead' | |
Blue '#8E7DC6' | |
Magenta '#953B9D' | |
Cyan '#7263AA' | |
White '#DEDCDF' | |
BoldBlack '#5D5766' | |
BoldRed '#A92258' | |
BoldGreen '#C6914B' | |
BoldYellow '#804ead' | |
BoldBlue '#8E7DC6' | |
BoldMagenta '#953B9D' | |
BoldCyan '#7263AA' | |
BoldWhite '#BBAADD' | |
$re 16 '#918889' | |
$re 17 '#59325C' | |
$re 18 '#100323' | |
$re 19 '#3E2D5C' | |
$re 20 '#BEBCBF' | |
$re 21 '#EDEAEF' | |
elif [ "$name" = "pinky" ]; then # from pinky | |
# pinky by Benjamin (https://github.com/b3nj5m1n) | |
ForegroundColour '#f5f5f5' | |
BackgroundColour '#171517' | |
CursorColour '#FFFFFF' | |
Black '#171517' | |
Red '#ffa600' | |
Green '#ff0066' | |
Yellow '#20df6c' | |
Blue '#00ffff' | |
Magenta '#007fff' | |
Cyan '#6600ff' | |
White '#f5f5f5' | |
BoldBlack '#383338' | |
BoldRed '#ffa600' | |
BoldGreen '#ff0066' | |
BoldYellow '#20df6c' | |
BoldBlue '#00ffff' | |
BoldMagenta '#007fff' | |
BoldCyan '#6600ff' | |
BoldWhite '#f7f3f7' | |
$re 16 '#00ff66' | |
$re 17 '#df206c' | |
$re 18 '#1b181b' | |
$re 19 '#1d1b1d' | |
$re 20 '#e7dbdb' | |
$re 21 '#ffffff' | |
elif [ "$name" = "porple" ]; then # from porple | |
# Porple by Niek den Breeje (https://github.com/AuditeMarlow) | |
ForegroundColour '#d8d8d8' | |
BackgroundColour '#292c36' | |
CursorColour '#FFFFFF' | |
Black '#292c36' | |
Red '#f84547' | |
Green '#95c76f' | |
Yellow '#efa16b' | |
Blue '#8485ce' | |
Magenta '#b74989' | |
Cyan '#64878f' | |
White '#d8d8d8' | |
BoldBlack '#65568a' | |
BoldRed '#f84547' | |
BoldGreen '#95c76f' | |
BoldYellow '#efa16b' | |
BoldBlue '#8485ce' | |
BoldMagenta '#b74989' | |
BoldCyan '#64878f' | |
BoldWhite '#f8f8f8' | |
$re 16 '#d28e5d' | |
$re 17 '#986841' | |
$re 18 '#333344' | |
$re 19 '#474160' | |
$re 20 '#b8b8b8' | |
$re 21 '#e8e8e8' | |
elif [ "$name" = "primer-dark-colorblind" ]; then # from primer | |
# Primer Dark Colorblind by Jimmy Lin | |
ForegroundColour '#b1bac4' | |
BackgroundColour '#010409' | |
CursorColour '#FFFFFF' | |
Black '#010409' | |
Red '#d69a00' | |
Green '#42a0ff' | |
Yellow '#d29922' | |
Blue '#58a6ff' | |
Magenta '#f778ba' | |
Cyan '#a5d6ff' | |
White '#b1bac4' | |
BoldBlack '#484f58' | |
BoldRed '#d69a00' | |
BoldGreen '#42a0ff' | |
BoldYellow '#d29922' | |
BoldBlue '#58a6ff' | |
BoldMagenta '#f778ba' | |
BoldCyan '#a5d6ff' | |
BoldWhite '#f0f6fc' | |
$re 16 '#f0883e' | |
$re 17 '#bd561d' | |
$re 18 '#21262d' | |
$re 19 '#30363d' | |
$re 20 '#8b949e' | |
$re 21 '#c9d1d9' | |
elif [ "$name" = "primer-dark-dimmed" ]; then # from primer | |
# Primer Dark Dimmed by Jimmy Lin | |
ForegroundColour '#909dab' | |
BackgroundColour '#1c2128' | |
CursorColour '#FFFFFF' | |
Black '#1c2128' | |
Red '#f47067' | |
Green '#57ab5a' | |
Yellow '#c69026' | |
Blue '#539bf5' | |
Magenta '#e275ad' | |
Cyan '#96d0ff' | |
White '#909dab' | |
BoldBlack '#545d68' | |
BoldRed '#f47067' | |
BoldGreen '#57ab5a' | |
BoldYellow '#c69026' | |
BoldBlue '#539bf5' | |
BoldMagenta '#e275ad' | |
BoldCyan '#96d0ff' | |
BoldWhite '#cdd9e5' | |
$re 16 '#e0823d' | |
$re 17 '#ae5622' | |
$re 18 '#373e47' | |
$re 19 '#444c56' | |
$re 20 '#768390' | |
$re 21 '#adbac7' | |
elif [ "$name" = "primer-dark-high-contrast" ]; then # from primer | |
# Primer Dark High Contrast by Jimmy Lin | |
ForegroundColour '#d9dee3' | |
BackgroundColour '#010409' | |
CursorColour '#FFFFFF' | |
Black '#010409' | |
Red '#ff9492' | |
Green '#26cd4d' | |
Yellow '#f0b72f' | |
Blue '#71b7ff' | |
Magenta '#ff8dc7' | |
Cyan '#addcff' | |
White '#d9dee3' | |
BoldBlack '#7a828e' | |
BoldRed '#ff9492' | |
BoldGreen '#26cd4d' | |
BoldYellow '#f0b72f' | |
BoldBlue '#71b7ff' | |
BoldMagenta '#ff8dc7' | |
BoldCyan '#addcff' | |
BoldWhite '#ffffff' | |
$re 16 '#fe9a2d' | |
$re 17 '#e7811d' | |
$re 18 '#272b33' | |
$re 19 '#525964' | |
$re 20 '#bdc4cc' | |
$re 21 '#f0f3f6' | |
elif [ "$name" = "primer-dark" ]; then # from primer | |
# Primer Dark by Jimmy Lin | |
ForegroundColour '#b1bac4' | |
BackgroundColour '#010409' | |
CursorColour '#FFFFFF' | |
Black '#010409' | |
Red '#ff7b72' | |
Green '#3fb950' | |
Yellow '#d29922' | |
Blue '#58a6ff' | |
Magenta '#f778ba' | |
Cyan '#a5d6ff' | |
White '#b1bac4' | |
BoldBlack '#484f58' | |
BoldRed '#ff7b72' | |
BoldGreen '#3fb950' | |
BoldYellow '#d29922' | |
BoldBlue '#58a6ff' | |
BoldMagenta '#f778ba' | |
BoldCyan '#a5d6ff' | |
BoldWhite '#f0f6fc' | |
$re 16 '#f0883e' | |
$re 17 '#bd561d' | |
$re 18 '#21262d' | |
$re 19 '#30363d' | |
$re 20 '#8b949e' | |
$re 21 '#c9d1d9' | |
elif [ "$name" = "primer-light-colorblind" ]; then # from primer | |
# Primer Light Colorblind by Jimmy Lin | |
ForegroundColour '#32383f' | |
BackgroundColour '#f6f8fa' | |
CursorColour '#FFFFFF' | |
Black '#f6f8fa' | |
Red '#ac5e00' | |
Green '#0566d5' | |
Yellow '#9a6700' | |
Blue '#0969da' | |
Magenta '#bf3989' | |
Cyan '#54aeff' | |
White '#32383f' | |
BoldBlack '#8c959f' | |
BoldRed '#ac5e00' | |
BoldGreen '#0566d5' | |
BoldYellow '#9a6700' | |
BoldBlue '#0969da' | |
BoldMagenta '#bf3989' | |
BoldCyan '#54aeff' | |
BoldWhite '#1b1f24' | |
$re 16 '#bc4c00' | |
$re 17 '#762c00' | |
$re 18 '#d0d7de' | |
$re 19 '#afb8c1' | |
$re 20 '#424a53' | |
$re 21 '#24292f' | |
elif [ "$name" = "primer-light" ]; then # from primer | |
# Primer Light by Jimmy Lin | |
ForegroundColour '#32383f' | |
BackgroundColour '#f6f8fa' | |
CursorColour '#FFFFFF' | |
Black '#f6f8fa' | |
Red '#cf222e' | |
Green '#1a7f37' | |
Yellow '#9a6700' | |
Blue '#0969da' | |
Magenta '#bf3989' | |
Cyan '#54aeff' | |
White '#32383f' | |
BoldBlack '#8c959f' | |
BoldRed '#cf222e' | |
BoldGreen '#1a7f37' | |
BoldYellow '#9a6700' | |
BoldBlue '#0969da' | |
BoldMagenta '#bf3989' | |
BoldCyan '#54aeff' | |
BoldWhite '#1b1f24' | |
$re 16 '#bc4c00' | |
$re 17 '#762c00' | |
$re 18 '#d0d7de' | |
$re 19 '#afb8c1' | |
$re 20 '#424a53' | |
$re 21 '#24292f' | |
elif [ "$name" = "qualia" ]; then # from qualia | |
# Qualia by isaacwhanson | |
ForegroundColour '#C0C0C0' | |
BackgroundColour '#101010' | |
CursorColour '#FFFFFF' | |
Black '#101010' | |
Red '#EFA6A2' | |
Green '#80C990' | |
Yellow '#E6A3DC' | |
Blue '#50CACD' | |
Magenta '#E0AF85' | |
Cyan '#C8C874' | |
White '#C0C0C0' | |
BoldBlack '#454545' | |
BoldRed '#EFA6A2' | |
BoldGreen '#80C990' | |
BoldYellow '#E6A3DC' | |
BoldBlue '#50CACD' | |
BoldMagenta '#E0AF85' | |
BoldCyan '#C8C874' | |
BoldWhite '#454545' | |
$re 16 '#A3B8EF' | |
$re 17 '#808080' | |
$re 18 '#454545' | |
$re 19 '#454545' | |
$re 20 '#808080' | |
$re 21 '#C0C0C0' | |
elif [ "$name" = "rebecca" ]; then # from rebecca | |
# Rebecca by Victor Borja (http://github.com/vic) based on Rebecca Theme (http://github.com/vic/rebecca-theme) | |
ForegroundColour '#f1eff8' | |
BackgroundColour '#292a44' | |
CursorColour '#FFFFFF' | |
Black '#292a44' | |
Red '#a0a0c5' | |
Green '#6dfedf' | |
Yellow '#ae81ff' | |
Blue '#2de0a7' | |
Magenta '#7aa5ff' | |
Cyan '#8eaee0' | |
White '#f1eff8' | |
BoldBlack '#666699' | |
BoldRed '#a0a0c5' | |
BoldGreen '#6dfedf' | |
BoldYellow '#ae81ff' | |
BoldBlue '#2de0a7' | |
BoldMagenta '#7aa5ff' | |
BoldCyan '#8eaee0' | |
BoldWhite '#53495d' | |
$re 16 '#efe4a1' | |
$re 17 '#ff79c6' | |
$re 18 '#663399' | |
$re 19 '#383a62' | |
$re 20 '#a0a0c5' | |
$re 21 '#ccccff' | |
elif [ "$name" = "rose-pine-dawn" ]; then # from rose-pine | |
# Rosé Pine Dawn by Emilia Dunfelt <[email protected]> | |
ForegroundColour '#575279' | |
BackgroundColour '#faf4ed' | |
CursorColour '#FFFFFF' | |
Black '#faf4ed' | |
Red '#1f1d2e' | |
Green '#d7827e' | |
Yellow '#ea9d34' | |
Blue '#56949f' | |
Magenta '#907aa9' | |
Cyan '#286983' | |
White '#575279' | |
BoldBlack '#9893a5' | |
BoldRed '#1f1d2e' | |
BoldGreen '#d7827e' | |
BoldYellow '#ea9d34' | |
BoldBlue '#56949f' | |
BoldMagenta '#907aa9' | |
BoldCyan '#286983' | |
BoldWhite '#26233a' | |
$re 16 '#b4637a' | |
$re 17 '#c5c3ce' | |
$re 18 '#fffaf3' | |
$re 19 '#f2e9de' | |
$re 20 '#6e6a86' | |
$re 21 '#555169' | |
elif [ "$name" = "rose-pine-moon" ]; then # from rose-pine | |
# Rosé Pine Moon by Emilia Dunfelt <[email protected]> | |
ForegroundColour '#e0def4' | |
BackgroundColour '#232136' | |
CursorColour '#FFFFFF' | |
Black '#232136' | |
Red '#ecebf0' | |
Green '#ea9a97' | |
Yellow '#f6c177' | |
Blue '#9ccfd8' | |
Magenta '#c4a7e7' | |
Cyan '#3e8fb0' | |
White '#e0def4' | |
BoldBlack '#59546d' | |
BoldRed '#ecebf0' | |
BoldGreen '#ea9a97' | |
BoldYellow '#f6c177' | |
BoldBlue '#9ccfd8' | |
BoldMagenta '#c4a7e7' | |
BoldCyan '#3e8fb0' | |
BoldWhite '#d9d7e1' | |
$re 16 '#eb6f92' | |
$re 17 '#b9b9bc' | |
$re 18 '#2a273f' | |
$re 19 '#393552' | |
$re 20 '#817c9c' | |
$re 21 '#f5f5f7' | |
elif [ "$name" = "rose-pine" ]; then # from rose-pine | |
# Rosé Pine by Emilia Dunfelt <[email protected]> | |
ForegroundColour '#e0def4' | |
BackgroundColour '#191724' | |
CursorColour '#FFFFFF' | |
Black '#191724' | |
Red '#e2e1e7' | |
Green '#ebbcba' | |
Yellow '#f6c177' | |
Blue '#9ccfd8' | |
Magenta '#c4a7e7' | |
Cyan '#31748f' | |
White '#e0def4' | |
BoldBlack '#555169' | |
BoldRed '#e2e1e7' | |
BoldGreen '#ebbcba' | |
BoldYellow '#f6c177' | |
BoldBlue '#9ccfd8' | |
BoldMagenta '#c4a7e7' | |
BoldCyan '#31748f' | |
BoldWhite '#c5c3ce' | |
$re 16 '#eb6f92' | |
$re 17 '#e5e5e5' | |
$re 18 '#1f1d2e' | |
$re 19 '#26233a' | |
$re 20 '#6e6a86' | |
$re 21 '#f0f0f3' | |
elif [ "$name" = "sagelight" ]; then # from sagelight | |
# Sagelight by Carter Veldhuizen | |
ForegroundColour '#383838' | |
BackgroundColour '#f8f8f8' | |
CursorColour '#FFFFFF' | |
Black '#f8f8f8' | |
Red '#fa8480' | |
Green '#a0d2c8' | |
Yellow '#ffdc61' | |
Blue '#a0a7d2' | |
Magenta '#c8a0d2' | |
Cyan '#a2d6f5' | |
White '#383838' | |
BoldBlack '#b8b8b8' | |
BoldRed '#fa8480' | |
BoldGreen '#a0d2c8' | |
BoldYellow '#ffdc61' | |
BoldBlue '#a0a7d2' | |
BoldMagenta '#c8a0d2' | |
BoldCyan '#a2d6f5' | |
BoldWhite '#181818' | |
$re 16 '#ffaa61' | |
$re 17 '#d2b2a0' | |
$re 18 '#e8e8e8' | |
$re 19 '#d8d8d8' | |
$re 20 '#585858' | |
$re 21 '#282828' | |
elif [ "$name" = "sakura" ]; then # from sakura | |
# Sakura by Misterio77 (http://github.com/Misterio77) | |
ForegroundColour '#564448' | |
BackgroundColour '#feedf3' | |
CursorColour '#FFFFFF' | |
Black '#feedf3' | |
Red '#df2d52' | |
Green '#2e916d' | |
Yellow '#c29461' | |
Blue '#006e93' | |
Magenta '#5e2180' | |
Cyan '#1d8991' | |
White '#564448' | |
BoldBlack '#755f64' | |
BoldRed '#df2d52' | |
BoldGreen '#2e916d' | |
BoldYellow '#c29461' | |
BoldBlue '#006e93' | |
BoldMagenta '#5e2180' | |
BoldCyan '#1d8991' | |
BoldWhite '#33292b' | |
$re 16 '#f6661e' | |
$re 17 '#ba0d35' | |
$re 18 '#f8e2e7' | |
$re 19 '#e0ccd1' | |
$re 20 '#665055' | |
$re 21 '#42383a' | |
elif [ "$name" = "sandcastle" ]; then # from sandcastle | |
# Sandcastle by George Essig (https://github.com/gessig) | |
ForegroundColour '#a89984' | |
BackgroundColour '#282c34' | |
CursorColour '#FFFFFF' | |
Black '#282c34' | |
Red '#83a598' | |
Green '#528b8b' | |
Yellow '#a07e3b' | |
Blue '#83a598' | |
Magenta '#d75f5f' | |
Cyan '#83a598' | |
White '#a89984' | |
BoldBlack '#665c54' | |
BoldRed '#83a598' | |
BoldGreen '#528b8b' | |
BoldYellow '#a07e3b' | |
BoldBlue '#83a598' | |
BoldMagenta '#d75f5f' | |
BoldCyan '#83a598' | |
BoldWhite '#fdf4c1' | |
$re 16 '#a07e3b' | |
$re 17 '#a87322' | |
$re 18 '#2c323b' | |
$re 19 '#3e4451' | |
$re 20 '#928374' | |
$re 21 '#d5c4a1' | |
elif [ "$name" = "summercamp" ]; then # from sc | |
# summercamp by zoe firi (zoefiri.github.io) | |
ForegroundColour '#736e55' | |
BackgroundColour '#1c1810' | |
CursorColour '#FFFFFF' | |
Black '#1c1810' | |
Red '#e35142' | |
Green '#5ceb5a' | |
Yellow '#f2ff27' | |
Blue '#489bf0' | |
Magenta '#FF8080' | |
Cyan '#5aebbc' | |
White '#736e55' | |
BoldBlack '#504b38' | |
BoldRed '#e35142' | |
BoldGreen '#5ceb5a' | |
BoldYellow '#f2ff27' | |
BoldBlue '#489bf0' | |
BoldMagenta '#FF8080' | |
BoldCyan '#5aebbc' | |
BoldWhite '#f8f5de' | |
$re 16 '#fba11b' | |
$re 17 '#F69BE7' | |
$re 18 '#2a261c' | |
$re 19 '#3a3527' | |
$re 20 '#5f5b45' | |
$re 21 '#bab696' | |
elif [ "$name" = "shades-of-purple" ]; then # from shades-of-purple | |
# Shades of Purple by Iolar Demartini Junior (http://github.com/demartini) based on Shades of Purple Theme (https://github.com/ahmadawais/shades-of-purple-vscode). | |
ForegroundColour '#c7c7c7' | |
BackgroundColour '#1e1e3f' | |
CursorColour '#FFFFFF' | |
Black '#1e1e3f' | |
Red '#d90429' | |
Green '#3ad900' | |
Yellow '#ffe700' | |
Blue '#6943ff' | |
Magenta '#ff2c70' | |
Cyan '#00c5c7' | |
White '#c7c7c7' | |
BoldBlack '#808080' | |
BoldRed '#d90429' | |
BoldGreen '#3ad900' | |
BoldYellow '#ffe700' | |
BoldBlue '#6943ff' | |
BoldMagenta '#ff2c70' | |
BoldCyan '#00c5c7' | |
BoldWhite '#ffffff' | |
$re 16 '#f92a1c' | |
$re 17 '#79e8fb' | |
$re 18 '#43d426' | |
$re 19 '#f1d000' | |
$re 20 '#6871ff' | |
$re 21 '#ff77ff' | |
elif [ "$name" = "shadesmear-dark" ]; then # from shadesmear | |
# ShadeSmear Dark by Kyle Giammarco (http://kyle.giammar.co) | |
ForegroundColour '#DBDBDB' | |
BackgroundColour '#232323' | |
CursorColour '#FFFFFF' | |
Black '#232323' | |
Red '#CC5450' | |
Green '#71983B' | |
Yellow '#307878' | |
Blue '#376388' | |
Magenta '#D7AB54' | |
Cyan '#C57D42' | |
White '#DBDBDB' | |
BoldBlack '#C0C0C0' | |
BoldRed '#CC5450' | |
BoldGreen '#71983B' | |
BoldYellow '#307878' | |
BoldBlue '#376388' | |
BoldMagenta '#D7AB54' | |
BoldCyan '#C57D42' | |
BoldWhite '#1C1C1C' | |
$re 16 '#A64270' | |
$re 17 '#6D6D6D' | |
$re 18 '#1C1C1C' | |
$re 19 '#4E4E4E' | |
$re 20 '#E4E4E4' | |
$re 21 '#E4E4E4' | |
elif [ "$name" = "shadesmear-light" ]; then # from shadesmear | |
# ShadeSmear Light by Kyle Giammarco (http://kyle.giammar.co) | |
ForegroundColour '#232323' | |
BackgroundColour '#DBDBDB' | |
CursorColour '#FFFFFF' | |
Black '#DBDBDB' | |
Red '#CC5450' | |
Green '#71983B' | |
Yellow '#307878' | |
Blue '#376388' | |
Magenta '#D7AB54' | |
Cyan '#C57D42' | |
White '#232323' | |
BoldBlack '#4E4E4E' | |
BoldRed '#CC5450' | |
BoldGreen '#71983B' | |
BoldYellow '#307878' | |
BoldBlue '#376388' | |
BoldMagenta '#D7AB54' | |
BoldCyan '#C57D42' | |
BoldWhite '#E4E4E4' | |
$re 16 '#A64270' | |
$re 17 '#6D6D6D' | |
$re 18 '#E4E4E4' | |
$re 19 '#C0C0C0' | |
$re 20 '#1C1C1C' | |
$re 21 '#1C1C1C' | |
elif [ "$name" = "silk-dark" ]; then # from silk | |
# Silk Dark by Gabriel Fontes (https://github.com/Misterio77) | |
ForegroundColour '#C7DBDD' | |
BackgroundColour '#0e3c46' | |
CursorColour '#FFFFFF' | |
Black '#0e3c46' | |
Red '#fb6953' | |
Green '#73d8ad' | |
Yellow '#fce380' | |
Blue '#46bddd' | |
Magenta '#756b8a' | |
Cyan '#3fb2b9' | |
White '#C7DBDD' | |
BoldBlack '#587073' | |
BoldRed '#fb6953' | |
BoldGreen '#73d8ad' | |
BoldYellow '#fce380' | |
BoldBlue '#46bddd' | |
BoldMagenta '#756b8a' | |
BoldCyan '#3fb2b9' | |
BoldWhite '#D2FAFF' | |
$re 16 '#fcab74' | |
$re 17 '#9b647b' | |
$re 18 '#1D494E' | |
$re 19 '#2A5054' | |
$re 20 '#9DC8CD' | |
$re 21 '#CBF2F7' | |
elif [ "$name" = "silk-light" ]; then # from silk | |
# Silk Light by Gabriel Fontes (https://github.com/Misterio77) | |
ForegroundColour '#385156' | |
BackgroundColour '#E9F1EF' | |
CursorColour '#FFFFFF' | |
Black '#E9F1EF' | |
Red '#CF432E' | |
Green '#6CA38C' | |
Yellow '#CFAD25' | |
Blue '#39AAC9' | |
Magenta '#6E6582' | |
Cyan '#329CA2' | |
White '#385156' | |
BoldBlack '#5C787B' | |
BoldRed '#CF432E' | |
BoldGreen '#6CA38C' | |
BoldYellow '#CFAD25' | |
BoldBlue '#39AAC9' | |
BoldMagenta '#6E6582' | |
BoldCyan '#329CA2' | |
BoldWhite '#D2FAFF' | |
$re 16 '#D27F46' | |
$re 17 '#865369' | |
$re 18 '#CCD4D3' | |
$re 19 '#90B7B6' | |
$re 20 '#4B5B5F' | |
$re 21 '#0e3c46' | |
elif [ "$name" = "snazzy" ]; then # from snazzy | |
# Snazzy by Chawye Hsu (https://github.com/chawyehsu) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy) | |
ForegroundColour '#e2e4e5' | |
BackgroundColour '#282a36' | |
CursorColour '#FFFFFF' | |
Black '#282a36' | |
Red '#ff5c57' | |
Green '#5af78e' | |
Yellow '#f3f99d' | |
Blue '#57c7ff' | |
Magenta '#ff6ac1' | |
Cyan '#9aedfe' | |
White '#e2e4e5' | |
BoldBlack '#78787e' | |
BoldRed '#ff5c57' | |
BoldGreen '#5af78e' | |
BoldYellow '#f3f99d' | |
BoldBlue '#57c7ff' | |
BoldMagenta '#ff6ac1' | |
BoldCyan '#9aedfe' | |
BoldWhite '#f1f1f0' | |
$re 16 '#ff9f43' | |
$re 17 '#b2643c' | |
$re 18 '#34353e' | |
$re 19 '#43454f' | |
$re 20 '#a5a5a9' | |
$re 21 '#eff0eb' | |
elif [ "$name" = "solarflare-light" ]; then # from solarflare | |
# Solar Flare Light by Chuck Harmston (https://chuck.harmston.ch) | |
ForegroundColour '#586875' | |
BackgroundColour '#F5F7FA' | |
CursorColour '#FFFFFF' | |
Black '#F5F7FA' | |
Red '#EF5253' | |
Green '#7CC844' | |
Yellow '#E4B51C' | |
Blue '#33B5E1' | |
Magenta '#A363D5' | |
Cyan '#52CBB0' | |
White '#586875' | |
BoldBlack '#85939E' | |
BoldRed '#EF5253' | |
BoldGreen '#7CC844' | |
BoldYellow '#E4B51C' | |
BoldBlue '#33B5E1' | |
BoldMagenta '#A363D5' | |
BoldCyan '#52CBB0' | |
BoldWhite '#18262F' | |
$re 16 '#E66B2B' | |
$re 17 '#D73C9A' | |
$re 18 '#E8E9ED' | |
$re 19 '#A6AFB8' | |
$re 20 '#667581' | |
$re 21 '#222E38' | |
elif [ "$name" = "solarflare" ]; then # from solarflare | |
# Solar Flare by Chuck Harmston (https://chuck.harmston.ch) | |
ForegroundColour '#A6AFB8' | |
BackgroundColour '#18262F' | |
CursorColour '#FFFFFF' | |
Black '#18262F' | |
Red '#EF5253' | |
Green '#7CC844' | |
Yellow '#E4B51C' | |
Blue '#33B5E1' | |
Magenta '#A363D5' | |
Cyan '#52CBB0' | |
White '#A6AFB8' | |
BoldBlack '#667581' | |
BoldRed '#EF5253' | |
BoldGreen '#7CC844' | |
BoldYellow '#E4B51C' | |
BoldBlue '#33B5E1' | |
BoldMagenta '#A363D5' | |
BoldCyan '#52CBB0' | |
BoldWhite '#F5F7FA' | |
$re 16 '#E66B2B' | |
$re 17 '#D73C9A' | |
$re 18 '#222E38' | |
$re 19 '#586875' | |
$re 20 '#85939E' | |
$re 21 '#E8E9ED' | |
elif [ "$name" = "solarized-dark" ]; then # from solarized | |
# Solarized Dark by Ethan Schoonover (modified by aramisgithub) | |
ForegroundColour '#93a1a1' | |
BackgroundColour '#002b36' | |
CursorColour '#FFFFFF' | |
Black '#002b36' | |
Red '#dc322f' | |
Green '#859900' | |
Yellow '#b58900' | |
Blue '#268bd2' | |
Magenta '#6c71c4' | |
Cyan '#2aa198' | |
White '#93a1a1' | |
BoldBlack '#657b83' | |
BoldRed '#dc322f' | |
BoldGreen '#859900' | |
BoldYellow '#b58900' | |
BoldBlue '#268bd2' | |
BoldMagenta '#6c71c4' | |
BoldCyan '#2aa198' | |
BoldWhite '#fdf6e3' | |
$re 16 '#cb4b16' | |
$re 17 '#d33682' | |
$re 18 '#073642' | |
$re 19 '#586e75' | |
$re 20 '#839496' | |
$re 21 '#eee8d5' | |
elif [ "$name" = "solarized-light" ]; then # from solarized | |
# Solarized Light by Ethan Schoonover (modified by aramisgithub) | |
ForegroundColour '#586e75' | |
BackgroundColour '#fdf6e3' | |
CursorColour '#FFFFFF' | |
Black '#fdf6e3' | |
Red '#dc322f' | |
Green '#859900' | |
Yellow '#b58900' | |
Blue '#268bd2' | |
Magenta '#6c71c4' | |
Cyan '#2aa198' | |
White '#586e75' | |
BoldBlack '#839496' | |
BoldRed '#dc322f' | |
BoldGreen '#859900' | |
BoldYellow '#b58900' | |
BoldBlue '#268bd2' | |
BoldMagenta '#6c71c4' | |
BoldCyan '#2aa198' | |
BoldWhite '#002b36' | |
$re 16 '#cb4b16' | |
$re 17 '#d33682' | |
$re 18 '#eee8d5' | |
$re 19 '#93a1a1' | |
$re 20 '#657b83' | |
$re 21 '#073642' | |
elif [ "$name" = "stella" ]; then # from stella | |
# Stella by Shrimpram | |
ForegroundColour '#998BAD' | |
BackgroundColour '#2B213C' | |
CursorColour '#FFFFFF' | |
Black '#2B213C' | |
Red '#C79987' | |
Green '#ACC79B' | |
Yellow '#C7C691' | |
Blue '#A5AAD4' | |
Magenta '#C594FF' | |
Cyan '#9BC7BF' | |
White '#998BAD' | |
BoldBlack '#655978' | |
BoldRed '#C79987' | |
BoldGreen '#ACC79B' | |
BoldYellow '#C7C691' | |
BoldBlue '#A5AAD4' | |
BoldMagenta '#C594FF' | |
BoldCyan '#9BC7BF' | |
BoldWhite '#EBDCFF' | |
$re 16 '#8865C6' | |
$re 17 '#C7AB87' | |
$re 18 '#362B48' | |
$re 19 '#4D4160' | |
$re 20 '#7F7192' | |
$re 21 '#B4A5C8' | |
elif [ "$name" = "still-alive" ]; then # from still-alive | |
# Still Alive by Derrick McKee ([email protected]) | |
ForegroundColour '#223965' | |
BackgroundColour '#f4eef2' | |
CursorColour '#FFFFFF' | |
Black '#f4eef2' | |
Red '#ae270d' | |
Green '#f30100' | |
Yellow '#249f11' | |
Blue '#f4800f' | |
Magenta '#150e06' | |
Cyan '#c5a074' | |
White '#223965' | |
BoldBlack '#5882ab' | |
BoldRed '#ae270d' | |
BoldGreen '#f30100' | |
BoldYellow '#249f11' | |
BoldBlue '#f4800f' | |
BoldMagenta '#150e06' | |
BoldCyan '#c5a074' | |
BoldWhite '#233648' | |
$re 16 '#fdbb1e' | |
$re 17 '#a475ac' | |
$re 18 '#d4dfe8' | |
$re 19 '#82bad8' | |
$re 20 '#425f7a' | |
$re 21 '#1d3b66' | |
elif [ "$name" = "summerfruit-dark" ]; then # from summerfruit | |
# Summerfruit Dark by Christopher Corley (http://christop.club/) | |
ForegroundColour '#D0D0D0' | |
BackgroundColour '#151515' | |
CursorColour '#FFFFFF' | |
Black '#151515' | |
Red '#FF0086' | |
Green '#00C918' | |
Yellow '#ABA800' | |
Blue '#3777E6' | |
Magenta '#AD00A1' | |
Cyan '#1FAAAA' | |
White '#D0D0D0' | |
BoldBlack '#505050' | |
BoldRed '#FF0086' | |
BoldGreen '#00C918' | |
BoldYellow '#ABA800' | |
BoldBlue '#3777E6' | |
BoldMagenta '#AD00A1' | |
BoldCyan '#1FAAAA' | |
BoldWhite '#FFFFFF' | |
$re 16 '#FD8900' | |
$re 17 '#CC6633' | |
$re 18 '#202020' | |
$re 19 '#303030' | |
$re 20 '#B0B0B0' | |
$re 21 '#E0E0E0' | |
elif [ "$name" = "summerfruit-light" ]; then # from summerfruit | |
# Summerfruit Light by Christopher Corley (http://christop.club/) | |
ForegroundColour '#101010' | |
BackgroundColour '#FFFFFF' | |
CursorColour '#FFFFFF' | |
Black '#FFFFFF' | |
Red '#FF0086' | |
Green '#00C918' | |
Yellow '#ABA800' | |
Blue '#3777E6' | |
Magenta '#AD00A1' | |
Cyan '#1FAAAA' | |
White '#101010' | |
BoldBlack '#B0B0B0' | |
BoldRed '#FF0086' | |
BoldGreen '#00C918' | |
BoldYellow '#ABA800' | |
BoldBlue '#3777E6' | |
BoldMagenta '#AD00A1' | |
BoldCyan '#1FAAAA' | |
BoldWhite '#202020' | |
$re 16 '#FD8900' | |
$re 17 '#CC6633' | |
$re 18 '#E0E0E0' | |
$re 19 '#D0D0D0' | |
$re 20 '#000000' | |
$re 21 '#151515' | |
elif [ "$name" = "synth-midnight-dark" ]; then # from synth-midnight | |
# Synth Midnight Terminal Dark by Michaël Ball (http://github.com/michael-ball/) | |
ForegroundColour '#c1c3c4' | |
BackgroundColour '#050608' | |
CursorColour '#FFFFFF' | |
Black '#050608' | |
Red '#b53b50' | |
Green '#06ea61' | |
Yellow '#c9d364' | |
Blue '#03aeff' | |
Magenta '#ea5ce2' | |
Cyan '#42fff9' | |
White '#c1c3c4' | |
BoldBlack '#474849' | |
BoldRed '#b53b50' | |
BoldGreen '#06ea61' | |
BoldYellow '#c9d364' | |
BoldBlue '#03aeff' | |
BoldMagenta '#ea5ce2' | |
BoldCyan '#42fff9' | |
BoldWhite '#dddfe0' | |
$re 16 '#ea770d' | |
$re 17 '#cd6320' | |
$re 18 '#1a1b1c' | |
$re 19 '#28292a' | |
$re 20 '#a3a5a6' | |
$re 21 '#cfd1d2' | |
elif [ "$name" = "synth-midnight-light" ]; then # from synth-midnight | |
# Synth Midnight Terminal Light by Michaël Ball (http://github.com/michael-ball/) | |
ForegroundColour '#28292a' | |
BackgroundColour '#dddfe0' | |
CursorColour '#FFFFFF' | |
Black '#dddfe0' | |
Red '#b53b50' | |
Green '#06ea61' | |
Yellow '#c9d364' | |
Blue '#03aeff' | |
Magenta '#ea5ce2' | |
Cyan '#42fff9' | |
White '#28292a' | |
BoldBlack '#a3a5a6' | |
BoldRed '#b53b50' | |
BoldGreen '#06ea61' | |
BoldYellow '#c9d364' | |
BoldBlue '#03aeff' | |
BoldMagenta '#ea5ce2' | |
BoldCyan '#42fff9' | |
BoldWhite '#050608' | |
$re 16 '#ea770d' | |
$re 17 '#cd6320' | |
$re 18 '#cfd1d2' | |
$re 19 '#c1c3c4' | |
$re 20 '#474849' | |
$re 21 '#1a1b1c' | |
elif [ "$name" = "tango" ]; then # from tango | |
# Tango by @Schnouki, based on the Tango Desktop Project | |
ForegroundColour '#d3d7cf' | |
BackgroundColour '#2e3436' | |
CursorColour '#FFFFFF' | |
Black '#2e3436' | |
Red '#cc0000' | |
Green '#4e9a06' | |
Yellow '#c4a000' | |
Blue '#3465a4' | |
Magenta '#75507b' | |
Cyan '#06989a' | |
White '#d3d7cf' | |
BoldBlack '#555753' | |
BoldRed '#cc0000' | |
BoldGreen '#4e9a06' | |
BoldYellow '#c4a000' | |
BoldBlue '#3465a4' | |
BoldMagenta '#75507b' | |
BoldCyan '#06989a' | |
BoldWhite '#eeeeec' | |
$re 16 '#ef2929' | |
$re 17 '#34e2e2' | |
$re 18 '#8ae234' | |
$re 19 '#fce94f' | |
$re 20 '#729fcf' | |
$re 21 '#ad7fa8' | |
elif [ "$name" = "tender" ]; then # from tender | |
# tender by Jacobo Tabernero (https://github.com/jacoborus/tender.vim) | |
ForegroundColour '#eeeeee' | |
BackgroundColour '#282828' | |
CursorColour '#FFFFFF' | |
Black '#282828' | |
Red '#f43753' | |
Green '#c9d05c' | |
Yellow '#ffc24b' | |
Blue '#b3deef' | |
Magenta '#d3b987' | |
Cyan '#73cef4' | |
White '#eeeeee' | |
BoldBlack '#4c4c4c' | |
BoldRed '#f43753' | |
BoldGreen '#c9d05c' | |
BoldYellow '#ffc24b' | |
BoldBlue '#b3deef' | |
BoldMagenta '#d3b987' | |
BoldCyan '#73cef4' | |
BoldWhite '#feffff' | |
$re 16 '#dc9656' | |
$re 17 '#a16946' | |
$re 18 '#383838' | |
$re 19 '#484848' | |
$re 20 '#b8b8b8' | |
$re 21 '#e8e8e8' | |
elif [ "$name" = "tokyo-city-dark" ]; then # from tokyo-city | |
# Tokyo City Dark by Michaël Ball | |
ForegroundColour '#D8E2EC' | |
BackgroundColour '#171D23' | |
CursorColour '#FFFFFF' | |
Black '#171D23' | |
Red '#F7768E' | |
Green '#9ECE6A' | |
Yellow '#B7C5D3' | |
Blue '#7AA2F7' | |
Magenta '#BB9AF7' | |
Cyan '#89DDFF' | |
White '#D8E2EC' | |
BoldBlack '#526270' | |
BoldRed '#F7768E' | |
BoldGreen '#9ECE6A' | |
BoldYellow '#B7C5D3' | |
BoldBlue '#7AA2F7' | |
BoldMagenta '#BB9AF7' | |
BoldCyan '#89DDFF' | |
BoldWhite '#FBFBFD' | |
$re 16 '#FF9E64' | |
$re 17 '#BB9AF7' | |
$re 18 '#1D252C' | |
$re 19 '#28323A' | |
$re 20 '#B7C5D3' | |
$re 21 '#F6F6F8' | |
elif [ "$name" = "tokyo-city-light" ]; then # from tokyo-city | |
# Tokyo City Light by Michaël Ball | |
ForegroundColour '#343B59' | |
BackgroundColour '#FBFBFD' | |
CursorColour '#FFFFFF' | |
Black '#FBFBFD' | |
Red '#8C4351' | |
Green '#485E30' | |
Yellow '#4C505E' | |
Blue '#34548a' | |
Magenta '#5A4A78' | |
Cyan '#4C505E' | |
White '#343B59' | |
BoldBlack '#9699A3' | |
BoldRed '#8C4351' | |
BoldGreen '#485E30' | |
BoldYellow '#4C505E' | |
BoldBlue '#34548a' | |
BoldMagenta '#5A4A78' | |
BoldCyan '#4C505E' | |
BoldWhite '#171D23' | |
$re 16 '#965027' | |
$re 17 '#5A4A78' | |
$re 18 '#F6F6F8' | |
$re 19 '#EDEFF6' | |
$re 20 '#4c505e' | |
$re 21 '#1D252C' | |
elif [ "$name" = "tokyo-city-terminal-dark" ]; then # from tokyo-city | |
# Tokyo City Terminal Dark by Michaël Ball | |
ForegroundColour '#D8E2EC' | |
BackgroundColour '#171D23' | |
CursorColour '#FFFFFF' | |
Black '#171D23' | |
Red '#D95468' | |
Green '#8BD49C' | |
Yellow '#EBBF83' | |
Blue '#539AFC' | |
Magenta '#B62D65' | |
Cyan '#70E1E8' | |
White '#D8E2EC' | |
BoldBlack '#526270' | |
BoldRed '#D95468' | |
BoldGreen '#8BD49C' | |
BoldYellow '#EBBF83' | |
BoldBlue '#539AFC' | |
BoldMagenta '#B62D65' | |
BoldCyan '#70E1E8' | |
BoldWhite '#FBFBFD' | |
$re 16 '#FF9E64' | |
$re 17 '#DD9D82' | |
$re 18 '#1D252C' | |
$re 19 '#28323A' | |
$re 20 '#B7C5D3' | |
$re 21 '#F6F6F8' | |
elif [ "$name" = "tokyo-city-terminal-light" ]; then # from tokyo-city | |
# Tokyo City Terminal Light by Michaël Ball | |
ForegroundColour '#28323A' | |
BackgroundColour '#FBFBFD' | |
CursorColour '#FFFFFF' | |
Black '#FBFBFD' | |
Red '#8C4351' | |
Green '#33635C' | |
Yellow '#8f5E15' | |
Blue '#34548A' | |
Magenta '#5A4A78' | |
Cyan '#0F4B6E' | |
White '#28323A' | |
BoldBlack '#B7C5D3' | |
BoldRed '#8C4351' | |
BoldGreen '#33635C' | |
BoldYellow '#8f5E15' | |
BoldBlue '#34548A' | |
BoldMagenta '#5A4A78' | |
BoldCyan '#0F4B6E' | |
BoldWhite '#171D23' | |
$re 16 '#965027' | |
$re 17 '#7E5140' | |
$re 18 '#F6F6F8' | |
$re 19 '#D8E2EC' | |
$re 20 '#526270' | |
$re 21 '#1D252C' | |
elif [ "$name" = "tokyo-night-dark" ]; then # from tokyo-night | |
# Tokyo Night Dark by Michaël Ball | |
ForegroundColour '#A9B1D6' | |
BackgroundColour '#1A1B26' | |
CursorColour '#FFFFFF' | |
Black '#1A1B26' | |
Red '#C0CAF5' | |
Green '#9ECE6A' | |
Yellow '#0DB9D7' | |
Blue '#2AC3DE' | |
Magenta '#BB9AF7' | |
Cyan '#B4F9F8' | |
White '#A9B1D6' | |
BoldBlack '#444B6A' | |
BoldRed '#C0CAF5' | |
BoldGreen '#9ECE6A' | |
BoldYellow '#0DB9D7' | |
BoldBlue '#2AC3DE' | |
BoldMagenta '#BB9AF7' | |
BoldCyan '#B4F9F8' | |
BoldWhite '#D5D6DB' | |
$re 16 '#A9B1D6' | |
$re 17 '#F7768E' | |
$re 18 '#16161E' | |
$re 19 '#2F3549' | |
$re 20 '#787C99' | |
$re 21 '#CBCCD1' | |
elif [ "$name" = "tokyo-night-light" ]; then # from tokyo-night | |
# Tokyo Night Light by Michaël Ball | |
ForegroundColour '#343B59' | |
BackgroundColour '#D5D6DB' | |
CursorColour '#FFFFFF' | |
Black '#D5D6DB' | |
Red '#343B58' | |
Green '#485E30' | |
Yellow '#166775' | |
Blue '#34548A' | |
Magenta '#5A4A78' | |
Cyan '#3E6968' | |
White '#343B59' | |
BoldBlack '#9699A3' | |
BoldRed '#343B58' | |
BoldGreen '#485E30' | |
BoldYellow '#166775' | |
BoldBlue '#34548A' | |
BoldMagenta '#5A4A78' | |
BoldCyan '#3E6968' | |
BoldWhite '#1A1B26' | |
$re 16 '#965027' | |
$re 17 '#8C4351' | |
$re 18 '#CBCCD1' | |
$re 19 '#DFE0E5' | |
$re 20 '#4C505E' | |
$re 21 '#1A1B26' | |
elif [ "$name" = "tokyo-night-storm" ]; then # from tokyo-night | |
# Tokyo Night Storm by Michaël Ball | |
ForegroundColour '#A9B1D6' | |
BackgroundColour '#24283B' | |
CursorColour '#FFFFFF' | |
Black '#24283B' | |
Red '#C0CAF5' | |
Green '#9ECE6A' | |
Yellow '#0DB9D7' | |
Blue '#2AC3DE' | |
Magenta '#BB9AF7' | |
Cyan '#B4F9F8' | |
White '#A9B1D6' | |
BoldBlack '#444B6A' | |
BoldRed '#C0CAF5' | |
BoldGreen '#9ECE6A' | |
BoldYellow '#0DB9D7' | |
BoldBlue '#2AC3DE' | |
BoldMagenta '#BB9AF7' | |
BoldCyan '#B4F9F8' | |
BoldWhite '#D5D6DB' | |
$re 16 '#A9B1D6' | |
$re 17 '#F7768E' | |
$re 18 '#16161E' | |
$re 19 '#343A52' | |
$re 20 '#787C99' | |
$re 21 '#CBCCD1' | |
elif [ "$name" = "tokyo-night-terminal-dark" ]; then # from tokyo-night | |
# Tokyo Night Terminal Dark by Michaël Ball | |
ForegroundColour '#787C99' | |
BackgroundColour '#16161E' | |
CursorColour '#FFFFFF' | |
Black '#16161E' | |
Red '#F7768E' | |
Green '#41A6B5' | |
Yellow '#E0AF68' | |
Blue '#7AA2F7' | |
Magenta '#BB9AF7' | |
Cyan '#7DCFFF' | |
White '#787C99' | |
BoldBlack '#444B6A' | |
BoldRed '#F7768E' | |
BoldGreen '#41A6B5' | |
BoldYellow '#E0AF68' | |
BoldBlue '#7AA2F7' | |
BoldMagenta '#BB9AF7' | |
BoldCyan '#7DCFFF' | |
BoldWhite '#D5D6DB' | |
$re 16 '#FF9E64' | |
$re 17 '#D18616' | |
$re 18 '#1A1B26' | |
$re 19 '#2F3549' | |
$re 20 '#787C99' | |
$re 21 '#CBCCD1' | |
elif [ "$name" = "tokyo-night-terminal-light" ]; then # from tokyo-night | |
# Tokyo Night Terminal Light by Michaël Ball | |
ForegroundColour '#4C505E' | |
BackgroundColour '#D5D6DB' | |
CursorColour '#FFFFFF' | |
Black '#D5D6DB' | |
Red '#8C4351' | |
Green '#33635C' | |
Yellow '#8F5E15' | |
Blue '#34548A' | |
Magenta '#5A4A78' | |
Cyan '#0F4B6E' | |
White '#4C505E' | |
BoldBlack '#9699A3' | |
BoldRed '#8C4351' | |
BoldGreen '#33635C' | |
BoldYellow '#8F5E15' | |
BoldBlue '#34548A' | |
BoldMagenta '#5A4A78' | |
BoldCyan '#0F4B6E' | |
BoldWhite '#1A1B26' | |
$re 16 '#965027' | |
$re 17 '#655259' | |
$re 18 '#CBCCD1' | |
$re 19 '#DFE0E5' | |
$re 20 '#4C505E' | |
$re 21 '#1A1B26' | |
elif [ "$name" = "tokyo-night-terminal-storm" ]; then # from tokyo-night | |
# Tokyo Night Terminal Storm by Michaël Ball | |
ForegroundColour '#787C99' | |
BackgroundColour '#24283B' | |
CursorColour '#FFFFFF' | |
Black '#24283B' | |
Red '#F7768E' | |
Green '#41A6B5' | |
Yellow '#E0AF68' | |
Blue '#7AA2F7' | |
Magenta '#BB9AF7' | |
Cyan '#7DCFFF' | |
White '#787C99' | |
BoldBlack '#444B6A' | |
BoldRed '#F7768E' | |
BoldGreen '#41A6B5' | |
BoldYellow '#E0AF68' | |
BoldBlue '#7AA2F7' | |
BoldMagenta '#BB9AF7' | |
BoldCyan '#7DCFFF' | |
BoldWhite '#D5D6DB' | |
$re 16 '#FF9E64' | |
$re 17 '#D18616' | |
$re 18 '#1A1B26' | |
$re 19 '#343A52' | |
$re 20 '#787C99' | |
$re 21 '#CBCCD1' | |
elif [ "$name" = "tokyonight" ]; then # from tokyonight | |
# Tokyonight by Folke Lemaitre (https://github.com/folke) | |
ForegroundColour '#c0caf5' | |
BackgroundColour '#24283b' | |
CursorColour '#FFFFFF' | |
Black '#24283b' | |
Red '#f7768e' | |
Green '#9ece6a' | |
Yellow '#e0af68' | |
Blue '#41a6b5' | |
Magenta '#bb9af7' | |
Cyan '#1abc9c' | |
White '#c0caf5' | |
BoldBlack '#565f89' | |
BoldRed '#f7768e' | |
BoldGreen '#9ece6a' | |
BoldYellow '#e0af68' | |
BoldBlue '#41a6b5' | |
BoldMagenta '#bb9af7' | |
BoldCyan '#1abc9c' | |
BoldWhite '#c0caf5' | |
$re 16 '#ff9e64' | |
$re 17 '#ff007c' | |
$re 18 '#1f2335' | |
$re 19 '#292e42' | |
$re 20 '#a9b1d6' | |
$re 21 '#c0caf5' | |
elif [ "$name" = "tomorrow-night-bright" ]; then # from tomorrow | |
# Tomorrow Night Bright by Chris Kempson (http://chriskempson.com) | |
ForegroundColour '#eaeaea' | |
BackgroundColour '#000000' | |
CursorColour '#FFFFFF' | |
Black '#000000' | |
Red '#d54e53' | |
Green '#b9ca4a' | |
Yellow '#e7c547' | |
Blue '#7aa6da' | |
Magenta '#c397d8' | |
Cyan '#70c0b1' | |
White '#eaeaea' | |
BoldBlack '#969896' | |
BoldRed '#d54e53' | |
BoldGreen '#b9ca4a' | |
BoldYellow '#e7c547' | |
BoldBlue '#7aa6da' | |
BoldMagenta '#c397d8' | |
BoldCyan '#70c0b1' | |
BoldWhite '#ffffff' | |
$re 16 '#e78c45' | |
$re 17 '#a3685a' | |
$re 18 '#2a2a2a' | |
$re 19 '#424242' | |
$re 20 '#b4b7b4' | |
$re 21 '#e0e0e0' | |
elif [ "$name" = "tomorrow-night-eighties" ]; then # from tomorrow | |
# Tomorrow Night by Chris Kempson (http://chriskempson.com) | |
ForegroundColour '#cccccc' | |
BackgroundColour '#2d2d2d' | |
CursorColour '#FFFFFF' | |
Black '#2d2d2d' | |
Red '#f2777a' | |
Green '#99cc99' | |
Yellow '#ffcc66' | |
Blue '#6699cc' | |
Magenta '#cc99cc' | |
Cyan '#66cccc' | |
White '#cccccc' | |
BoldBlack '#999999' | |
BoldRed '#f2777a' | |
BoldGreen '#99cc99' | |
BoldYellow '#ffcc66' | |
BoldBlue '#6699cc' | |
BoldMagenta '#cc99cc' | |
BoldCyan '#66cccc' | |
BoldWhite '#ffffff' | |
$re 16 '#f99157' | |
$re 17 '#a3685a' | |
$re 18 '#393939' | |
$re 19 '#515151' | |
$re 20 '#b4b7b4' | |
$re 21 '#e0e0e0' | |
elif [ "$name" = "tomorrow-night" ]; then # from tomorrow | |
# Tomorrow Night by Chris Kempson (http://chriskempson.com) | |
ForegroundColour '#c5c8c6' | |
BackgroundColour '#1d1f21' | |
CursorColour '#FFFFFF' | |
Black '#1d1f21' | |
Red '#cc6666' | |
Green '#b5bd68' | |
Yellow '#f0c674' | |
Blue '#81a2be' | |
Magenta '#b294bb' | |
Cyan '#8abeb7' | |
White '#c5c8c6' | |
BoldBlack '#969896' | |
BoldRed '#cc6666' | |
BoldGreen '#b5bd68' | |
BoldYellow '#f0c674' | |
BoldBlue '#81a2be' | |
BoldMagenta '#b294bb' | |
BoldCyan '#8abeb7' | |
BoldWhite '#ffffff' | |
$re 16 '#de935f' | |
$re 17 '#a3685a' | |
$re 18 '#282a2e' | |
$re 19 '#373b41' | |
$re 20 '#b4b7b4' | |
$re 21 '#e0e0e0' | |
elif [ "$name" = "tomorrow" ]; then # from tomorrow | |
# Tomorrow by Chris Kempson (http://chriskempson.com) | |
ForegroundColour '#4d4d4c' | |
BackgroundColour '#ffffff' | |
CursorColour '#FFFFFF' | |
Black '#ffffff' | |
Red '#c82829' | |
Green '#718c00' | |
Yellow '#eab700' | |
Blue '#4271ae' | |
Magenta '#8959a8' | |
Cyan '#3e999f' | |
White '#4d4d4c' | |
BoldBlack '#8e908c' | |
BoldRed '#c82829' | |
BoldGreen '#718c00' | |
BoldYellow '#eab700' | |
BoldBlue '#4271ae' | |
BoldMagenta '#8959a8' | |
BoldCyan '#3e999f' | |
BoldWhite '#1d1f21' | |
$re 16 '#f5871f' | |
$re 17 '#a3685a' | |
$re 18 '#e0e0e0' | |
$re 19 '#d6d6d6' | |
$re 20 '#969896' | |
$re 21 '#282a2e' | |
elif [ "$name" = "twilight" ]; then # from twilight | |
# Twilight by David Hart (https://github.com/hartbit) | |
ForegroundColour '#a7a7a7' | |
BackgroundColour '#1e1e1e' | |
CursorColour '#FFFFFF' | |
Black '#1e1e1e' | |
Red '#cf6a4c' | |
Green '#8f9d6a' | |
Yellow '#f9ee98' | |
Blue '#7587a6' | |
Magenta '#9b859d' | |
Cyan '#afc4db' | |
White '#a7a7a7' | |
BoldBlack '#5f5a60' | |
BoldRed '#cf6a4c' | |
BoldGreen '#8f9d6a' | |
BoldYellow '#f9ee98' | |
BoldBlue '#7587a6' | |
BoldMagenta '#9b859d' | |
BoldCyan '#afc4db' | |
BoldWhite '#ffffff' | |
$re 16 '#cda869' | |
$re 17 '#9b703f' | |
$re 18 '#323537' | |
$re 19 '#464b50' | |
$re 20 '#838184' | |
$re 21 '#c3c3c3' | |
elif [ "$name" = "3024" ]; then # from unclaimed-schemes | |
# 3024 by Jan T. Sott (http://github.com/idleberg) | |
ForegroundColour '#a5a2a2' | |
BackgroundColour '#090300' | |
CursorColour '#FFFFFF' | |
Black '#090300' | |
Red '#db2d20' | |
Green '#01a252' | |
Yellow '#fded02' | |
Blue '#01a0e4' | |
Magenta '#a16a94' | |
Cyan '#b5e4f4' | |
White '#a5a2a2' | |
BoldBlack '#5c5855' | |
BoldRed '#db2d20' | |
BoldGreen '#01a252' | |
BoldYellow '#fded02' | |
BoldBlue '#01a0e4' | |
BoldMagenta '#a16a94' | |
BoldCyan '#b5e4f4' | |
BoldWhite '#f7f7f7' | |
$re 16 '#e8bbd0' | |
$re 17 '#cdab53' | |
$re 18 '#3a3432' | |
$re 19 '#4a4543' | |
$re 20 '#807d7c' | |
$re 21 '#d6d5d4' | |
elif [ "$name" = "apathy" ]; then # from unclaimed-schemes | |
# Apathy by Jannik Siebert (https://github.com/janniks) | |
ForegroundColour '#81B5AC' | |
BackgroundColour '#031A16' | |
CursorColour '#FFFFFF' | |
Black '#031A16' | |
Red '#3E9688' | |
Green '#883E96' | |
Yellow '#3E4C96' | |
Blue '#96883E' | |
Magenta '#4C963E' | |
Cyan '#963E4C' | |
White '#81B5AC' | |
BoldBlack '#2B685E' | |
BoldRed '#3E9688' | |
BoldGreen '#883E96' | |
BoldYellow '#3E4C96' | |
BoldBlue '#96883E' | |
BoldMagenta '#4C963E' | |
BoldCyan '#963E4C' | |
BoldWhite '#D2E7E4' | |
$re 16 '#3E7996' | |
$re 17 '#3E965B' | |
$re 18 '#0B342D' | |
$re 19 '#184E45' | |
$re 20 '#5F9C92' | |
$re 21 '#A7CEC8' | |
elif [ "$name" = "ashes" ]; then # from unclaimed-schemes | |
# Ashes by Jannik Siebert (https://github.com/janniks) | |
ForegroundColour '#C7CCD1' | |
BackgroundColour '#1C2023' | |
CursorColour '#FFFFFF' | |
Black '#1C2023' | |
Red '#C7AE95' | |
Green '#95C7AE' | |
Yellow '#AEC795' | |
Blue '#AE95C7' | |
Magenta '#C795AE' | |
Cyan '#95AEC7' | |
White '#C7CCD1' | |
BoldBlack '#747C84' | |
BoldRed '#C7AE95' | |
BoldGreen '#95C7AE' | |
BoldYellow '#AEC795' | |
BoldBlue '#AE95C7' | |
BoldMagenta '#C795AE' | |
BoldCyan '#95AEC7' | |
BoldWhite '#F3F4F5' | |
$re 16 '#C7C795' | |
$re 17 '#C79595' | |
$re 18 '#393F45' | |
$re 19 '#565E65' | |
$re 20 '#ADB3BA' | |
$re 21 '#DFE2E5' | |
elif [ "$name" = "bespin" ]; then # from unclaimed-schemes | |
# Bespin by Jan T. Sott | |
ForegroundColour '#8a8986' | |
BackgroundColour '#28211c' | |
CursorColour '#FFFFFF' | |
Black '#28211c' | |
Red '#cf6a4c' | |
Green '#54be0d' | |
Yellow '#f9ee98' | |
Blue '#5ea6ea' | |
Magenta '#9b859d' | |
Cyan '#afc4db' | |
White '#8a8986' | |
BoldBlack '#666666' | |
BoldRed '#cf6a4c' | |
BoldGreen '#54be0d' | |
BoldYellow '#f9ee98' | |
BoldBlue '#5ea6ea' | |
BoldMagenta '#9b859d' | |
BoldCyan '#afc4db' | |
BoldWhite '#baae9e' | |
$re 16 '#cf7d34' | |
$re 17 '#937121' | |
$re 18 '#36312e' | |
$re 19 '#5e5d5c' | |
$re 20 '#797977' | |
$re 21 '#9d9b97' | |
elif [ "$name" = "brewer" ]; then # from unclaimed-schemes | |
# Brewer by Timothée Poisot (http://github.com/tpoisot) | |
ForegroundColour '#b7b8b9' | |
BackgroundColour '#0c0d0e' | |
CursorColour '#FFFFFF' | |
Black '#0c0d0e' | |
Red '#e31a1c' | |
Green '#31a354' | |
Yellow '#dca060' | |
Blue '#3182bd' | |
Magenta '#756bb1' | |
Cyan '#80b1d3' | |
White '#b7b8b9' | |
BoldBlack '#737475' | |
BoldRed '#e31a1c' | |
BoldGreen '#31a354' | |
BoldYellow '#dca060' | |
BoldBlue '#3182bd' | |
BoldMagenta '#756bb1' | |
BoldCyan '#80b1d3' | |
BoldWhite '#fcfdfe' | |
$re 16 '#e6550d' | |
$re 17 '#b15928' | |
$re 18 '#2e2f30' | |
$re 19 '#515253' | |
$re 20 '#959697' | |
$re 21 '#dadbdc' | |
elif [ "$name" = "bright" ]; then # from unclaimed-schemes | |
# Bright by Chris Kempson (http://chriskempson.com) | |
ForegroundColour '#e0e0e0' | |
BackgroundColour '#000000' | |
CursorColour '#FFFFFF' | |
Black '#000000' | |
Red '#fb0120' | |
Green '#a1c659' | |
Yellow '#fda331' | |
Blue '#6fb3d2' | |
Magenta '#d381c3' | |
Cyan '#76c7b7' | |
White '#e0e0e0' | |
BoldBlack '#b0b0b0' | |
BoldRed '#fb0120' | |
BoldGreen '#a1c659' | |
BoldYellow '#fda331' | |
BoldBlue '#6fb3d2' | |
BoldMagenta '#d381c3' | |
BoldCyan '#76c7b7' | |
BoldWhite '#ffffff' | |
$re 16 '#fc6d24' | |
$re 17 '#be643c' | |
$re 18 '#303030' | |
$re 19 '#505050' | |
$re 20 '#d0d0d0' | |
$re 21 '#f5f5f5' | |
elif [ "$name" = "chalk" ]; then # from unclaimed-schemes | |
# Chalk by Chris Kempson (http://chriskempson.com) | |
ForegroundColour '#d0d0d0' | |
BackgroundColour '#151515' | |
CursorColour '#FFFFFF' | |
Black '#151515' | |
Red '#fb9fb1' | |
Green '#acc267' | |
Yellow '#ddb26f' | |
Blue '#6fc2ef' | |
Magenta '#e1a3ee' | |
Cyan '#12cfc0' | |
White '#d0d0d0' | |
BoldBlack '#505050' | |
BoldRed '#fb9fb1' | |
BoldGreen '#acc267' | |
BoldYellow '#ddb26f' | |
BoldBlue '#6fc2ef' | |
BoldMagenta '#e1a3ee' | |
BoldCyan '#12cfc0' | |
BoldWhite '#f5f5f5' | |
$re 16 '#eda987' | |
$re 17 '#deaf8f' | |
$re 18 '#202020' | |
$re 19 '#303030' | |
$re 20 '#b0b0b0' | |
$re 21 '#e0e0e0' | |
elif [ "$name" = "darktooth" ]; then # from unclaimed-schemes | |
# Darktooth by Jason Milkins (https://github.com/jasonm23) | |
ForegroundColour '#A89984' | |
BackgroundColour '#1D2021' | |
CursorColour '#FFFFFF' | |
Black '#1D2021' | |
Red '#FB543F' | |
Green '#95C085' | |
Yellow '#FAC03B' | |
Blue '#0D6678' | |
Magenta '#8F4673' | |
Cyan '#8BA59B' | |
White '#A89984' | |
BoldBlack '#665C54' | |
BoldRed '#FB543F' | |
BoldGreen '#95C085' | |
BoldYellow '#FAC03B' | |
BoldBlue '#0D6678' | |
BoldMagenta '#8F4673' | |
BoldCyan '#8BA59B' | |
BoldWhite '#FDF4C1' | |
$re 16 '#FE8625' | |
$re 17 '#A87322' | |
$re 18 '#32302F' | |
$re 19 '#504945' | |
$re 20 '#928374' | |
$re 21 '#D5C4A1' | |
elif [ "$name" = "embers" ]; then # from unclaimed-schemes | |
# Embers by Jannik Siebert (https://github.com/janniks) | |
ForegroundColour '#A39A90' | |
BackgroundColour '#16130F' | |
CursorColour '#FFFFFF' | |
Black '#16130F' | |
Red '#826D57' | |
Green '#57826D' | |
Yellow '#6D8257' | |
Blue '#6D5782' | |
Magenta '#82576D' | |
Cyan '#576D82' | |
White '#A39A90' | |
BoldBlack '#5A5047' | |
BoldRed '#826D57' | |
BoldGreen '#57826D' | |
BoldYellow '#6D8257' | |
BoldBlue '#6D5782' | |
BoldMagenta '#82576D' | |
BoldCyan '#576D82' | |
BoldWhite '#DBD6D1' | |
$re 16 '#828257' | |
$re 17 '#825757' | |
$re 18 '#2C2620' | |
$re 19 '#433B32' | |
$re 20 '#8A8075' | |
$re 21 '#BEB6AE' | |
elif [ "$name" = "flat" ]; then # from unclaimed-schemes | |
# Flat by Chris Kempson (http://chriskempson.com) | |
ForegroundColour '#e0e0e0' | |
BackgroundColour '#2C3E50' | |
CursorColour '#FFFFFF' | |
Black '#2C3E50' | |
Red '#E74C3C' | |
Green '#2ECC71' | |
Yellow '#F1C40F' | |
Blue '#3498DB' | |
Magenta '#9B59B6' | |
Cyan '#1ABC9C' | |
White '#e0e0e0' | |
BoldBlack '#95A5A6' | |
BoldRed '#E74C3C' | |
BoldGreen '#2ECC71' | |
BoldYellow '#F1C40F' | |
BoldBlue '#3498DB' | |
BoldMagenta '#9B59B6' | |
BoldCyan '#1ABC9C' | |
BoldWhite '#ECF0F1' | |
$re 16 '#E67E22' | |
$re 17 '#be643c' | |
$re 18 '#34495E' | |
$re 19 '#7F8C8D' | |
$re 20 '#BDC3C7' | |
$re 21 '#f5f5f5' | |
elif [ "$name" = "google-dark" ]; then # from unclaimed-schemes | |
# Google Dark by Seth Wright (http://sethawright.com) | |
ForegroundColour '#c5c8c6' | |
BackgroundColour '#1d1f21' | |
CursorColour '#FFFFFF' | |
Black '#1d1f21' | |
Red '#CC342B' | |
Green '#198844' | |
Yellow '#FBA922' | |
Blue '#3971ED' | |
Magenta '#A36AC7' | |
Cyan '#3971ED' | |
White '#c5c8c6' | |
BoldBlack '#969896' | |
BoldRed '#CC342B' | |
BoldGreen '#198844' | |
BoldYellow '#FBA922' | |
BoldBlue '#3971ED' | |
BoldMagenta '#A36AC7' | |
BoldCyan '#3971ED' | |
BoldWhite '#ffffff' | |
$re 16 '#F96A38' | |
$re 17 '#3971ED' | |
$re 18 '#282a2e' | |
$re 19 '#373b41' | |
$re 20 '#b4b7b4' | |
$re 21 '#e0e0e0' | |
elif [ "$name" = "google-light" ]; then # from unclaimed-schemes | |
# Google Light by Seth Wright (http://sethawright.com) | |
ForegroundColour '#373b41' | |
BackgroundColour '#ffffff' | |
CursorColour '#FFFFFF' | |
Black '#ffffff' | |
Red '#CC342B' | |
Green '#198844' | |
Yellow '#FBA922' | |
Blue '#3971ED' | |
Magenta '#A36AC7' | |
Cyan '#3971ED' | |
White '#373b41' | |
BoldBlack '#b4b7b4' | |
BoldRed '#CC342B' | |
BoldGreen '#198844' | |
BoldYellow '#FBA922' | |
BoldBlue '#3971ED' | |
BoldMagenta '#A36AC7' | |
BoldCyan '#3971ED' | |
BoldWhite '#1d1f21' | |
$re 16 '#F96A38' | |
$re 17 '#3971ED' | |
$re 18 '#e0e0e0' | |
$re 19 '#c5c8c6' | |
$re 20 '#969896' | |
$re 21 '#282a2e' | |
elif [ "$name" = "grayscale-dark" ]; then # from unclaimed-schemes | |
# Grayscale Dark by Alexandre Gavioli (https://github.com/Alexx2/) | |
ForegroundColour '#b9b9b9' | |
BackgroundColour '#101010' | |
CursorColour '#FFFFFF' | |
Black '#101010' | |
Red '#7c7c7c' | |
Green '#8e8e8e' | |
Yellow '#a0a0a0' | |
Blue '#686868' | |
Magenta '#747474' | |
Cyan '#868686' | |
White '#b9b9b9' | |
BoldBlack '#525252' | |
BoldRed '#7c7c7c' | |
BoldGreen '#8e8e8e' | |
BoldYellow '#a0a0a0' | |
BoldBlue '#686868' | |
BoldMagenta '#747474' | |
BoldCyan '#868686' | |
BoldWhite '#f7f7f7' | |
$re 16 '#999999' | |
$re 17 '#5e5e5e' | |
$re 18 '#252525' | |
$re 19 '#464646' | |
$re 20 '#ababab' | |
$re 21 '#e3e3e3' | |
elif [ "$name" = "grayscale-light" ]; then # from unclaimed-schemes | |
# Grayscale Light by Alexandre Gavioli (https://github.com/Alexx2/) | |
ForegroundColour '#464646' | |
BackgroundColour '#f7f7f7' | |
CursorColour '#FFFFFF' | |
Black '#f7f7f7' | |
Red '#7c7c7c' | |
Green '#8e8e8e' | |
Yellow '#a0a0a0' | |
Blue '#686868' | |
Magenta '#747474' | |
Cyan '#868686' | |
White '#464646' | |
BoldBlack '#ababab' | |
BoldRed '#7c7c7c' | |
BoldGreen '#8e8e8e' | |
BoldYellow '#a0a0a0' | |
BoldBlue '#686868' | |
BoldMagenta '#747474' | |
BoldCyan '#868686' | |
BoldWhite '#101010' | |
$re 16 '#999999' | |
$re 17 '#5e5e5e' | |
$re 18 '#e3e3e3' | |
$re 19 '#b9b9b9' | |
$re 20 '#525252' | |
$re 21 '#252525' | |
elif [ "$name" = "greenscreen" ]; then # from unclaimed-schemes | |
# Green Screen by Chris Kempson (http://chriskempson.com) | |
ForegroundColour '#00bb00' | |
BackgroundColour '#001100' | |
CursorColour '#FFFFFF' | |
Black '#001100' | |
Red '#007700' | |
Green '#00bb00' | |
Yellow '#007700' | |
Blue '#009900' | |
Magenta '#00bb00' | |
Cyan '#005500' | |
White '#00bb00' | |
BoldBlack '#007700' | |
BoldRed '#007700' | |
BoldGreen '#00bb00' | |
BoldYellow '#007700' | |
BoldBlue '#009900' | |
BoldMagenta '#00bb00' | |
BoldCyan '#005500' | |
BoldWhite '#00ff00' | |
$re 16 '#009900' | |
$re 17 '#005500' | |
$re 18 '#003300' | |
$re 19 '#005500' | |
$re 20 '#009900' | |
$re 21 '#00dd00' | |
elif [ "$name" = "harmonic-dark" ]; then # from unclaimed-schemes | |
# Harmonic16 Dark by Jannik Siebert (https://github.com/janniks) | |
ForegroundColour '#cbd6e2' | |
BackgroundColour '#0b1c2c' | |
CursorColour '#FFFFFF' | |
Black '#0b1c2c' | |
Red '#bf8b56' | |
Green '#56bf8b' | |
Yellow '#8bbf56' | |
Blue '#8b56bf' | |
Magenta '#bf568b' | |
Cyan '#568bbf' | |
White '#cbd6e2' | |
BoldBlack '#627e99' | |
BoldRed '#bf8b56' | |
BoldGreen '#56bf8b' | |
BoldYellow '#8bbf56' | |
BoldBlue '#8b56bf' | |
BoldMagenta '#bf568b' | |
BoldCyan '#568bbf' | |
BoldWhite '#f7f9fb' | |
$re 16 '#bfbf56' | |
$re 17 '#bf5656' | |
$re 18 '#223b54' | |
$re 19 '#405c79' | |
$re 20 '#aabcce' | |
$re 21 '#e5ebf1' | |
elif [ "$name" = "harmonic-light" ]; then # from unclaimed-schemes | |
# Harmonic16 Light by Jannik Siebert (https://github.com/janniks) | |
ForegroundColour '#405c79' | |
BackgroundColour '#f7f9fb' | |
CursorColour '#FFFFFF' | |
Black '#f7f9fb' | |
Red '#bf8b56' | |
Green '#56bf8b' | |
Yellow '#8bbf56' | |
Blue '#8b56bf' | |
Magenta '#bf568b' | |
Cyan '#568bbf' | |
White '#405c79' | |
BoldBlack '#aabcce' | |
BoldRed '#bf8b56' | |
BoldGreen '#56bf8b' | |
BoldYellow '#8bbf56' | |
BoldBlue '#8b56bf' | |
BoldMagenta '#bf568b' | |
BoldCyan '#568bbf' | |
BoldWhite '#0b1c2c' | |
$re 16 '#bfbf56' | |
$re 17 '#bf5656' | |
$re 18 '#e5ebf1' | |
$re 19 '#cbd6e2' | |
$re 20 '#627e99' | |
$re 21 '#223b54' | |
elif [ "$name" = "hopscotch" ]; then # from unclaimed-schemes | |
# Hopscotch by Jan T. Sott | |
ForegroundColour '#b9b5b8' | |
BackgroundColour '#322931' | |
CursorColour '#FFFFFF' | |
Black '#322931' | |
Red '#dd464c' | |
Green '#8fc13e' | |
Yellow '#fdcc59' | |
Blue '#1290bf' | |
Magenta '#c85e7c' | |
Cyan '#149b93' | |
White '#b9b5b8' | |
BoldBlack '#797379' | |
BoldRed '#dd464c' | |
BoldGreen '#8fc13e' | |
BoldYellow '#fdcc59' | |
BoldBlue '#1290bf' | |
BoldMagenta '#c85e7c' | |
BoldCyan '#149b93' | |
BoldWhite '#ffffff' | |
$re 16 '#fd8b19' | |
$re 17 '#b33508' | |
$re 18 '#433b42' | |
$re 19 '#5c545b' | |
$re 20 '#989498' | |
$re 21 '#d5d3d5' | |
elif [ "$name" = "irblack" ]; then # from unclaimed-schemes | |
# IR Black by Timothée Poisot (http://timotheepoisot.fr) | |
ForegroundColour '#b5b3aa' | |
BackgroundColour '#000000' | |
CursorColour '#FFFFFF' | |
Black '#000000' | |
Red '#ff6c60' | |
Green '#a8ff60' | |
Yellow '#ffffb6' | |
Blue '#96cbfe' | |
Magenta '#ff73fd' | |
Cyan '#c6c5fe' | |
White '#b5b3aa' | |
BoldBlack '#6c6c66' | |
BoldRed '#ff6c60' | |
BoldGreen '#a8ff60' | |
BoldYellow '#ffffb6' | |
BoldBlue '#96cbfe' | |
BoldMagenta '#ff73fd' | |
BoldCyan '#c6c5fe' | |
BoldWhite '#fdfbee' | |
$re 16 '#e9c062' | |
$re 17 '#b18a3d' | |
$re 18 '#242422' | |
$re 19 '#484844' | |
$re 20 '#918f88' | |
$re 21 '#d9d7cc' | |
elif [ "$name" = "isotope" ]; then # from unclaimed-schemes | |
# Isotope by Jan T. Sott | |
ForegroundColour '#d0d0d0' | |
BackgroundColour '#000000' | |
CursorColour '#FFFFFF' | |
Black '#000000' | |
Red '#ff0000' | |
Green '#33ff00' | |
Yellow '#ff0099' | |
Blue '#0066ff' | |
Magenta '#cc00ff' | |
Cyan '#00ffff' | |
White '#d0d0d0' | |
BoldBlack '#808080' | |
BoldRed '#ff0000' | |
BoldGreen '#33ff00' | |
BoldYellow '#ff0099' | |
BoldBlue '#0066ff' | |
BoldMagenta '#cc00ff' | |
BoldCyan '#00ffff' | |
BoldWhite '#ffffff' | |
$re 16 '#ff9900' | |
$re 17 '#3300ff' | |
$re 18 '#404040' | |
$re 19 '#606060' | |
$re 20 '#c0c0c0' | |
$re 21 '#e0e0e0' | |
elif [ "$name" = "macintosh" ]; then # from unclaimed-schemes | |
# Macintosh by Rebecca Bettencourt (http://www.kreativekorp.com) | |
ForegroundColour '#c0c0c0' | |
BackgroundColour '#000000' | |
CursorColour '#FFFFFF' | |
Black '#000000' | |
Red '#dd0907' | |
Green '#1fb714' | |
Yellow '#fbf305' | |
Blue '#0000d3' | |
Magenta '#4700a5' | |
Cyan '#02abea' | |
White '#c0c0c0' | |
BoldBlack '#808080' | |
BoldRed '#dd0907' | |
BoldGreen '#1fb714' | |
BoldYellow '#fbf305' | |
BoldBlue '#0000d3' | |
BoldMagenta '#4700a5' | |
BoldCyan '#02abea' | |
BoldWhite '#ffffff' | |
$re 16 '#ff6403' | |
$re 17 '#90713a' | |
$re 18 '#404040' | |
$re 19 '#404040' | |
$re 20 '#808080' | |
$re 21 '#c0c0c0' | |
elif [ "$name" = "marrakesh" ]; then # from unclaimed-schemes | |
# Marrakesh by Alexandre Gavioli (http://github.com/Alexx2/) | |
ForegroundColour '#948e48' | |
BackgroundColour '#201602' | |
CursorColour '#FFFFFF' | |
Black '#201602' | |
Red '#c35359' | |
Green '#18974e' | |
Yellow '#a88339' | |
Blue '#477ca1' | |
Magenta '#8868b3' | |
Cyan '#75a738' | |
White '#948e48' | |
BoldBlack '#6c6823' | |
BoldRed '#c35359' | |
BoldGreen '#18974e' | |
BoldYellow '#a88339' | |
BoldBlue '#477ca1' | |
BoldMagenta '#8868b3' | |
BoldCyan '#75a738' | |
BoldWhite '#faf0a5' | |
$re 16 '#b36144' | |
$re 17 '#b3588e' | |
$re 18 '#302e00' | |
$re 19 '#5f5b17' | |
$re 20 '#86813b' | |
$re 21 '#ccc37a' | |
elif [ "$name" = "monokai" ]; then # from unclaimed-schemes | |
# Monokai by Wimer Hazenberg (http://www.monokai.nl) | |
ForegroundColour '#f8f8f2' | |
BackgroundColour '#272822' | |
CursorColour '#FFFFFF' | |
Black '#272822' | |
Red '#f92672' | |
Green '#a6e22e' | |
Yellow '#f4bf75' | |
Blue '#66d9ef' | |
Magenta '#ae81ff' | |
Cyan '#a1efe4' | |
White '#f8f8f2' | |
BoldBlack '#75715e' | |
BoldRed '#f92672' | |
BoldGreen '#a6e22e' | |
BoldYellow '#f4bf75' | |
BoldBlue '#66d9ef' | |
BoldMagenta '#ae81ff' | |
BoldCyan '#a1efe4' | |
BoldWhite '#f9f8f5' | |
$re 16 '#fd971f' | |
$re 17 '#cc6633' | |
$re 18 '#383830' | |
$re 19 '#49483e' | |
$re 20 '#a59f85' | |
$re 21 '#f5f4f1' | |
elif [ "$name" = "oceanicnext" ]; then # from unclaimed-schemes | |
# OceanicNext by https://github.com/voronianski/oceanic-next-color-scheme | |
ForegroundColour '#C0C5CE' | |
BackgroundColour '#1B2B34' | |
CursorColour '#FFFFFF' | |
Black '#1B2B34' | |
Red '#EC5f67' | |
Green '#99C794' | |
Yellow '#FAC863' | |
Blue '#6699CC' | |
Magenta '#C594C5' | |
Cyan '#5FB3B3' | |
White '#C0C5CE' | |
BoldBlack '#65737E' | |
BoldRed '#EC5f67' | |
BoldGreen '#99C794' | |
BoldYellow '#FAC863' | |
BoldBlue '#6699CC' | |
BoldMagenta '#C594C5' | |
BoldCyan '#5FB3B3' | |
BoldWhite '#D8DEE9' | |
$re 16 '#F99157' | |
$re 17 '#AB7967' | |
$re 18 '#343D46' | |
$re 19 '#4F5B66' | |
$re 20 '#A7ADBA' | |
$re 21 '#CDD3DE' | |
elif [ "$name" = "paraiso" ]; then # from unclaimed-schemes | |
# Paraiso by Jan T. Sott | |
ForegroundColour '#a39e9b' | |
BackgroundColour '#2f1e2e' | |
CursorColour '#FFFFFF' | |
Black '#2f1e2e' | |
Red '#ef6155' | |
Green '#48b685' | |
Yellow '#fec418' | |
Blue '#06b6ef' | |
Magenta '#815ba4' | |
Cyan '#5bc4bf' | |
White '#a39e9b' | |
BoldBlack '#776e71' | |
BoldRed '#ef6155' | |
BoldGreen '#48b685' | |
BoldYellow '#fec418' | |
BoldBlue '#06b6ef' | |
BoldMagenta '#815ba4' | |
BoldCyan '#5bc4bf' | |
BoldWhite '#e7e9db' | |
$re 16 '#f99b15' | |
$re 17 '#e96ba8' | |
$re 18 '#41323f' | |
$re 19 '#4f424c' | |
$re 20 '#8d8687' | |
$re 21 '#b9b6b0' | |
elif [ "$name" = "phd" ]; then # from unclaimed-schemes | |
# PhD by Hennig Hasemann (http://leetless.de/vim.html) | |
ForegroundColour '#b8bbc2' | |
BackgroundColour '#061229' | |
CursorColour '#FFFFFF' | |
Black '#061229' | |
Red '#d07346' | |
Green '#99bf52' | |
Yellow '#fbd461' | |
Blue '#5299bf' | |
Magenta '#9989cc' | |
Cyan '#72b9bf' | |
White '#b8bbc2' | |
BoldBlack '#717885' | |
BoldRed '#d07346' | |
BoldGreen '#99bf52' | |
BoldYellow '#fbd461' | |
BoldBlue '#5299bf' | |
BoldMagenta '#9989cc' | |
BoldCyan '#72b9bf' | |
BoldWhite '#ffffff' | |
$re 16 '#f0a000' | |
$re 17 '#b08060' | |
$re 18 '#2a3448' | |
$re 19 '#4d5666' | |
$re 20 '#9a99a3' | |
$re 21 '#dbdde0' | |
elif [ "$name" = "pico" ]; then # from unclaimed-schemes | |
# Pico by PICO-8 (http://www.lexaloffle.com/pico-8.php) | |
ForegroundColour '#5f574f' | |
BackgroundColour '#000000' | |
CursorColour '#FFFFFF' | |
Black '#000000' | |
Red '#ff004d' | |
Green '#00e756' | |
Yellow '#fff024' | |
Blue '#83769c' | |
Magenta '#ff77a8' | |
Cyan '#29adff' | |
White '#5f574f' | |
BoldBlack '#008751' | |
BoldRed '#ff004d' | |
BoldGreen '#00e756' | |
BoldYellow '#fff024' | |
BoldBlue '#83769c' | |
BoldMagenta '#ff77a8' | |
BoldCyan '#29adff' | |
BoldWhite '#fff1e8' | |
$re 16 '#ffa300' | |
$re 17 '#ffccaa' | |
$re 18 '#1d2b53' | |
$re 19 '#7e2553' | |
$re 20 '#ab5236' | |
$re 21 '#c2c3c7' | |
elif [ "$name" = "pop" ]; then # from unclaimed-schemes | |
# Pop by Chris Kempson (http://chriskempson.com) | |
ForegroundColour '#d0d0d0' | |
BackgroundColour '#000000' | |
CursorColour '#FFFFFF' | |
Black '#000000' | |
Red '#eb008a' | |
Green '#37b349' | |
Yellow '#f8ca12' | |
Blue '#0e5a94' | |
Magenta '#b31e8d' | |
Cyan '#00aabb' | |
White '#d0d0d0' | |
BoldBlack '#505050' | |
BoldRed '#eb008a' | |
BoldGreen '#37b349' | |
BoldYellow '#f8ca12' | |
BoldBlue '#0e5a94' | |
BoldMagenta '#b31e8d' | |
BoldCyan '#00aabb' | |
BoldWhite '#ffffff' | |
$re 16 '#f29333' | |
$re 17 '#7a2d00' | |
$re 18 '#202020' | |
$re 19 '#303030' | |
$re 20 '#b0b0b0' | |
$re 21 '#e0e0e0' | |
elif [ "$name" = "railscasts" ]; then # from unclaimed-schemes | |
# Railscasts by Ryan Bates (http://railscasts.com) | |
ForegroundColour '#e6e1dc' | |
BackgroundColour '#2b2b2b' | |
CursorColour '#FFFFFF' | |
Black '#2b2b2b' | |
Red '#da4939' | |
Green '#a5c261' | |
Yellow '#ffc66d' | |
Blue '#6d9cbe' | |
Magenta '#b6b3eb' | |
Cyan '#519f50' | |
White '#e6e1dc' | |
BoldBlack '#5a647e' | |
BoldRed '#da4939' | |
BoldGreen '#a5c261' | |
BoldYellow '#ffc66d' | |
BoldBlue '#6d9cbe' | |
BoldMagenta '#b6b3eb' | |
BoldCyan '#519f50' | |
BoldWhite '#f9f7f3' | |
$re 16 '#cc7833' | |
$re 17 '#bc9458' | |
$re 18 '#272935' | |
$re 19 '#3a4055' | |
$re 20 '#d4cfc9' | |
$re 21 '#f4f1ed' | |
elif [ "$name" = "seti" ]; then # from unclaimed-schemes | |
# Seti UI by UNKNOWN | |
ForegroundColour '#d6d6d6' | |
BackgroundColour '#151718' | |
CursorColour '#FFFFFF' | |
Black '#151718' | |
Red '#Cd3f45' | |
Green '#9fca56' | |
Yellow '#e6cd69' | |
Blue '#55b5db' | |
Magenta '#a074c4' | |
Cyan '#55dbbe' | |
White '#d6d6d6' | |
BoldBlack '#41535B' | |
BoldRed '#Cd3f45' | |
BoldGreen '#9fca56' | |
BoldYellow '#e6cd69' | |
BoldBlue '#55b5db' | |
BoldMagenta '#a074c4' | |
BoldCyan '#55dbbe' | |
BoldWhite '#ffffff' | |
$re 16 '#db7b55' | |
$re 17 '#8a553f' | |
$re 18 '#282a2b' | |
$re 19 '#3B758C' | |
$re 20 '#43a5d5' | |
$re 21 '#eeeeee' | |
elif [ "$name" = "shapeshifter" ]; then # from unclaimed-schemes | |
# Shapeshifter by Tyler Benziger (http://tybenz.com) | |
ForegroundColour '#102015' | |
BackgroundColour '#f9f9f9' | |
CursorColour '#FFFFFF' | |
Black '#f9f9f9' | |
Red '#e92f2f' | |
Green '#0ed839' | |
Yellow '#dddd13' | |
Blue '#3b48e3' | |
Magenta '#f996e2' | |
Cyan '#23edda' | |
White '#102015' | |
BoldBlack '#555555' | |
BoldRed '#e92f2f' | |
BoldGreen '#0ed839' | |
BoldYellow '#dddd13' | |
BoldBlue '#3b48e3' | |
BoldMagenta '#f996e2' | |
BoldCyan '#23edda' | |
BoldWhite '#000000' | |
$re 16 '#e09448' | |
$re 17 '#69542d' | |
$re 18 '#e0e0e0' | |
$re 19 '#ababab' | |
$re 20 '#343434' | |
$re 21 '#040404' | |
elif [ "$name" = "spacemacs" ]; then # from unclaimed-schemes | |
# Spacemacs by Nasser Alshammari (https://github.com/nashamri/spacemacs-theme) | |
ForegroundColour '#a3a3a3' | |
BackgroundColour '#1f2022' | |
CursorColour '#FFFFFF' | |
Black '#1f2022' | |
Red '#f2241f' | |
Green '#67b11d' | |
Yellow '#b1951d' | |
Blue '#4f97d7' | |
Magenta '#a31db1' | |
Cyan '#2d9574' | |
White '#a3a3a3' | |
BoldBlack '#585858' | |
BoldRed '#f2241f' | |
BoldGreen '#67b11d' | |
BoldYellow '#b1951d' | |
BoldBlue '#4f97d7' | |
BoldMagenta '#a31db1' | |
BoldCyan '#2d9574' | |
BoldWhite '#f8f8f8' | |
$re 16 '#ffa500' | |
$re 17 '#b03060' | |
$re 18 '#282828' | |
$re 19 '#444155' | |
$re 20 '#b8b8b8' | |
$re 21 '#e8e8e8' | |
elif [ "$name" = "tube" ]; then # from unclaimed-schemes | |
# London Tube by Jan T. Sott | |
ForegroundColour '#d9d8d8' | |
BackgroundColour '#231f20' | |
CursorColour '#FFFFFF' | |
Black '#231f20' | |
Red '#ee2e24' | |
Green '#00853e' | |
Yellow '#ffd204' | |
Blue '#009ddc' | |
Magenta '#98005d' | |
Cyan '#85cebc' | |
White '#d9d8d8' | |
BoldBlack '#737171' | |
BoldRed '#ee2e24' | |
BoldGreen '#00853e' | |
BoldYellow '#ffd204' | |
BoldBlue '#009ddc' | |
BoldMagenta '#98005d' | |
BoldCyan '#85cebc' | |
BoldWhite '#ffffff' | |
$re 16 '#f386a1' | |
$re 17 '#b06110' | |
$re 18 '#1c3f95' | |
$re 19 '#5a5758' | |
$re 20 '#959ca1' | |
$re 21 '#e7e7e8' | |
elif [ "$name" = "unikitty-dark" ]; then # from unikitty | |
# Unikitty Dark by Josh W Lewis (@joshwlewis) | |
ForegroundColour '#bcbabe' | |
BackgroundColour '#2e2a31' | |
CursorColour '#FFFFFF' | |
Black '#2e2a31' | |
Red '#d8137f' | |
Green '#17ad98' | |
Yellow '#dc8a0e' | |
Blue '#796af5' | |
Magenta '#bb60ea' | |
Cyan '#149bda' | |
White '#bcbabe' | |
BoldBlack '#838085' | |
BoldRed '#d8137f' | |
BoldGreen '#17ad98' | |
BoldYellow '#dc8a0e' | |
BoldBlue '#796af5' | |
BoldMagenta '#bb60ea' | |
BoldCyan '#149bda' | |
BoldWhite '#f5f4f7' | |
$re 16 '#d65407' | |
$re 17 '#c720ca' | |
$re 18 '#4a464d' | |
$re 19 '#666369' | |
$re 20 '#9f9da2' | |
$re 21 '#d8d7da' | |
elif [ "$name" = "unikitty-light" ]; then # from unikitty | |
# Unikitty Light by Josh W Lewis (@joshwlewis) | |
ForegroundColour '#6c696e' | |
BackgroundColour '#ffffff' | |
CursorColour '#FFFFFF' | |
Black '#ffffff' | |
Red '#d8137f' | |
Green '#17ad98' | |
Yellow '#dc8a0e' | |
Blue '#775dff' | |
Magenta '#aa17e6' | |
Cyan '#149bda' | |
White '#6c696e' | |
BoldBlack '#a7a5a8' | |
BoldRed '#d8137f' | |
BoldGreen '#17ad98' | |
BoldYellow '#dc8a0e' | |
BoldBlue '#775dff' | |
BoldMagenta '#aa17e6' | |
BoldCyan '#149bda' | |
BoldWhite '#322d34' | |
$re 16 '#d65407' | |
$re 17 '#e013d0' | |
$re 18 '#e1e1e2' | |
$re 19 '#c4c3c5' | |
$re 20 '#89878b' | |
$re 21 '#4f4b51' | |
elif [ "$name" = "vulcan" ]; then # from vulcan | |
# vulcan by Andrey Varfolomeev | |
ForegroundColour '#5b778c' | |
BackgroundColour '#041523' | |
CursorColour '#FFFFFF' | |
Black '#041523' | |
Red '#818591' | |
Green '#977d7c' | |
Yellow '#adb4b9' | |
Blue '#977d7c' | |
Magenta '#9198a3' | |
Cyan '#977d7c' | |
White '#5b778c' | |
BoldBlack '#7a5759' | |
BoldRed '#818591' | |
BoldGreen '#977d7c' | |
BoldYellow '#adb4b9' | |
BoldBlue '#977d7c' | |
BoldMagenta '#9198a3' | |
BoldCyan '#977d7c' | |
BoldWhite '#214d68' | |
$re 16 '#9198a3' | |
$re 17 '#977d7c' | |
$re 18 '#122339' | |
$re 19 '#003552' | |
$re 20 '#6b6977' | |
$re 21 '#333238' | |
elif [ "$name" = "windows-10-light" ]; then # from windows | |
# Windows 10 Light by Fergus Collins (https://github.com/C-Fergus) | |
ForegroundColour '#767676' | |
BackgroundColour '#f2f2f2' | |
CursorColour '#FFFFFF' | |
Black '#f2f2f2' | |
Red '#c50f1f' | |
Green '#13a10e' | |
Yellow '#c19c00' | |
Blue '#0037da' | |
Magenta '#881798' | |
Cyan '#3a96dd' | |
White '#767676' | |
BoldBlack '#cccccc' | |
BoldRed '#c50f1f' | |
BoldGreen '#13a10e' | |
BoldYellow '#c19c00' | |
BoldBlue '#0037da' | |
BoldMagenta '#881798' | |
BoldCyan '#3a96dd' | |
BoldWhite '#0c0c0c' | |
$re 16 '#f9f1a5' | |
$re 17 '#16c60c' | |
$re 18 '#e5e5e5' | |
$re 19 '#d9d9d9' | |
$re 20 '#ababab' | |
$re 21 '#414141' | |
elif [ "$name" = "windows-10" ]; then # from windows | |
# Windows 10 by Fergus Collins (https://github.com/C-Fergus) | |
ForegroundColour '#cccccc' | |
BackgroundColour '#0c0c0c' | |
CursorColour '#FFFFFF' | |
Black '#0c0c0c' | |
Red '#e74856' | |
Green '#16c60c' | |
Yellow '#f9f1a5' | |
Blue '#3b78ff' | |
Magenta '#b4009e' | |
Cyan '#61d6d6' | |
White '#cccccc' | |
BoldBlack '#767676' | |
BoldRed '#e74856' | |
BoldGreen '#16c60c' | |
BoldYellow '#f9f1a5' | |
BoldBlue '#3b78ff' | |
BoldMagenta '#b4009e' | |
BoldCyan '#61d6d6' | |
BoldWhite '#f2f2f2' | |
$re 16 '#c19c00' | |
$re 17 '#13a10e' | |
$re 18 '#2f2f2f' | |
$re 19 '#535353' | |
$re 20 '#b9b9b9' | |
$re 21 '#dfdfdf' | |
elif [ "$name" = "windows-95-light" ]; then # from windows | |
# Windows 95 Light by Fergus Collins (https://github.com/C-Fergus) | |
ForegroundColour '#545454' | |
BackgroundColour '#fcfcfc' | |
CursorColour '#FFFFFF' | |
Black '#fcfcfc' | |
Red '#a80000' | |
Green '#00a800' | |
Yellow '#a85400' | |
Blue '#0000a8' | |
Magenta '#a800a8' | |
Cyan '#00a8a8' | |
White '#545454' | |
BoldBlack '#a8a8a8' | |
BoldRed '#a80000' | |
BoldGreen '#00a800' | |
BoldYellow '#a85400' | |
BoldBlue '#0000a8' | |
BoldMagenta '#a800a8' | |
BoldCyan '#00a8a8' | |
BoldWhite '#000000' | |
$re 16 '#fcfc54' | |
$re 17 '#54fc54' | |
$re 18 '#e0e0e0' | |
$re 19 '#c4c4c4' | |
$re 20 '#7e7e7e' | |
$re 21 '#2a2a2a' | |
elif [ "$name" = "windows-95" ]; then # from windows | |
# Windows 95 by Fergus Collins (https://github.com/C-Fergus) | |
ForegroundColour '#a8a8a8' | |
BackgroundColour '#000000' | |
CursorColour '#FFFFFF' | |
Black '#000000' | |
Red '#fc5454' | |
Green '#54fc54' | |
Yellow '#fcfc54' | |
Blue '#5454fc' | |
Magenta '#fc54fc' | |
Cyan '#54fcfc' | |
White '#a8a8a8' | |
BoldBlack '#545454' | |
BoldRed '#fc5454' | |
BoldGreen '#54fc54' | |
BoldYellow '#fcfc54' | |
BoldBlue '#5454fc' | |
BoldMagenta '#fc54fc' | |
BoldCyan '#54fcfc' | |
BoldWhite '#fcfcfc' | |
$re 16 '#a85400' | |
$re 17 '#00a800' | |
$re 18 '#1C1C1C' | |
$re 19 '#383838' | |
$re 20 '#7e7e7e' | |
$re 21 '#d2d2d2' | |
elif [ "$name" = "windows-highcontrast-light" ]; then # from windows | |
# Windows High Contrast Light by Fergus Collins (https://github.com/C-Fergus) | |
ForegroundColour '#545454' | |
BackgroundColour '#fcfcfc' | |
CursorColour '#FFFFFF' | |
Black '#fcfcfc' | |
Red '#800000' | |
Green '#008000' | |
Yellow '#808000' | |
Blue '#000080' | |
Magenta '#800080' | |
Cyan '#008080' | |
White '#545454' | |
BoldBlack '#c0c0c0' | |
BoldRed '#800000' | |
BoldGreen '#008000' | |
BoldYellow '#808000' | |
BoldBlue '#000080' | |
BoldMagenta '#800080' | |
BoldCyan '#008080' | |
BoldWhite '#000000' | |
$re 16 '#fcfc54' | |
$re 17 '#54fc54' | |
$re 18 '#e8e8e8' | |
$re 19 '#d4d4d4' | |
$re 20 '#7e7e7e' | |
$re 21 '#2a2a2a' | |
elif [ "$name" = "windows-highcontrast" ]; then # from windows | |
# Windows High Contrast by Fergus Collins (https://github.com/C-Fergus) | |
ForegroundColour '#c0c0c0' | |
BackgroundColour '#000000' | |
CursorColour '#FFFFFF' | |
Black '#000000' | |
Red '#fc5454' | |
Green '#54fc54' | |
Yellow '#fcfc54' | |
Blue '#5454fc' | |
Magenta '#fc54fc' | |
Cyan '#54fcfc' | |
White '#c0c0c0' | |
BoldBlack '#545454' | |
BoldRed '#fc5454' | |
BoldGreen '#54fc54' | |
BoldYellow '#fcfc54' | |
BoldBlue '#5454fc' | |
BoldMagenta '#fc54fc' | |
BoldCyan '#54fcfc' | |
BoldWhite '#fcfcfc' | |
$re 16 '#808000' | |
$re 17 '#008000' | |
$re 18 '#1C1C1C' | |
$re 19 '#383838' | |
$re 20 '#a2a2a2' | |
$re 21 '#dedede' | |
elif [ "$name" = "windows-nt-light" ]; then # from windows | |
# Windows NT Light by Fergus Collins (https://github.com/C-Fergus) | |
ForegroundColour '#808080' | |
BackgroundColour '#ffffff' | |
CursorColour '#FFFFFF' | |
Black '#ffffff' | |
Red '#800000' | |
Green '#008000' | |
Yellow '#808000' | |
Blue '#000080' | |
Magenta '#800080' | |
Cyan '#008080' | |
White '#808080' | |
BoldBlack '#c0c0c0' | |
BoldRed '#800000' | |
BoldGreen '#008000' | |
BoldYellow '#808000' | |
BoldBlue '#000080' | |
BoldMagenta '#800080' | |
BoldCyan '#008080' | |
BoldWhite '#000000' | |
$re 16 '#ffff00' | |
$re 17 '#00ff00' | |
$re 18 '#eaeaea' | |
$re 19 '#d5d5d5' | |
$re 20 '#a0a0a0' | |
$re 21 '#404040' | |
elif [ "$name" = "windows-nt" ]; then # from windows | |
# Windows NT by Fergus Collins (https://github.com/C-Fergus) | |
ForegroundColour '#c0c0c0' | |
BackgroundColour '#000000' | |
CursorColour '#FFFFFF' | |
Black '#000000' | |
Red '#ff0000' | |
Green '#00ff00' | |
Yellow '#ffff00' | |
Blue '#0000ff' | |
Magenta '#ff00ff' | |
Cyan '#00ffff' | |
White '#c0c0c0' | |
BoldBlack '#808080' | |
BoldRed '#ff0000' | |
BoldGreen '#00ff00' | |
BoldYellow '#ffff00' | |
BoldBlue '#0000ff' | |
BoldMagenta '#ff00ff' | |
BoldCyan '#00ffff' | |
BoldWhite '#ffffff' | |
$re 16 '#808000' | |
$re 17 '#008000' | |
$re 18 '#2a2a2a' | |
$re 19 '#555555' | |
$re 20 '#a1a1a1' | |
$re 21 '#e0e0e0' | |
elif [ "$name" = "woodland" ]; then # from woodland | |
# Woodland by Jay Cornwall (https://jcornwall.com) | |
ForegroundColour '#cabcb1' | |
BackgroundColour '#231e18' | |
CursorColour '#FFFFFF' | |
Black '#231e18' | |
Red '#d35c5c' | |
Green '#b7ba53' | |
Yellow '#e0ac16' | |
Blue '#88a4d3' | |
Magenta '#bb90e2' | |
Cyan '#6eb958' | |
White '#cabcb1' | |
BoldBlack '#9d8b70' | |
BoldRed '#d35c5c' | |
BoldGreen '#b7ba53' | |
BoldYellow '#e0ac16' | |
BoldBlue '#88a4d3' | |
BoldMagenta '#bb90e2' | |
BoldCyan '#6eb958' | |
BoldWhite '#e4d4c8' | |
$re 16 '#ca7f32' | |
$re 17 '#b49368' | |
$re 18 '#302b25' | |
$re 19 '#48413a' | |
$re 20 '#b4a490' | |
$re 21 '#d7c8bc' | |
elif [ "$name" = "xcode-dusk" ]; then # from xcode-dusk | |
# XCode Dusk by Elsa Gonsiorowski (https://github.com/gonsie) | |
ForegroundColour '#939599' | |
BackgroundColour '#282B35' | |
CursorColour '#FFFFFF' | |
Black '#282B35' | |
Red '#B21889' | |
Green '#DF0002' | |
Yellow '#438288' | |
Blue '#790EAD' | |
Magenta '#B21889' | |
Cyan '#00A0BE' | |
White '#939599' | |
BoldBlack '#686A71' | |
BoldRed '#B21889' | |
BoldGreen '#DF0002' | |
BoldYellow '#438288' | |
BoldBlue '#790EAD' | |
BoldMagenta '#B21889' | |
BoldCyan '#00A0BE' | |
BoldWhite '#BEBFC2' | |
$re 16 '#786DC5' | |
$re 17 '#C77C48' | |
$re 18 '#3D4048' | |
$re 19 '#53555D' | |
$re 20 '#7E8086' | |
$re 21 '#A9AAAE' | |
elif [ "$name" = "zenburn" ]; then # from zenburn | |
# Zenburn by elnawe | |
ForegroundColour '#dcdccc' | |
BackgroundColour '#383838' | |
CursorColour '#FFFFFF' | |
Black '#383838' | |
Red '#dca3a3' | |
Green '#5f7f5f' | |
Yellow '#e0cf9f' | |
Blue '#7cb8bb' | |
Magenta '#dc8cc3' | |
Cyan '#93e0e3' | |
White '#dcdccc' | |
BoldBlack '#6f6f6f' | |
BoldRed '#dca3a3' | |
BoldGreen '#5f7f5f' | |
BoldYellow '#e0cf9f' | |
BoldBlue '#7cb8bb' | |
BoldMagenta '#dc8cc3' | |
BoldCyan '#93e0e3' | |
BoldWhite '#ffffff' | |
$re 16 '#dfaf8f' | |
$re 17 '#000000' | |
$re 18 '#404040' | |
$re 19 '#606060' | |
$re 20 '#808080' | |
$re 21 '#c0c0c0' | |
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
# YES_ZSH | |
# YES_BASH | |
# YES_DASH | |
# YES_ASH | |
based_on_what() ( | |
# shorthands that won't make bash lose its shit over commonly-named aliases: | |
get=baw_get | |
add=baw_add | |
gh=baw_gh | |
baw_get() { curl -Lf --no-progress-meter "$@"; } | |
baw_add() { printf '%s: %s\n' "$@"; } | |
baw_gh() { | |
name="${2%-scheme}" | |
printf '%s: https://github.com/%s/%s\n' "${name#base16-}" "$1" "$2"; | |
} | |
lists() { | |
$get 'https://github.com/chriskempson/base16-schemes-source/raw/master/list.yaml' || return | |
# add some that haven't been merged upstream yet: | |
$gh TheMayoras base16-blueish-scheme | |
$gh gessig base16-katy-scheme | |
$gh jmlntw base16-primer-scheme | |
$gh Shrimpram base16-stella-scheme | |
$gh limelier base16-limelight-scheme | |
$gh MayushKumar base16-gruvbox-material-scheme | |
$gh PandorasFox base16-pandora-scheme | |
$gh NNBnh base16-da-one-schemes | |
$gh HiRoS-neko base16-shadesmear-scheme | |
$gh arcticlimer base16-tokyonight-scheme | |
$gh sboysel base16-gotham-scheme | |
# $add horizon 'https://git.michaelball.name/base16-horizon-scheme' | |
# $add synth-midnight 'https://git.michaelball.name/base16-synth-midnight-scheme' | |
# $add tokyo-city: 'https://git.michaelball.name/gid/base16-tokyo-city-scheme' | |
# $add tokyo-night 'https://git.michaelball.name/gid/base16-tokyo-night-scheme' | |
$gh khuei base16-ayu-scheme | |
$gh deadly-platypus base16-still-alive-scheme | |
$gh alonsodomin base16-blueforest-scheme | |
} | |
extras() { | |
# add some more stuff. | |
d=/tmp/based/base16-tomorrow-scheme-master/; mkdir -p "$d" || return | |
f=tomorrow-night-bright.yaml | |
$get 'https://github.com/Tyilo/base16-tomorrow-scheme/raw/night-bright/tomorrow-night-bright.yaml' -o "$d/$f" || return | |
d=/tmp/based/base16-tokyo-city-scheme-main; mkdir -p "$d" || return | |
for f in tokyo-city-dark.yaml tokyo-city-light.yaml tokyo-city-terminal-dark.yaml tokyo-city-terminal-light.yaml; do | |
$get "https://git.michaelball.name/gid/base16-tokyo-city-scheme/plain/$f" -o "$d/$f" || return | |
done | |
d=/tmp/based/base16-tokyo-night-scheme-main; mkdir -p "$d" || return | |
for f in tokyo-night-dark.yaml tokyo-night-light.yaml tokyo-night-storm.yaml \ | |
tokyo-night-terminal-dark.yaml tokyo-night-terminal-light.yaml tokyo-night-terminal-storm.yaml; do | |
$get "https://git.michaelball.name/gid/base16-tokyo-night-scheme/plain/$f" -o "$d/$f" || return | |
done | |
d=/tmp/based/base16-horizon-scheme-main; mkdir -p "$d" || return | |
for f in horizon-dark.yaml horizon-light.yaml horizon-terminal-dark.yaml horizon-terminal-light.yaml; do | |
$get "https://git.michaelball.name/base16-horizon-scheme/plain/$f" -o "$d/$f" || return | |
done | |
d=/tmp/based/base16-synth-midnight-scheme-main; mkdir -p "$d" || return | |
for f in synth-midnight-dark.yaml synth-midnight-light.yaml; do | |
$get "https://git.michaelball.name/base16-synth-midnight-scheme/plain/$f" -o "$d/$f" || return | |
done | |
# clean out old versions. | |
rm -rf '/tmp/based/base16-horizon-scheme-primary/' | |
rm -rf '/tmp/based/base16-synth-midnight-scheme-master/' | |
} | |
### | |
cr="$(printf '\rx')"; cr="${cr%x}" | |
lists > /tmp/based-lists.txt || return | |
while IFS= read -r line; do | |
line="${line%$cr}" | |
left="${line%%: *}" | |
right="${line#*: }" | |
if [ "${right#http}" != "$right" ]; then | |
printf 'deferring repo %20s: %s\n' "$left" "$right" >&2 | |
printf '%s\n' "$right" | |
fi | |
done < /tmp/based-lists.txt > /tmp/based-repos.txt | |
### | |
mkdir -p /tmp/based/ || return | |
try_branch() { | |
archive="${line}/archive/refs/heads/$1.tar.gz" | |
printf 'downloading: %s\n' "$archive" >&2 | |
$get "$archive" -o /tmp/based.tar.gz || return | |
} | |
while IFS= read -r line; do | |
line="${line%$cr}" | |
try_branch master || try_branch main || try_branch primary || return | |
( cd /tmp/based && tar zxf /tmp/based.tar.gz ) || return | |
printf 'unarchived: %s\n' "${line}" >&2 | |
done < /tmp/based-repos.txt | |
extras || return | |
### | |
handle_file() { | |
if [ "${1%.yaml}" != "$1" ]; then | |
printf 'found yaml: %s\n' "$1" >&2 | |
printf '%s\n' "$1" | |
fi | |
} | |
for x in /tmp/based/*; do | |
if [ -d "$x" ]; then | |
for y in "$x"/*; do | |
[ -f "$y" ] && [ ! -d "$y" ] || continue | |
handle_file "$y" || return | |
done | |
elif [ -f "$x" ]; then | |
handle_file "$x" || return | |
fi | |
done > /tmp/based-yamls.txt | |
### | |
printf 'if false; then\n :\n' > /tmp/based.sh | |
while IFS= read -r f; do | |
f="${f%$cr}" | |
name=; author= | |
c0=; c1=; c2=; c3=; c4=; c5=; c6=; c7=; c8=; c9=; cA=; cB=; cC=; cD=; cE=; cF= | |
echo >> "$f" # ensure the file ends in an EOL | |
while IFS= read -r line; do | |
line="${line%$cr}" | |
line="${line#"${line%%[! ]*}"}" # ltrim | |
[ "${line#[a-z]}" != "$line" ] || continue # skip irrelevant lines | |
key="${line%%: *}" | |
if [ "$key" = "$line" ]; then | |
printf 'skipping unknown line in %s: %s\n' "$f" "$line" >&2 | |
continue | |
fi | |
val="${line#*: }" | |
val="${val#\"}" | |
val="${val#"#"}" | |
val="${val%%\"*}" | |
case "$key" in | |
(scheme) name="$val";; | |
(author) author="$val";; | |
(base00) c0="$val";; (base01) c1="$val";; (base02) c2="$val";; | |
(base03) c3="$val";; (base04) c4="$val";; (base05) c5="$val";; | |
(base06) c6="$val";; (base07) c7="$val";; (base08) c8="$val";; | |
(base09) c9="$val";; (base0A) cA="$val";; (base0B) cB="$val";; | |
(base0C) cC="$val";; (base0D) cD="$val";; (base0E) cE="$val";; | |
(base0F) cF="$val";; | |
(*) printf 'skipping unknown line in %s: %s\n' "$f" "$line" >&2;; | |
esac | |
done < "$f" | |
dir="${f#/tmp/based/}" | |
dir="${dir%%/*}" | |
xdir="${dir#base16-}" | |
#xdir="${xdir%-*}" # always branch name (assuming github source) | |
xdir="${xdir%-master}" | |
xdir="${xdir%-main}" | |
xdir="${xdir%-primary}" | |
xdir="${xdir%-scheme}" | |
fname="${f##*/}" | |
xname="${fname%.yaml}" | |
if \ | |
[ -n "$c0" ] && [ -n "$c1" ] && [ -n "$c2" ] && [ -n "$c3" ] && \ | |
[ -n "$c4" ] && [ -n "$c5" ] && [ -n "$c6" ] && [ -n "$c7" ] && \ | |
[ -n "$c8" ] && [ -n "$c9" ] && [ -n "$cA" ] && [ -n "$cB" ] && \ | |
[ -n "$cC" ] && [ -n "$cD" ] && [ -n "$cE" ] && [ -n "$cF" ]; then | |
printf '\nelif [ "$name" = "%s" ]; then # from %s\n' "$xname" "$xdir" | |
printf ' # %s by %s\n' "${name:-UNKNOWN}" "${author:-UNKNOWN}" | |
# for base16 and its weirdness: | |
printf ' ForegroundColour '\''#%s'\''\n' "$c5" | |
printf ' BackgroundColour '\''#%s'\''\n' "$c0" | |
printf ' CursorColour '\''#%s'\''\n' 'FFFFFF' | |
printf ' Black '\''#%s'\''\n' "$c0" | |
printf ' Red '\''#%s'\''\n' "$c8" | |
printf ' Green '\''#%s'\''\n' "$cB" | |
printf ' Yellow '\''#%s'\''\n' "$cA" | |
printf ' Blue '\''#%s'\''\n' "$cD" | |
printf ' Magenta '\''#%s'\''\n' "$cE" | |
printf ' Cyan '\''#%s'\''\n' "$cC" | |
printf ' White '\''#%s'\''\n' "$c5" | |
printf ' BoldBlack '\''#%s'\''\n' "$c3" | |
printf ' BoldRed '\''#%s'\''\n' "$c8" | |
printf ' BoldGreen '\''#%s'\''\n' "$cB" | |
printf ' BoldYellow '\''#%s'\''\n' "$cA" | |
printf ' BoldBlue '\''#%s'\''\n' "$cD" | |
printf ' BoldMagenta '\''#%s'\''\n' "$cE" | |
printf ' BoldCyan '\''#%s'\''\n' "$cC" | |
printf ' BoldWhite '\''#%s'\''\n' "$c7" | |
printf ' $re 16 '\''#%s'\''\n' "$c9" | |
printf ' $re 17 '\''#%s'\''\n' "$cF" | |
printf ' $re 18 '\''#%s'\''\n' "$c1" | |
printf ' $re 19 '\''#%s'\''\n' "$c2" | |
printf ' $re 20 '\''#%s'\''\n' "$c4" | |
printf ' $re 21 '\''#%s'\''\n' "$c6" | |
else | |
printf 'missing colors: %s\n' "$f" >&2 | |
fi | |
done < /tmp/based-yamls.txt >> /tmp/based.sh | |
printf '\nfi\n' >> /tmp/based.sh | |
) | |
[ -n "${preload+-}" ] || based_on_what "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the original schemes repo got nuked for some reason, so in case something goes awry again, i've uploaded the most recent output of my script that i still have.
edit: of course github displays the output file above the actual source code 😞 damn you, alphabeticalism