├── .gitignore ├── .gitattributes ├── .github └── FUNDING.yml ├── assets ├── bell.wav ├── bg_led.png ├── cr_out.png ├── pm_fill.png ├── lk_bottom.png ├── pm_shadow.png ├── tab_bg_l0.png ├── tab_bg_l1.png ├── tab_bg_r0.png ├── tab_bg_r1.png ├── bg_led_base.png ├── cr_bar_out.png ├── pm_overlay.png ├── tab_other_l.png ├── tab_other_m.png ├── tab_other_r.png ├── tab_shad_l0.png ├── tab_shad_l1.png ├── tab_shad_l2.png ├── tab_shad_r0.png ├── tab_shad_r1.png ├── tab_shad_r2.png ├── bg_led_strobe.png └── cr_underline_out.png ├── .travis.yml ├── Makefile ├── scripts ├── mass-convert.sh └── preview.sh └── themes ├── ENCOM.edc ├── Homebrew.edc ├── Pro.edc ├── Grass.edc ├── ManPage.edc ├── Novel.edc ├── BuiltinLight.edc ├── Ocean.edc ├── TerminalBasic.edc ├── BuiltinDark.edc ├── Cobalt2.edc ├── RedSands.edc ├── Shaman.edc ├── CLRS.edc ├── HipsterGreen.edc ├── Neopolitan.edc ├── Numix.edc ├── Obsidian.edc ├── Ollie.edc ├── Spring.edc ├── Symfonic.edc ├── TangoAdapted.edc ├── Tomorrow.edc ├── Wez.edc ├── deep.edc ├── matrix.edc ├── 3024Day.edc ├── 3024Night.edc ├── AlienBlood.edc ├── Argonaut.edc ├── AtomOneLight.edc ├── BuiltinTangoLight.edc ├── C64.edc ├── Ciapre.edc ├── DarkPastel.edc ├── DotGov.edc ├── Elementary.edc ├── FirefoxDev.edc ├── Flat.edc ├── Highway.edc ├── JackieBrown.edc ├── Mathias.edc ├── NightLionv1.edc ├── Spiderman.edc ├── TangoHalfAdapted.edc ├── Treehouse.edc ├── Ubuntu.edc ├── UnderTheSea.edc ├── Urple.edc ├── VibrantInk.edc ├── synthwave.edc ├── BlulocoLight.edc ├── BuiltinTangoDark.edc ├── CrayonPonyFish.edc ├── Dark+.edc ├── Darkside.edc ├── Desert.edc ├── EspressoLibre.edc ├── Fahrenheit.edc ├── Floraverse.edc ├── FunForrest.edc ├── Galaxy.edc ├── Github.edc ├── Hurtado.edc ├── IC_Orange_PPL.edc ├── Kibble.edc ├── LabFox.edc ├── LiquidCarbon.edc ├── Material.edc ├── Medallion.edc ├── Misterioso.edc ├── MonaLisa.edc ├── MonokaiSoda.edc ├── Pandora.edc ├── PaulMillr.edc ├── ProLight.edc ├── PurpleRain.edc ├── Royal.edc ├── Seti.edc ├── Sundried.edc ├── TheHulk.edc ├── AdventureTime.edc ├── Arthur.edc ├── Atom.edc ├── BelafonteDay.edc ├── BlulocoDark.edc ├── Brogrammer.edc ├── Chester.edc ├── DimmedMonokai.edc ├── Earthsong.edc ├── Elemental.edc ├── Fideloper.edc ├── Firewatch.edc ├── FishTank.edc ├── Glacier.edc ├── Grape.edc ├── Hacktober.edc ├── Harper.edc ├── Hopscotch.edc ├── Hybrid.edc ├── IC_Green_PPL.edc ├── Japanesque.edc ├── Lavandula.edc ├── MaterialDark.edc ├── Molokai.edc ├── MonokaiRemastered.edc ├── MonokaiVivid.edc ├── NightLionv2.edc ├── PencilDark.edc ├── PencilLight.edc ├── PiattoLight.edc ├── SeaShells.edc ├── Smyck.edc ├── Snazzy.edc ├── SolarizedDark.edc ├── SolarizedLight.edc ├── Spacedust.edc ├── ToyChest.edc ├── VioletDark.edc ├── VioletLight.edc ├── WarmNeon.edc ├── Wryan.edc ├── ayu.edc ├── ayu_light.edc ├── idea.edc ├── Afterglow.edc ├── Batman.edc ├── BelafonteNight.edc ├── Broadcast.edc ├── BuiltinSolarizedDark.edc ├── Chalk.edc ├── CobaltNeon.edc ├── Dracula.edc ├── DuotoneDark.edc ├── Flatland.edc ├── ForestBlue.edc ├── Framer.edc ├── FrontEndDelight.edc ├── GruvboxDark.edc ├── Hopscotch256.edc ├── JetBrainsDarcula.edc ├── Kolorit.edc ├── LaterThisEvening.edc ├── LiquidCarbonTransparent.edc ├── N0tch2k.edc ├── Neutron.edc ├── OceanicMaterial.edc ├── OneHalfLight.edc ├── ParaisoDark.edc ├── RedAlert.edc ├── Relaxed.edc ├── SolarizedDarcula.edc ├── SolarizedDark-Patched.edc ├── SpaceGray.edc ├── ThayerBright.edc ├── TomorrowNightBright.edc ├── TomorrowNightBurns.edc ├── Twilight.edc ├── Vaughn.edc ├── WildCherry.edc ├── Wombat.edc ├── cyberpunk.edc ├── BirdsOfParadise.edc ├── Blazer.edc ├── Borland.edc ├── BrightLights.edc ├── BuiltinSolarizedLight.edc ├── Calamity.edc ├── Espresso.edc ├── Hardcore.edc ├── IR_Black.edc ├── LiquidCarbonTransparentInverse.edc ├── NocturnalWinter.edc ├── RedPlanet.edc ├── Rippedcasts.edc ├── Ryuuko.edc ├── Slate.edc ├── SoftServer.edc ├── Square.edc ├── Teerb.edc ├── UltraViolent.edc ├── Whimsy.edc ├── Zenburn.edc ├── idleToes.edc ├── lovelace.edc ├── rebecca.edc ├── AtelierSulphurpool.edc ├── Chalkboard.edc ├── ChallengerDeep.edc ├── OneHalfDark.edc └── OperatorMonoDark.edc /.gitignore: -------------------------------------------------------------------------------- 1 | themes/*.edj 2 | !*.png 3 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | *.edc linguist-detectable=true 3 | -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: sylveon 2 | custom: https://paypal.me/syIveon 3 | -------------------------------------------------------------------------------- /assets/bell.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/bell.wav -------------------------------------------------------------------------------- /assets/bg_led.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/bg_led.png -------------------------------------------------------------------------------- /assets/cr_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/cr_out.png -------------------------------------------------------------------------------- /assets/pm_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/pm_fill.png -------------------------------------------------------------------------------- /assets/lk_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/lk_bottom.png -------------------------------------------------------------------------------- /assets/pm_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/pm_shadow.png -------------------------------------------------------------------------------- /assets/tab_bg_l0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/tab_bg_l0.png -------------------------------------------------------------------------------- /assets/tab_bg_l1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/tab_bg_l1.png -------------------------------------------------------------------------------- /assets/tab_bg_r0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/tab_bg_r0.png -------------------------------------------------------------------------------- /assets/tab_bg_r1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/tab_bg_r1.png -------------------------------------------------------------------------------- /assets/bg_led_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/bg_led_base.png -------------------------------------------------------------------------------- /assets/cr_bar_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/cr_bar_out.png -------------------------------------------------------------------------------- /assets/pm_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/pm_overlay.png -------------------------------------------------------------------------------- /assets/tab_other_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/tab_other_l.png -------------------------------------------------------------------------------- /assets/tab_other_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/tab_other_m.png -------------------------------------------------------------------------------- /assets/tab_other_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/tab_other_r.png -------------------------------------------------------------------------------- /assets/tab_shad_l0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/tab_shad_l0.png -------------------------------------------------------------------------------- /assets/tab_shad_l1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/tab_shad_l1.png -------------------------------------------------------------------------------- /assets/tab_shad_l2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/tab_shad_l2.png -------------------------------------------------------------------------------- /assets/tab_shad_r0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/tab_shad_r0.png -------------------------------------------------------------------------------- /assets/tab_shad_r1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/tab_shad_r1.png -------------------------------------------------------------------------------- /assets/tab_shad_r2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/tab_shad_r2.png -------------------------------------------------------------------------------- /assets/bg_led_strobe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/bg_led_strobe.png -------------------------------------------------------------------------------- /assets/cr_underline_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylveon/terminology-themes/HEAD/assets/cr_underline_out.png -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: generic 2 | os: linux 3 | dist: focal 4 | virt: lxd 5 | 6 | addons: 7 | apt: 8 | packages: 9 | - libedje-bin 10 | 11 | script: 12 | - make 13 | - sudo make install 14 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | ASSETS_DIR=assets 2 | SOURCE_DIR=themes 3 | 4 | SRC_EXT=edc 5 | OBJ_EXT=edj 6 | 7 | BASE=$(ASSETS_DIR)/base.$(SRC_EXT) 8 | 9 | OBJS=$(patsubst %.$(SRC_EXT), %.$(OBJ_EXT), $(wildcard $(SOURCE_DIR)/*.$(SRC_EXT))) 10 | 11 | EDJE_CC=edje_cc 12 | EDJE_CC_IMG_FLAGS=-id $(ASSETS_DIR) 13 | EDJE_CC_SND_FLAGS=-sd $(ASSETS_DIR) 14 | EDJE_CC_FLAGS=$(EDJE_CC_IMG_FLAGS) $(EDJE_CC_SND_FLAGS) 15 | 16 | PREFIX=/usr 17 | 18 | .PHONY: all clean install 19 | 20 | 21 | all: $(OBJS) 22 | 23 | %.$(OBJ_EXT): %.$(SRC_EXT) $(BASE) 24 | $(EDJE_CC) $(EDJE_CC_FLAGS) $< $@ 25 | 26 | clean: 27 | rm $(SOURCE_DIR)/*.$(OBJ_EXT) 28 | 29 | install: $(OBJS) 30 | mkdir -p "$(DESTDIR)$(PREFIX)/share/terminology/themes" 31 | install -Dm644 $^ "$(DESTDIR)$(PREFIX)/share/terminology/themes" 32 | -------------------------------------------------------------------------------- /scripts/mass-convert.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | [[ ${1} == "--help" ]] && echo "usage: mass-convert.sh [source directory] [output directory]" && \ 4 | echo "You can optionally append --remove-whitespaces to remove whitespaces in the name of the output files" && exit 5 | 6 | [ -z "${2}" ] && echo "Invalid number of parameters passed" && echo "See '--help' for usage" && exit 1 7 | 8 | SCRIPT=$(readlink -f "${0}") 9 | SCRIPT_FOLDER=$(dirname "${SCRIPT}") 10 | 11 | cd "${1}" || exit 2 12 | 13 | IFS=$'\n' 14 | for file in $(find -type f) 15 | do 16 | cd "${SCRIPT_FOLDER}" || exit 2 17 | OUTPUT_FILE=${2}/$(basename "${file}" .theme).edc 18 | [[ ${3} == "--remove-whitespaces" ]] && OUTPUT_FILE=${OUTPUT_FILE//[[:space:]]} 19 | ./convert.py "${1}/${file}" > "${OUTPUT_FILE}" 20 | done 21 | 22 | echo "Done!" 23 | -------------------------------------------------------------------------------- /scripts/preview.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # This file echoes a bunch of color codes to the 4 | # terminal to demonstrate what's available. Each 5 | # line is the color code of one forground color, 6 | # out of 17 (default + 16 escapes), followed by a 7 | # test use of that color on all nine background 8 | # colors (default + 8 escapes). 9 | # 10 | 11 | T='gYw' # The test text 12 | 13 | echo -e "\n 40m 41m 42m 43m\ 14 | 44m 45m 46m 47m"; 15 | 16 | for FGs in ' m' ' 1m' ' 30m' '1;30m' ' 31m' '1;31m' ' 32m' \ 17 | '1;32m' ' 33m' '1;33m' ' 34m' '1;34m' ' 35m' '1;35m' \ 18 | ' 36m' '1;36m' ' 37m' '1;37m'; 19 | do FG=${FGs// /} 20 | echo -en " $FGs \033[$FG $T " 21 | for BG in 40m 41m 42m 43m 44m 45m 46m 47m; 22 | do echo -en "$EINS \033[$FG\033[$BG $T \033[0m"; 23 | done 24 | echo; 25 | done 26 | echo 27 | -------------------------------------------------------------------------------- /themes/ENCOM.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 0 165 149 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 159 0 0 255 5 | #define ANSI2 0 139 0 255 6 | #define ANSI3 255 208 0 255 7 | #define ANSI4 0 129 255 255 8 | #define ANSI5 188 0 202 255 9 | #define ANSI6 0 139 139 255 10 | #define ANSI7 187 187 187 255 11 | 12 | #define ANSI8 85 85 85 255 13 | #define ANSI9 255 0 0 255 14 | #define ANSI10 0 238 0 255 15 | #define ANSI11 255 255 0 255 16 | #define ANSI12 0 0 255 255 17 | #define ANSI13 255 0 255 255 18 | #define ANSI14 0 205 205 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 0 0 0 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 159 0 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 187 187 187 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Homebrew.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 0 255 0 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 153 0 0 255 5 | #define ANSI2 0 166 0 255 6 | #define ANSI3 153 153 0 255 7 | #define ANSI4 0 0 178 255 8 | #define ANSI5 178 0 178 255 9 | #define ANSI6 0 166 178 255 10 | #define ANSI7 191 191 191 255 11 | 12 | #define ANSI8 102 102 102 255 13 | #define ANSI9 229 0 0 255 14 | #define ANSI10 0 217 0 255 15 | #define ANSI11 229 229 0 255 16 | #define ANSI12 0 0 255 255 17 | #define ANSI13 229 0 229 255 18 | #define ANSI14 0 229 229 255 19 | #define ANSI15 229 229 229 255 20 | 21 | #define BG_COLOR 0 0 0 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 153 0 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 35 255 24 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Pro.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 242 242 242 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 153 0 0 255 5 | #define ANSI2 0 166 0 255 6 | #define ANSI3 153 153 0 255 7 | #define ANSI4 32 9 219 255 8 | #define ANSI5 178 0 178 255 9 | #define ANSI6 0 166 178 255 10 | #define ANSI7 191 191 191 255 11 | 12 | #define ANSI8 102 102 102 255 13 | #define ANSI9 229 0 0 255 14 | #define ANSI10 0 217 0 255 15 | #define ANSI11 229 229 0 255 16 | #define ANSI12 0 0 255 255 17 | #define ANSI13 229 0 229 255 18 | #define ANSI14 0 229 229 255 19 | #define ANSI15 229 229 229 255 20 | 21 | #define BG_COLOR 0 0 0 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 153 0 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 77 77 77 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Grass.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 240 165 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 187 0 0 255 5 | #define ANSI2 0 187 0 255 6 | #define ANSI3 231 176 0 255 7 | #define ANSI4 0 0 163 255 8 | #define ANSI5 149 0 98 255 9 | #define ANSI6 0 187 187 255 10 | #define ANSI7 187 187 187 255 11 | 12 | #define ANSI8 85 85 85 255 13 | #define ANSI9 187 0 0 255 14 | #define ANSI10 0 187 0 255 15 | #define ANSI11 231 176 0 255 16 | #define ANSI12 0 0 187 255 17 | #define ANSI13 255 85 255 255 18 | #define ANSI14 85 255 255 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 19 119 61 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 187 0 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 140 40 0 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/ManPage.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 0 0 0 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 204 0 0 255 5 | #define ANSI2 0 166 0 255 6 | #define ANSI3 153 153 0 255 7 | #define ANSI4 0 0 178 255 8 | #define ANSI5 178 0 178 255 9 | #define ANSI6 0 166 178 255 10 | #define ANSI7 204 204 204 255 11 | 12 | #define ANSI8 102 102 102 255 13 | #define ANSI9 229 0 0 255 14 | #define ANSI10 0 217 0 255 15 | #define ANSI11 229 229 0 255 16 | #define ANSI12 0 0 255 255 17 | #define ANSI13 229 0 229 255 18 | #define ANSI14 0 229 229 255 19 | #define ANSI15 229 229 229 255 20 | 21 | #define BG_COLOR 254 244 156 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 204 0 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 127 127 127 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Novel.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 59 35 34 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 204 0 0 255 5 | #define ANSI2 0 150 0 255 6 | #define ANSI3 208 107 0 255 7 | #define ANSI4 0 0 204 255 8 | #define ANSI5 204 0 204 255 9 | #define ANSI6 0 135 204 255 10 | #define ANSI7 204 204 204 255 11 | 12 | #define ANSI8 128 128 128 255 13 | #define ANSI9 204 0 0 255 14 | #define ANSI10 0 150 0 255 15 | #define ANSI11 208 107 0 255 16 | #define ANSI12 0 0 204 255 17 | #define ANSI13 204 0 204 255 18 | #define ANSI14 0 135 204 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 223 219 195 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 204 0 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 115 99 90 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/BuiltinLight.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 0 0 0 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 187 0 0 255 5 | #define ANSI2 0 187 0 255 6 | #define ANSI3 187 187 0 255 7 | #define ANSI4 0 0 187 255 8 | #define ANSI5 187 0 187 255 9 | #define ANSI6 0 187 187 255 10 | #define ANSI7 187 187 187 255 11 | 12 | #define ANSI8 85 85 85 255 13 | #define ANSI9 255 85 85 255 14 | #define ANSI10 85 255 85 255 15 | #define ANSI11 255 255 85 255 16 | #define ANSI12 85 85 255 255 17 | #define ANSI13 255 85 255 255 18 | #define ANSI14 85 255 255 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 255 255 255 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 187 0 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 0 0 0 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Ocean.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 255 255 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 153 0 0 255 5 | #define ANSI2 0 166 0 255 6 | #define ANSI3 153 153 0 255 7 | #define ANSI4 0 0 178 255 8 | #define ANSI5 178 0 178 255 9 | #define ANSI6 0 166 178 255 10 | #define ANSI7 191 191 191 255 11 | 12 | #define ANSI8 102 102 102 255 13 | #define ANSI9 229 0 0 255 14 | #define ANSI10 0 217 0 255 15 | #define ANSI11 229 229 0 255 16 | #define ANSI12 0 0 255 255 17 | #define ANSI13 229 0 229 255 18 | #define ANSI14 0 229 229 255 19 | #define ANSI15 229 229 229 255 20 | 21 | #define BG_COLOR 34 79 188 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 153 0 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 127 127 127 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/TerminalBasic.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 0 0 0 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 153 0 0 255 5 | #define ANSI2 0 166 0 255 6 | #define ANSI3 153 153 0 255 7 | #define ANSI4 0 0 178 255 8 | #define ANSI5 178 0 178 255 9 | #define ANSI6 0 166 178 255 10 | #define ANSI7 191 191 191 255 11 | 12 | #define ANSI8 102 102 102 255 13 | #define ANSI9 229 0 0 255 14 | #define ANSI10 0 217 0 255 15 | #define ANSI11 229 229 0 255 16 | #define ANSI12 0 0 255 255 17 | #define ANSI13 229 0 229 255 18 | #define ANSI14 0 229 229 255 19 | #define ANSI15 229 229 229 255 20 | 21 | #define BG_COLOR 255 255 255 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 153 0 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 127 127 127 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/BuiltinDark.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 187 187 187 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 187 0 0 255 5 | #define ANSI2 0 187 0 255 6 | #define ANSI3 187 187 0 255 7 | #define ANSI4 0 0 187 255 8 | #define ANSI5 187 0 187 255 9 | #define ANSI6 0 187 187 255 10 | #define ANSI7 187 187 187 255 11 | 12 | #define ANSI8 85 85 85 255 13 | #define ANSI9 255 85 85 255 14 | #define ANSI10 85 255 85 255 15 | #define ANSI11 255 255 85 255 16 | #define ANSI12 85 85 255 255 17 | #define ANSI13 255 85 255 255 18 | #define ANSI14 85 255 255 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 0 0 0 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 187 0 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 187 187 187 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Cobalt2.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 255 255 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 255 0 0 255 5 | #define ANSI2 56 222 33 255 6 | #define ANSI3 255 229 10 255 7 | #define ANSI4 20 96 210 255 8 | #define ANSI5 255 0 93 255 9 | #define ANSI6 0 187 187 255 10 | #define ANSI7 187 187 187 255 11 | 12 | #define ANSI8 85 85 85 255 13 | #define ANSI9 244 14 23 255 14 | #define ANSI10 59 208 29 255 15 | #define ANSI11 237 200 9 255 16 | #define ANSI12 85 85 255 255 17 | #define ANSI13 255 85 255 255 18 | #define ANSI14 106 227 250 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 19 39 56 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 0 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 240 204 9 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/RedSands.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 215 201 167 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 255 63 0 255 5 | #define ANSI2 0 187 0 255 6 | #define ANSI3 231 176 0 255 7 | #define ANSI4 0 114 255 255 8 | #define ANSI5 187 0 187 255 9 | #define ANSI6 0 187 187 255 10 | #define ANSI7 187 187 187 255 11 | 12 | #define ANSI8 85 85 85 255 13 | #define ANSI9 187 0 0 255 14 | #define ANSI10 0 187 0 255 15 | #define ANSI11 231 176 0 255 16 | #define ANSI12 0 114 174 255 17 | #define ANSI13 255 85 255 255 18 | #define ANSI14 85 255 255 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 122 37 30 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 63 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 255 255 255 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Shaman.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 64 85 85 255 // Foreground color 2 | 3 | #define ANSI0 1 32 38 255 4 | #define ANSI1 178 48 45 255 5 | #define ANSI2 0 169 65 255 6 | #define ANSI3 94 139 170 255 7 | #define ANSI4 68 154 134 255 8 | #define ANSI5 0 89 157 255 9 | #define ANSI6 93 126 25 255 10 | #define ANSI7 64 85 85 255 11 | 12 | #define ANSI8 56 68 81 255 13 | #define ANSI9 255 66 66 255 14 | #define ANSI10 42 234 94 255 15 | #define ANSI11 142 212 253 255 16 | #define ANSI12 97 213 186 255 17 | #define ANSI13 18 152 255 255 18 | #define ANSI14 152 208 40 255 19 | #define ANSI15 88 251 214 255 20 | 21 | #define BG_COLOR 0 16 21 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 178 48 45 100 // Color flash when bell rings 29 | 30 | #define CURSOR 74 252 214 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/CLRS.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 38 38 38 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 248 40 42 255 5 | #define ANSI2 50 138 93 255 6 | #define ANSI3 250 112 29 255 7 | #define ANSI4 19 92 208 255 8 | #define ANSI5 159 0 189 255 9 | #define ANSI6 51 195 193 255 10 | #define ANSI7 179 179 179 255 11 | 12 | #define ANSI8 85 87 83 255 13 | #define ANSI9 251 4 22 255 14 | #define ANSI10 44 198 49 255 15 | #define ANSI11 253 215 39 255 16 | #define ANSI12 22 112 255 255 17 | #define ANSI13 233 0 176 255 18 | #define ANSI14 58 213 206 255 19 | #define ANSI15 238 238 236 255 20 | 21 | #define BG_COLOR 255 255 255 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 248 40 42 100 // Color flash when bell rings 29 | 30 | #define CURSOR 111 211 252 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/HipsterGreen.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 132 193 56 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 182 33 74 255 5 | #define ANSI2 0 166 0 255 6 | #define ANSI3 191 191 0 255 7 | #define ANSI4 36 110 178 255 8 | #define ANSI5 178 0 178 255 9 | #define ANSI6 0 166 178 255 10 | #define ANSI7 191 191 191 255 11 | 12 | #define ANSI8 102 102 102 255 13 | #define ANSI9 229 0 0 255 14 | #define ANSI10 134 169 62 255 15 | #define ANSI11 229 229 0 255 16 | #define ANSI12 0 0 255 255 17 | #define ANSI13 229 0 229 255 18 | #define ANSI14 0 229 229 255 19 | #define ANSI15 229 229 229 255 20 | 21 | #define BG_COLOR 16 11 5 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 182 33 74 100 // Color flash when bell rings 29 | 30 | #define CURSOR 35 255 24 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Neopolitan.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 255 255 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 128 0 0 255 5 | #define ANSI2 97 206 60 255 6 | #define ANSI3 251 222 45 255 7 | #define ANSI4 37 59 118 255 8 | #define ANSI5 255 0 128 255 9 | #define ANSI6 141 166 206 255 10 | #define ANSI7 248 248 248 255 11 | 12 | #define ANSI8 0 0 0 255 13 | #define ANSI9 128 0 0 255 14 | #define ANSI10 97 206 60 255 15 | #define ANSI11 251 222 45 255 16 | #define ANSI12 37 59 118 255 17 | #define ANSI13 255 0 128 255 18 | #define ANSI14 141 166 206 255 19 | #define ANSI15 248 248 248 255 20 | 21 | #define BG_COLOR 39 31 25 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 128 0 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 255 255 255 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Numix.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 131 148 150 255 // Foreground color 2 | 3 | #define ANSI0 49 55 58 255 4 | #define ANSI1 204 0 0 255 5 | #define ANSI2 78 154 6 255 6 | #define ANSI3 214 73 55 255 7 | #define ANSI4 23 147 209 255 8 | #define ANSI5 16 234 138 255 9 | #define ANSI6 6 152 154 255 10 | #define ANSI7 210 210 210 255 11 | 12 | #define ANSI8 85 87 83 255 13 | #define ANSI9 239 41 41 255 14 | #define ANSI10 138 226 52 255 15 | #define ANSI11 23 147 209 255 16 | #define ANSI12 23 147 209 255 17 | #define ANSI13 173 127 168 255 18 | #define ANSI14 52 226 226 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 68 68 68 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 204 0 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 31 31 31 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Obsidian.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 205 205 205 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 166 0 1 255 5 | #define ANSI2 0 187 0 255 6 | #define ANSI3 254 205 34 255 7 | #define ANSI4 58 155 219 255 8 | #define ANSI5 187 0 187 255 9 | #define ANSI6 0 187 187 255 10 | #define ANSI7 187 187 187 255 11 | 12 | #define ANSI8 85 85 85 255 13 | #define ANSI9 255 0 3 255 14 | #define ANSI10 147 200 99 255 15 | #define ANSI11 254 248 116 255 16 | #define ANSI12 161 215 255 255 17 | #define ANSI13 255 85 255 255 18 | #define ANSI14 85 255 255 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 40 48 51 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 166 0 1 100 // Color flash when bell rings 29 | 30 | #define CURSOR 192 202 208 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Ollie.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 138 141 174 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 172 46 49 255 5 | #define ANSI2 49 172 97 255 6 | #define ANSI3 172 67 0 255 7 | #define ANSI4 45 87 172 255 8 | #define ANSI5 176 133 40 255 9 | #define ANSI6 31 166 172 255 10 | #define ANSI7 138 142 172 255 11 | 12 | #define ANSI8 91 55 37 255 13 | #define ANSI9 255 61 72 255 14 | #define ANSI10 59 255 153 255 15 | #define ANSI11 255 94 30 255 16 | #define ANSI12 68 136 255 255 17 | #define ANSI13 255 194 29 255 18 | #define ANSI14 31 250 255 255 19 | #define ANSI15 91 110 167 255 20 | 21 | #define BG_COLOR 34 33 37 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 172 46 49 100 // Color flash when bell rings 29 | 30 | #define CURSOR 91 110 167 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Spring.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 77 77 76 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 255 77 131 255 5 | #define ANSI2 31 140 59 255 6 | #define ANSI3 31 201 91 255 7 | #define ANSI4 29 211 238 255 8 | #define ANSI5 137 89 168 255 9 | #define ANSI6 62 153 159 255 10 | #define ANSI7 255 255 255 255 11 | 12 | #define ANSI8 0 0 0 255 13 | #define ANSI9 255 0 33 255 14 | #define ANSI10 31 194 49 255 15 | #define ANSI11 213 184 7 255 16 | #define ANSI12 21 169 253 255 17 | #define ANSI13 137 89 168 255 18 | #define ANSI14 62 153 159 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 255 255 255 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 77 131 100 // Color flash when bell rings 29 | 30 | #define CURSOR 77 77 76 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Symfonic.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 255 255 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 220 50 47 255 5 | #define ANSI2 86 219 58 255 6 | #define ANSI3 255 132 0 255 7 | #define ANSI4 0 132 212 255 8 | #define ANSI5 183 41 217 255 9 | #define ANSI6 204 204 255 255 10 | #define ANSI7 255 255 255 255 11 | 12 | #define ANSI8 27 29 33 255 13 | #define ANSI9 220 50 47 255 14 | #define ANSI10 86 219 58 255 15 | #define ANSI11 255 132 0 255 16 | #define ANSI12 0 132 212 255 17 | #define ANSI13 183 41 217 255 18 | #define ANSI14 204 204 255 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 0 0 0 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 220 50 47 100 // Color flash when bell rings 29 | 30 | #define CURSOR 220 50 47 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/TangoAdapted.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 0 0 0 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 255 0 0 255 5 | #define ANSI2 89 214 0 255 6 | #define ANSI3 240 203 0 255 7 | #define ANSI4 0 162 255 255 8 | #define ANSI5 193 126 204 255 9 | #define ANSI6 0 208 214 255 10 | #define ANSI7 230 235 225 255 11 | 12 | #define ANSI8 143 146 139 255 13 | #define ANSI9 255 0 19 255 14 | #define ANSI10 147 255 0 255 15 | #define ANSI11 255 241 33 255 16 | #define ANSI12 136 201 255 255 17 | #define ANSI13 233 167 225 255 18 | #define ANSI14 0 254 255 255 19 | #define ANSI15 246 246 244 255 20 | 21 | #define BG_COLOR 255 255 255 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 0 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 0 0 0 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Tomorrow.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 77 77 76 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 200 40 41 255 5 | #define ANSI2 113 140 0 255 6 | #define ANSI3 234 183 0 255 7 | #define ANSI4 66 113 174 255 8 | #define ANSI5 137 89 168 255 9 | #define ANSI6 62 153 159 255 10 | #define ANSI7 255 255 255 255 11 | 12 | #define ANSI8 0 0 0 255 13 | #define ANSI9 200 40 41 255 14 | #define ANSI10 113 140 0 255 15 | #define ANSI11 234 183 0 255 16 | #define ANSI12 66 113 174 255 17 | #define ANSI13 137 89 168 255 18 | #define ANSI14 62 153 159 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 255 255 255 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 200 40 41 100 // Color flash when bell rings 29 | 30 | #define CURSOR 77 77 76 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Wez.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 179 179 179 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 204 85 85 255 5 | #define ANSI2 85 204 85 255 6 | #define ANSI3 205 205 85 255 7 | #define ANSI4 85 85 204 255 8 | #define ANSI5 204 85 204 255 9 | #define ANSI6 122 202 202 255 10 | #define ANSI7 204 204 204 255 11 | 12 | #define ANSI8 85 85 85 255 13 | #define ANSI9 255 85 85 255 14 | #define ANSI10 85 255 85 255 15 | #define ANSI11 255 255 85 255 16 | #define ANSI12 85 85 255 255 17 | #define ANSI13 255 85 255 255 18 | #define ANSI14 85 255 255 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 0 0 0 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 204 85 85 100 // Color flash when bell rings 29 | 30 | #define CURSOR 83 174 113 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/deep.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 205 205 205 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 215 0 5 255 5 | #define ANSI2 28 217 21 255 6 | #define ANSI3 217 189 38 255 7 | #define ANSI4 86 101 255 255 8 | #define ANSI5 176 82 218 255 9 | #define ANSI6 80 210 218 255 10 | #define ANSI7 224 224 224 255 11 | 12 | #define ANSI8 83 83 83 255 13 | #define ANSI9 251 0 7 255 14 | #define ANSI10 34 255 24 255 15 | #define ANSI11 254 220 43 255 16 | #define ANSI12 159 169 255 255 17 | #define ANSI13 224 154 255 255 18 | #define ANSI14 141 249 255 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 9 9 9 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 215 0 5 100 // Color flash when bell rings 29 | 30 | #define CURSOR 208 208 208 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/matrix.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 39 238 52 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 81 199 135 255 5 | #define ANSI2 30 199 10 255 6 | #define ANSI3 224 198 79 255 7 | #define ANSI4 161 199 117 255 8 | #define ANSI5 80 141 79 255 9 | #define ANSI6 145 199 34 255 10 | #define ANSI7 51 78 52 255 11 | 12 | #define ANSI8 55 55 55 255 13 | #define ANSI9 36 73 53 255 14 | #define ANSI10 111 254 106 255 15 | #define ANSI11 111 254 26 255 16 | #define ANSI12 168 243 157 255 17 | #define ANSI13 87 224 62 255 18 | #define ANSI14 139 251 140 255 19 | #define ANSI15 213 226 203 255 20 | 21 | #define BG_COLOR 0 0 0 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 194 40 50 100 // Color flash when bell rings 29 | 30 | #define CURSOR 199 199 199 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the matrix 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/3024Day.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 74 69 67 255 // Foreground color 2 | 3 | #define ANSI0 9 3 0 255 4 | #define ANSI1 219 45 32 255 5 | #define ANSI2 1 162 82 255 6 | #define ANSI3 253 237 2 255 7 | #define ANSI4 1 160 228 255 8 | #define ANSI5 161 106 148 255 9 | #define ANSI6 181 228 244 255 10 | #define ANSI7 165 162 162 255 11 | 12 | #define ANSI8 92 88 85 255 13 | #define ANSI9 232 187 208 255 14 | #define ANSI10 58 52 50 255 15 | #define ANSI11 74 69 67 255 16 | #define ANSI12 128 125 124 255 17 | #define ANSI13 214 213 212 255 18 | #define ANSI14 205 171 83 255 19 | #define ANSI15 247 247 247 255 20 | 21 | #define BG_COLOR 247 247 247 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 219 45 32 100 // Color flash when bell rings 29 | 30 | #define CURSOR 74 69 67 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/3024Night.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 165 162 162 255 // Foreground color 2 | 3 | #define ANSI0 9 3 0 255 4 | #define ANSI1 219 45 32 255 5 | #define ANSI2 1 162 82 255 6 | #define ANSI3 253 237 2 255 7 | #define ANSI4 1 160 228 255 8 | #define ANSI5 161 106 148 255 9 | #define ANSI6 181 228 244 255 10 | #define ANSI7 165 162 162 255 11 | 12 | #define ANSI8 92 88 85 255 13 | #define ANSI9 232 187 208 255 14 | #define ANSI10 58 52 50 255 15 | #define ANSI11 74 69 67 255 16 | #define ANSI12 128 125 124 255 17 | #define ANSI13 214 213 212 255 18 | #define ANSI14 205 171 83 255 19 | #define ANSI15 247 247 247 255 20 | 21 | #define BG_COLOR 9 3 0 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 219 45 32 100 // Color flash when bell rings 29 | 30 | #define CURSOR 165 162 162 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/AlienBlood.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 99 125 117 255 // Foreground color 2 | 3 | #define ANSI0 17 38 22 255 4 | #define ANSI1 127 43 39 255 5 | #define ANSI2 47 126 37 255 6 | #define ANSI3 113 127 36 255 7 | #define ANSI4 47 106 127 255 8 | #define ANSI5 71 88 127 255 9 | #define ANSI6 50 127 119 255 10 | #define ANSI7 100 125 117 255 11 | 12 | #define ANSI8 60 72 18 255 13 | #define ANSI9 224 128 9 255 14 | #define ANSI10 24 224 0 255 15 | #define ANSI11 189 224 0 255 16 | #define ANSI12 0 170 224 255 17 | #define ANSI13 0 88 224 255 18 | #define ANSI14 0 224 196 255 19 | #define ANSI15 115 250 145 255 20 | 21 | #define BG_COLOR 15 22 16 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 127 43 39 100 // Color flash when bell rings 29 | 30 | #define CURSOR 115 250 145 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Argonaut.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 250 244 255 // Foreground color 2 | 3 | #define ANSI0 35 35 35 255 4 | #define ANSI1 255 0 15 255 5 | #define ANSI2 140 225 11 255 6 | #define ANSI3 255 185 0 255 7 | #define ANSI4 0 141 248 255 8 | #define ANSI5 109 67 166 255 9 | #define ANSI6 0 216 235 255 10 | #define ANSI7 255 255 255 255 11 | 12 | #define ANSI8 68 68 68 255 13 | #define ANSI9 255 39 64 255 14 | #define ANSI10 171 225 91 255 15 | #define ANSI11 255 210 66 255 16 | #define ANSI12 0 146 255 255 17 | #define ANSI13 154 95 235 255 18 | #define ANSI14 103 255 240 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 14 16 25 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 0 15 100 // Color flash when bell rings 29 | 30 | #define CURSOR 255 0 24 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/AtomOneLight.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 42 44 51 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 222 62 53 255 5 | #define ANSI2 63 149 58 255 6 | #define ANSI3 210 182 124 255 7 | #define ANSI4 47 90 243 255 8 | #define ANSI5 149 0 149 255 9 | #define ANSI6 63 149 58 255 10 | #define ANSI7 187 187 187 255 11 | 12 | #define ANSI8 0 0 0 255 13 | #define ANSI9 222 62 53 255 14 | #define ANSI10 63 149 58 255 15 | #define ANSI11 210 182 124 255 16 | #define ANSI12 47 90 243 255 17 | #define ANSI13 160 0 149 255 18 | #define ANSI14 63 149 58 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 249 249 249 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 222 62 53 100 // Color flash when bell rings 29 | 30 | #define CURSOR 187 187 187 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/BuiltinTangoLight.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 0 0 0 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 204 0 0 255 5 | #define ANSI2 78 154 6 255 6 | #define ANSI3 196 160 0 255 7 | #define ANSI4 52 101 164 255 8 | #define ANSI5 117 80 123 255 9 | #define ANSI6 6 152 154 255 10 | #define ANSI7 211 215 207 255 11 | 12 | #define ANSI8 85 87 83 255 13 | #define ANSI9 239 41 41 255 14 | #define ANSI10 138 226 52 255 15 | #define ANSI11 252 233 79 255 16 | #define ANSI12 114 159 207 255 17 | #define ANSI13 173 127 168 255 18 | #define ANSI14 52 226 226 255 19 | #define ANSI15 238 238 236 255 20 | 21 | #define BG_COLOR 255 255 255 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 204 0 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 0 0 0 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/C64.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 120 105 196 255 // Foreground color 2 | 3 | #define ANSI0 9 3 0 255 4 | #define ANSI1 136 57 50 255 5 | #define ANSI2 85 160 73 255 6 | #define ANSI3 191 206 114 255 7 | #define ANSI4 64 49 141 255 8 | #define ANSI5 139 63 150 255 9 | #define ANSI6 103 182 189 255 10 | #define ANSI7 255 255 255 255 11 | 12 | #define ANSI8 0 0 0 255 13 | #define ANSI9 136 57 50 255 14 | #define ANSI10 85 160 73 255 15 | #define ANSI11 191 206 114 255 16 | #define ANSI12 64 49 141 255 17 | #define ANSI13 139 63 150 255 18 | #define ANSI14 103 182 189 255 19 | #define ANSI15 247 247 247 255 20 | 21 | #define BG_COLOR 64 49 141 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 136 57 50 100 // Color flash when bell rings 29 | 30 | #define CURSOR 120 105 196 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Ciapre.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 174 164 122 255 // Foreground color 2 | 3 | #define ANSI0 24 24 24 255 4 | #define ANSI1 129 0 9 255 5 | #define ANSI2 72 81 59 255 6 | #define ANSI3 204 139 63 255 7 | #define ANSI4 87 109 140 255 8 | #define ANSI5 114 77 124 255 9 | #define ANSI6 92 79 75 255 10 | #define ANSI7 174 164 127 255 11 | 12 | #define ANSI8 85 85 85 255 13 | #define ANSI9 172 56 53 255 14 | #define ANSI10 166 167 93 255 15 | #define ANSI11 220 223 124 255 16 | #define ANSI12 48 151 198 255 17 | #define ANSI13 211 48 97 255 18 | #define ANSI14 243 219 178 255 19 | #define ANSI15 244 244 244 255 20 | 21 | #define BG_COLOR 25 28 39 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 129 0 9 100 // Color flash when bell rings 29 | 30 | #define CURSOR 146 128 91 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/DarkPastel.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 255 255 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 255 85 85 255 5 | #define ANSI2 85 255 85 255 6 | #define ANSI3 255 255 85 255 7 | #define ANSI4 85 85 255 255 8 | #define ANSI5 255 85 255 255 9 | #define ANSI6 85 255 255 255 10 | #define ANSI7 187 187 187 255 11 | 12 | #define ANSI8 85 85 85 255 13 | #define ANSI9 255 85 85 255 14 | #define ANSI10 85 255 85 255 15 | #define ANSI11 255 255 85 255 16 | #define ANSI12 85 85 255 255 17 | #define ANSI13 255 85 255 255 18 | #define ANSI14 85 255 255 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 0 0 0 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 85 85 100 // Color flash when bell rings 29 | 30 | #define CURSOR 187 187 187 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/DotGov.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 235 235 235 255 // Foreground color 2 | 3 | #define ANSI0 25 25 25 255 4 | #define ANSI1 191 9 29 255 5 | #define ANSI2 61 151 81 255 6 | #define ANSI3 246 187 52 255 7 | #define ANSI4 23 178 224 255 8 | #define ANSI5 120 48 176 255 9 | #define ANSI6 139 210 237 255 10 | #define ANSI7 255 255 255 255 11 | 12 | #define ANSI8 25 25 25 255 13 | #define ANSI9 191 9 29 255 14 | #define ANSI10 61 151 81 255 15 | #define ANSI11 246 187 52 255 16 | #define ANSI12 23 178 224 255 17 | #define ANSI13 120 48 176 255 18 | #define ANSI14 139 210 237 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 38 44 53 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 191 9 29 100 // Color flash when bell rings 29 | 30 | #define CURSOR 217 0 47 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Elementary.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 239 239 239 255 // Foreground color 2 | 3 | #define ANSI0 36 36 36 255 4 | #define ANSI1 215 28 21 255 5 | #define ANSI2 90 165 19 255 6 | #define ANSI3 253 180 12 255 7 | #define ANSI4 6 59 140 255 8 | #define ANSI5 228 0 56 255 9 | #define ANSI6 37 149 225 255 10 | #define ANSI7 239 239 239 255 11 | 12 | #define ANSI8 75 75 75 255 13 | #define ANSI9 252 28 24 255 14 | #define ANSI10 107 194 25 255 15 | #define ANSI11 254 200 14 255 16 | #define ANSI12 9 85 255 255 17 | #define ANSI13 251 0 80 255 18 | #define ANSI14 62 168 252 255 19 | #define ANSI15 140 0 236 255 20 | 21 | #define BG_COLOR 24 24 24 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 215 28 21 100 // Color flash when bell rings 29 | 30 | #define CURSOR 187 187 187 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/FirefoxDev.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 124 143 164 255 // Foreground color 2 | 3 | #define ANSI0 0 40 49 255 4 | #define ANSI1 230 56 83 255 5 | #define ANSI2 94 184 60 255 6 | #define ANSI3 165 119 6 255 7 | #define ANSI4 53 157 223 255 8 | #define ANSI5 215 92 255 255 9 | #define ANSI6 75 115 162 255 10 | #define ANSI7 220 220 220 255 11 | 12 | #define ANSI8 0 30 39 255 13 | #define ANSI9 225 0 63 255 14 | #define ANSI10 29 144 0 255 15 | #define ANSI11 205 148 9 255 16 | #define ANSI12 0 111 192 255 17 | #define ANSI13 162 0 218 255 18 | #define ANSI14 0 87 148 255 19 | #define ANSI15 226 226 226 255 20 | 21 | #define BG_COLOR 14 16 17 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 230 56 83 100 // Color flash when bell rings 29 | 30 | #define CURSOR 112 130 132 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Flat.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 44 197 93 255 // Foreground color 2 | 3 | #define ANSI0 34 45 63 255 4 | #define ANSI1 168 35 32 255 5 | #define ANSI2 50 165 72 255 6 | #define ANSI3 229 141 17 255 7 | #define ANSI4 49 103 172 255 8 | #define ANSI5 120 26 160 255 9 | #define ANSI6 44 147 112 255 10 | #define ANSI7 176 182 186 255 11 | 12 | #define ANSI8 33 44 60 255 13 | #define ANSI9 212 49 46 255 14 | #define ANSI10 45 148 64 255 15 | #define ANSI11 229 190 12 255 16 | #define ANSI12 60 125 210 255 17 | #define ANSI13 130 48 167 255 18 | #define ANSI14 53 179 135 255 19 | #define ANSI15 231 236 237 255 20 | 21 | #define BG_COLOR 0 34 64 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 168 35 32 100 // Color flash when bell rings 29 | 30 | #define CURSOR 229 190 12 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Highway.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 237 237 237 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 208 14 24 255 5 | #define ANSI2 19 128 52 255 6 | #define ANSI3 255 203 62 255 7 | #define ANSI4 0 107 179 255 8 | #define ANSI5 107 39 117 255 9 | #define ANSI6 56 69 100 255 10 | #define ANSI7 237 237 237 255 11 | 12 | #define ANSI8 93 80 74 255 13 | #define ANSI9 240 126 24 255 14 | #define ANSI10 177 209 48 255 15 | #define ANSI11 255 241 32 255 16 | #define ANSI12 79 194 253 255 17 | #define ANSI13 222 0 113 255 18 | #define ANSI14 93 80 74 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 34 34 37 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 208 14 24 100 // Color flash when bell rings 29 | 30 | #define CURSOR 224 217 185 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/JackieBrown.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 204 47 255 // Foreground color 2 | 3 | #define ANSI0 44 29 22 255 4 | #define ANSI1 239 87 52 255 5 | #define ANSI2 43 175 43 255 6 | #define ANSI3 190 191 0 255 7 | #define ANSI4 36 110 178 255 8 | #define ANSI5 208 94 193 255 9 | #define ANSI6 0 172 238 255 10 | #define ANSI7 191 191 191 255 11 | 12 | #define ANSI8 102 102 102 255 13 | #define ANSI9 229 0 0 255 14 | #define ANSI10 134 169 62 255 15 | #define ANSI11 229 229 0 255 16 | #define ANSI12 0 0 255 255 17 | #define ANSI13 229 0 229 255 18 | #define ANSI14 0 229 229 255 19 | #define ANSI15 229 229 229 255 20 | 21 | #define BG_COLOR 44 29 22 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 239 87 52 100 // Color flash when bell rings 29 | 30 | #define CURSOR 35 255 24 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Mathias.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 187 187 187 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 229 34 34 255 5 | #define ANSI2 166 227 45 255 6 | #define ANSI3 252 149 30 255 7 | #define ANSI4 196 141 255 255 8 | #define ANSI5 250 37 115 255 9 | #define ANSI6 103 217 240 255 10 | #define ANSI7 242 242 242 255 11 | 12 | #define ANSI8 85 85 85 255 13 | #define ANSI9 255 85 85 255 14 | #define ANSI10 85 255 85 255 15 | #define ANSI11 255 255 85 255 16 | #define ANSI12 85 85 255 255 17 | #define ANSI13 255 85 255 255 18 | #define ANSI14 85 255 255 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 0 0 0 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 229 34 34 100 // Color flash when bell rings 29 | 30 | #define CURSOR 187 187 187 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/NightLionv1.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 187 187 187 255 // Foreground color 2 | 3 | #define ANSI0 76 76 76 255 4 | #define ANSI1 187 0 0 255 5 | #define ANSI2 95 222 143 255 6 | #define ANSI3 243 241 103 255 7 | #define ANSI4 39 107 216 255 8 | #define ANSI5 187 0 187 255 9 | #define ANSI6 0 218 223 255 10 | #define ANSI7 187 187 187 255 11 | 12 | #define ANSI8 85 85 85 255 13 | #define ANSI9 255 85 85 255 14 | #define ANSI10 85 255 85 255 15 | #define ANSI11 255 255 85 255 16 | #define ANSI12 85 85 255 255 17 | #define ANSI13 255 85 255 255 18 | #define ANSI14 85 255 255 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 0 0 0 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 187 0 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 187 187 187 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Spiderman.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 227 227 227 255 // Foreground color 2 | 3 | #define ANSI0 27 29 30 255 4 | #define ANSI1 230 8 19 255 5 | #define ANSI2 226 41 40 255 6 | #define ANSI3 226 71 86 255 7 | #define ANSI4 44 63 255 255 8 | #define ANSI5 36 53 219 255 9 | #define ANSI6 50 86 255 255 10 | #define ANSI7 255 254 246 255 11 | 12 | #define ANSI8 80 83 84 255 13 | #define ANSI9 255 3 37 255 14 | #define ANSI10 255 51 56 255 15 | #define ANSI11 254 58 53 255 16 | #define ANSI12 29 80 255 255 17 | #define ANSI13 116 124 255 255 18 | #define ANSI14 97 132 255 255 19 | #define ANSI15 255 255 249 255 20 | 21 | #define BG_COLOR 27 29 30 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 230 8 19 100 // Color flash when bell rings 29 | 30 | #define CURSOR 44 63 255 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/TangoHalfAdapted.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 0 0 0 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 255 0 0 255 5 | #define ANSI2 76 195 0 255 6 | #define ANSI3 226 192 0 255 7 | #define ANSI4 0 142 246 255 8 | #define ANSI5 169 108 179 255 9 | #define ANSI6 0 189 195 255 10 | #define ANSI7 224 229 219 255 11 | 12 | #define ANSI8 121 125 118 255 13 | #define ANSI9 255 0 19 255 14 | #define ANSI10 138 246 0 255 15 | #define ANSI11 255 236 0 255 16 | #define ANSI12 118 191 255 255 17 | #define ANSI13 216 152 209 255 18 | #define ANSI14 0 246 250 255 19 | #define ANSI15 244 244 242 255 20 | 21 | #define BG_COLOR 255 255 255 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 0 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 0 0 0 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Treehouse.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 120 107 83 255 // Foreground color 2 | 3 | #define ANSI0 50 19 0 255 4 | #define ANSI1 178 39 14 255 5 | #define ANSI2 68 169 0 255 6 | #define ANSI3 170 130 12 255 7 | #define ANSI4 88 133 154 255 8 | #define ANSI5 151 54 61 255 9 | #define ANSI6 178 90 30 255 10 | #define ANSI7 120 107 83 255 11 | 12 | #define ANSI8 67 54 38 255 13 | #define ANSI9 237 93 32 255 14 | #define ANSI10 85 242 56 255 15 | #define ANSI11 242 183 50 255 16 | #define ANSI12 133 207 237 255 17 | #define ANSI13 225 76 90 255 18 | #define ANSI14 240 125 20 255 19 | #define ANSI15 255 200 0 255 20 | 21 | #define BG_COLOR 25 25 25 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 178 39 14 100 // Color flash when bell rings 29 | 30 | #define CURSOR 250 200 20 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Ubuntu.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 238 238 236 255 // Foreground color 2 | 3 | #define ANSI0 46 52 54 255 4 | #define ANSI1 204 0 0 255 5 | #define ANSI2 78 154 6 255 6 | #define ANSI3 196 160 0 255 7 | #define ANSI4 52 101 164 255 8 | #define ANSI5 117 80 123 255 9 | #define ANSI6 6 152 154 255 10 | #define ANSI7 211 215 207 255 11 | 12 | #define ANSI8 85 87 83 255 13 | #define ANSI9 239 41 41 255 14 | #define ANSI10 138 226 52 255 15 | #define ANSI11 252 233 79 255 16 | #define ANSI12 114 159 207 255 17 | #define ANSI13 173 127 168 255 18 | #define ANSI14 52 226 226 255 19 | #define ANSI15 238 238 236 255 20 | 21 | #define BG_COLOR 48 10 36 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 204 0 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 187 187 187 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/UnderTheSea.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 255 255 255 // Foreground color 2 | 3 | #define ANSI0 2 32 38 255 4 | #define ANSI1 178 48 45 255 5 | #define ANSI2 0 169 65 255 6 | #define ANSI3 89 129 156 255 7 | #define ANSI4 69 154 134 255 8 | #define ANSI5 0 89 157 255 9 | #define ANSI6 93 126 25 255 10 | #define ANSI7 64 85 85 255 11 | 12 | #define ANSI8 56 68 81 255 13 | #define ANSI9 255 66 66 255 14 | #define ANSI10 42 234 94 255 15 | #define ANSI11 142 212 253 255 16 | #define ANSI12 97 213 186 255 17 | #define ANSI13 18 152 255 255 18 | #define ANSI14 152 208 40 255 19 | #define ANSI15 88 251 214 255 20 | 21 | #define BG_COLOR 1 17 22 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 178 48 45 100 // Color flash when bell rings 29 | 30 | #define CURSOR 74 252 214 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Urple.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 135 122 155 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 176 66 91 255 5 | #define ANSI2 55 164 21 255 6 | #define ANSI3 173 92 66 255 7 | #define ANSI4 86 77 155 255 8 | #define ANSI5 108 60 161 255 9 | #define ANSI6 128 128 128 255 10 | #define ANSI7 135 121 156 255 11 | 12 | #define ANSI8 93 50 37 255 13 | #define ANSI9 255 99 136 255 14 | #define ANSI10 41 230 32 255 15 | #define ANSI11 240 129 97 255 16 | #define ANSI12 134 122 237 255 17 | #define ANSI13 160 94 238 255 18 | #define ANSI14 234 234 234 255 19 | #define ANSI15 191 163 255 255 20 | 21 | #define BG_COLOR 27 27 35 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 176 66 91 100 // Color flash when bell rings 29 | 30 | #define CURSOR 160 99 235 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/VibrantInk.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 255 255 255 // Foreground color 2 | 3 | #define ANSI0 135 135 135 255 4 | #define ANSI1 255 102 0 255 5 | #define ANSI2 204 255 4 255 6 | #define ANSI3 255 204 0 255 7 | #define ANSI4 68 180 204 255 8 | #define ANSI5 153 51 204 255 9 | #define ANSI6 68 180 204 255 10 | #define ANSI7 245 245 245 255 11 | 12 | #define ANSI8 85 85 85 255 13 | #define ANSI9 255 0 0 255 14 | #define ANSI10 0 255 0 255 15 | #define ANSI11 255 255 0 255 16 | #define ANSI12 0 0 255 255 17 | #define ANSI13 255 0 255 255 18 | #define ANSI14 0 255 255 255 19 | #define ANSI15 229 229 229 255 20 | 21 | #define BG_COLOR 0 0 0 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 102 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 255 255 255 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/synthwave.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 218 217 199 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 246 24 143 255 5 | #define ANSI2 30 187 43 255 6 | #define ANSI3 253 248 52 255 7 | #define ANSI4 33 134 236 255 8 | #define ANSI5 248 90 33 255 9 | #define ANSI6 18 195 226 255 10 | #define ANSI7 255 255 255 255 11 | 12 | #define ANSI8 0 0 0 255 13 | #define ANSI9 248 65 160 255 14 | #define ANSI10 37 193 65 255 15 | #define ANSI11 253 244 84 255 16 | #define ANSI12 47 157 237 255 17 | #define ANSI13 249 113 55 255 18 | #define ANSI14 25 205 230 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 0 0 0 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 246 24 143 100 // Color flash when bell rings 29 | 30 | #define CURSOR 25 205 230 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/BlulocoLight.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 42 44 51 255 // Foreground color 2 | 3 | #define ANSI0 203 204 213 255 4 | #define ANSI1 201 14 66 255 5 | #define ANSI2 33 136 58 255 6 | #define ANSI3 213 77 23 255 7 | #define ANSI4 30 68 221 255 8 | #define ANSI5 109 27 237 255 9 | #define ANSI6 31 77 122 255 10 | #define ANSI7 0 0 0 255 11 | 12 | #define ANSI8 222 223 232 255 13 | #define ANSI9 252 74 109 255 14 | #define ANSI10 52 179 84 255 15 | #define ANSI11 184 148 39 255 16 | #define ANSI12 16 133 217 255 17 | #define ANSI13 192 13 179 255 18 | #define ANSI14 91 128 173 255 19 | #define ANSI15 29 29 34 255 20 | 21 | #define BG_COLOR 247 247 247 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 201 14 66 100 // Color flash when bell rings 29 | 30 | #define CURSOR 237 0 71 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/BuiltinTangoDark.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 255 255 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 204 0 0 255 5 | #define ANSI2 78 154 6 255 6 | #define ANSI3 196 160 0 255 7 | #define ANSI4 52 101 164 255 8 | #define ANSI5 117 80 123 255 9 | #define ANSI6 6 152 154 255 10 | #define ANSI7 211 215 207 255 11 | 12 | #define ANSI8 85 87 83 255 13 | #define ANSI9 239 41 41 255 14 | #define ANSI10 138 226 52 255 15 | #define ANSI11 252 233 79 255 16 | #define ANSI12 114 159 207 255 17 | #define ANSI13 173 127 168 255 18 | #define ANSI14 52 226 226 255 19 | #define ANSI15 238 238 236 255 20 | 21 | #define BG_COLOR 0 0 0 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 204 0 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 255 255 255 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/CrayonPonyFish.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 104 82 90 255 // Foreground color 2 | 3 | #define ANSI0 43 27 29 255 4 | #define ANSI1 145 0 43 255 5 | #define ANSI2 87 149 36 255 6 | #define ANSI3 171 49 27 255 7 | #define ANSI4 140 135 176 255 8 | #define ANSI5 105 47 80 255 9 | #define ANSI6 232 168 102 255 10 | #define ANSI7 104 82 90 255 11 | 12 | #define ANSI8 61 43 46 255 13 | #define ANSI9 197 37 93 255 14 | #define ANSI10 141 255 87 255 15 | #define ANSI11 200 56 29 255 16 | #define ANSI12 207 201 255 255 17 | #define ANSI13 252 108 186 255 18 | #define ANSI14 255 206 175 255 19 | #define ANSI15 176 148 157 255 20 | 21 | #define BG_COLOR 21 7 7 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 145 0 43 100 // Color flash when bell rings 29 | 30 | #define CURSOR 104 82 90 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Dark+.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 204 204 204 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 205 49 49 255 5 | #define ANSI2 13 188 121 255 6 | #define ANSI3 229 229 16 255 7 | #define ANSI4 36 114 200 255 8 | #define ANSI5 188 63 188 255 9 | #define ANSI6 17 168 205 255 10 | #define ANSI7 229 229 229 255 11 | 12 | #define ANSI8 102 102 102 255 13 | #define ANSI9 241 76 76 255 14 | #define ANSI10 35 209 139 255 15 | #define ANSI11 245 245 67 255 16 | #define ANSI12 59 142 234 255 17 | #define ANSI13 214 112 214 255 18 | #define ANSI14 41 184 219 255 19 | #define ANSI15 229 229 229 255 20 | 21 | #define BG_COLOR 14 14 14 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 205 49 49 100 // Color flash when bell rings 29 | 30 | #define CURSOR 255 255 255 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Darkside.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 186 186 186 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 232 52 28 255 5 | #define ANSI2 104 194 86 255 6 | #define ANSI3 242 212 44 255 7 | #define ANSI4 28 152 232 255 8 | #define ANSI5 142 105 201 255 9 | #define ANSI6 28 152 232 255 10 | #define ANSI7 186 186 186 255 11 | 12 | #define ANSI8 0 0 0 255 13 | #define ANSI9 224 90 79 255 14 | #define ANSI10 119 184 105 255 15 | #define ANSI11 239 214 75 255 16 | #define ANSI12 56 124 211 255 17 | #define ANSI13 149 123 190 255 18 | #define ANSI14 61 151 226 255 19 | #define ANSI15 186 186 186 255 20 | 21 | #define BG_COLOR 34 35 36 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 232 52 28 100 // Color flash when bell rings 29 | 30 | #define CURSOR 187 187 187 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Desert.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 255 255 255 // Foreground color 2 | 3 | #define ANSI0 77 77 77 255 4 | #define ANSI1 255 43 43 255 5 | #define ANSI2 152 251 152 255 6 | #define ANSI3 240 230 140 255 7 | #define ANSI4 205 133 63 255 8 | #define ANSI5 255 222 173 255 9 | #define ANSI6 255 160 160 255 10 | #define ANSI7 245 222 179 255 11 | 12 | #define ANSI8 85 85 85 255 13 | #define ANSI9 255 85 85 255 14 | #define ANSI10 85 255 85 255 15 | #define ANSI11 255 255 85 255 16 | #define ANSI12 135 206 255 255 17 | #define ANSI13 255 85 255 255 18 | #define ANSI14 255 215 0 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 51 51 51 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 43 43 100 // Color flash when bell rings 29 | 30 | #define CURSOR 0 255 0 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/EspressoLibre.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 184 168 152 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 204 0 0 255 5 | #define ANSI2 26 146 28 255 6 | #define ANSI3 240 229 58 255 7 | #define ANSI4 0 102 255 255 8 | #define ANSI5 197 101 107 255 9 | #define ANSI6 6 152 154 255 10 | #define ANSI7 211 215 207 255 11 | 12 | #define ANSI8 85 87 83 255 13 | #define ANSI9 239 41 41 255 14 | #define ANSI10 154 255 135 255 15 | #define ANSI11 255 251 92 255 16 | #define ANSI12 67 168 237 255 17 | #define ANSI13 255 129 138 255 18 | #define ANSI14 52 226 226 255 19 | #define ANSI15 238 238 236 255 20 | 21 | #define BG_COLOR 42 33 28 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 204 0 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 255 255 255 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Fahrenheit.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 255 206 255 // Foreground color 2 | 3 | #define ANSI0 29 29 29 255 4 | #define ANSI1 205 160 116 255 5 | #define ANSI2 158 116 77 255 6 | #define ANSI3 254 207 117 255 7 | #define ANSI4 114 1 2 255 8 | #define ANSI5 115 76 77 255 9 | #define ANSI6 151 151 151 255 10 | #define ANSI7 255 255 206 255 11 | 12 | #define ANSI8 0 0 0 255 13 | #define ANSI9 254 206 160 255 14 | #define ANSI10 204 115 77 255 15 | #define ANSI11 253 159 77 255 16 | #define ANSI12 203 74 5 255 17 | #define ANSI13 78 115 159 255 18 | #define ANSI14 254 208 77 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 0 0 0 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 205 160 116 100 // Color flash when bell rings 29 | 30 | #define CURSOR 187 187 187 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Floraverse.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 219 209 185 255 // Foreground color 2 | 3 | #define ANSI0 8 0 46 255 4 | #define ANSI1 100 0 44 255 5 | #define ANSI2 93 115 26 255 6 | #define ANSI3 205 117 28 255 7 | #define ANSI4 29 109 161 255 8 | #define ANSI5 183 7 126 255 9 | #define ANSI6 66 163 140 255 10 | #define ANSI7 243 224 184 255 11 | 12 | #define ANSI8 51 30 77 255 13 | #define ANSI9 208 32 99 255 14 | #define ANSI10 180 206 89 255 15 | #define ANSI11 250 195 87 255 16 | #define ANSI12 64 164 207 255 17 | #define ANSI13 241 42 174 255 18 | #define ANSI14 98 202 168 255 19 | #define ANSI15 255 245 219 255 20 | 21 | #define BG_COLOR 14 13 21 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 100 0 44 100 // Color flash when bell rings 29 | 30 | #define CURSOR 187 187 187 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/FunForrest.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 222 193 101 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 214 38 43 255 5 | #define ANSI2 145 156 0 255 6 | #define ANSI3 190 138 19 255 7 | #define ANSI4 70 153 163 255 8 | #define ANSI5 141 67 49 255 9 | #define ANSI6 218 130 19 255 10 | #define ANSI7 221 194 101 255 11 | 12 | #define ANSI8 127 106 85 255 13 | #define ANSI9 229 90 28 255 14 | #define ANSI10 191 198 90 255 15 | #define ANSI11 255 203 27 255 16 | #define ANSI12 124 201 207 255 17 | #define ANSI13 210 99 73 255 18 | #define ANSI14 230 169 107 255 19 | #define ANSI15 255 234 163 255 20 | 21 | #define BG_COLOR 37 18 0 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 214 38 43 100 // Color flash when bell rings 29 | 30 | #define CURSOR 229 89 28 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Galaxy.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 255 255 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 249 85 95 255 5 | #define ANSI2 33 176 137 255 6 | #define ANSI3 254 240 42 255 7 | #define ANSI4 88 157 246 255 8 | #define ANSI5 148 77 149 255 9 | #define ANSI6 31 158 231 255 10 | #define ANSI7 187 187 187 255 11 | 12 | #define ANSI8 85 85 85 255 13 | #define ANSI9 250 140 143 255 14 | #define ANSI10 53 187 154 255 15 | #define ANSI11 255 255 85 255 16 | #define ANSI12 88 157 246 255 17 | #define ANSI13 231 86 153 255 18 | #define ANSI14 57 121 188 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 29 40 55 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 249 85 95 100 // Color flash when bell rings 29 | 30 | #define CURSOR 187 187 187 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Github.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 62 62 62 255 // Foreground color 2 | 3 | #define ANSI0 62 62 62 255 4 | #define ANSI1 151 11 22 255 5 | #define ANSI2 7 150 42 255 6 | #define ANSI3 248 238 199 255 7 | #define ANSI4 0 62 138 255 8 | #define ANSI5 233 70 145 255 9 | #define ANSI6 137 209 236 255 10 | #define ANSI7 255 255 255 255 11 | 12 | #define ANSI8 102 102 102 255 13 | #define ANSI9 222 0 0 255 14 | #define ANSI10 135 213 162 255 15 | #define ANSI11 241 208 7 255 16 | #define ANSI12 46 108 186 255 17 | #define ANSI13 255 162 159 255 18 | #define ANSI14 28 250 254 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 244 244 244 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 151 11 22 100 // Color flash when bell rings 29 | 30 | #define CURSOR 63 63 63 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Hurtado.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 219 219 219 255 // Foreground color 2 | 3 | #define ANSI0 87 87 87 255 4 | #define ANSI1 255 27 0 255 5 | #define ANSI2 165 224 85 255 6 | #define ANSI3 251 231 74 255 7 | #define ANSI4 73 100 135 255 8 | #define ANSI5 253 95 241 255 9 | #define ANSI6 134 233 254 255 10 | #define ANSI7 203 204 203 255 11 | 12 | #define ANSI8 38 38 38 255 13 | #define ANSI9 213 29 0 255 14 | #define ANSI10 165 223 85 255 15 | #define ANSI11 251 232 74 255 16 | #define ANSI12 137 190 255 255 17 | #define ANSI13 192 1 193 255 18 | #define ANSI14 134 234 254 255 19 | #define ANSI15 219 219 219 255 20 | 21 | #define BG_COLOR 0 0 0 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 27 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 187 187 187 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/IC_Orange_PPL.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 203 131 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 193 57 0 255 5 | #define ANSI2 164 169 0 255 6 | #define ANSI3 202 175 0 255 7 | #define ANSI4 189 109 0 255 8 | #define ANSI5 252 94 0 255 9 | #define ANSI6 247 149 0 255 10 | #define ANSI7 255 200 138 255 11 | 12 | #define ANSI8 106 79 42 255 13 | #define ANSI9 255 140 104 255 14 | #define ANSI10 246 255 64 255 15 | #define ANSI11 255 227 110 255 16 | #define ANSI12 255 190 85 255 17 | #define ANSI13 252 135 79 255 18 | #define ANSI14 198 151 82 255 19 | #define ANSI15 250 250 255 255 20 | 21 | #define BG_COLOR 38 38 38 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 193 57 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 252 83 29 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Kibble.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 247 247 247 255 // Foreground color 2 | 3 | #define ANSI0 77 77 77 255 4 | #define ANSI1 199 0 49 255 5 | #define ANSI2 41 207 19 255 6 | #define ANSI3 216 227 14 255 7 | #define ANSI4 52 73 209 255 8 | #define ANSI5 132 0 255 255 9 | #define ANSI6 7 152 171 255 10 | #define ANSI7 226 209 227 255 11 | 12 | #define ANSI8 90 90 90 255 13 | #define ANSI9 240 21 120 255 14 | #define ANSI10 108 224 92 255 15 | #define ANSI11 243 247 158 255 16 | #define ANSI12 151 164 247 255 17 | #define ANSI13 196 149 240 255 18 | #define ANSI14 104 242 224 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 14 16 10 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 199 0 49 100 // Color flash when bell rings 29 | 30 | #define CURSOR 159 218 156 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/LabFox.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 255 255 255 // Foreground color 2 | 3 | #define ANSI0 46 46 46 255 4 | #define ANSI1 252 109 38 255 5 | #define ANSI2 62 179 131 255 6 | #define ANSI3 252 161 33 255 7 | #define ANSI4 219 59 33 255 8 | #define ANSI5 56 13 117 255 9 | #define ANSI6 110 73 203 255 10 | #define ANSI7 255 255 255 255 11 | 12 | #define ANSI8 70 70 70 255 13 | #define ANSI9 255 101 23 255 14 | #define ANSI10 83 234 168 255 15 | #define ANSI11 252 160 19 255 16 | #define ANSI12 219 80 31 255 17 | #define ANSI13 68 16 144 255 18 | #define ANSI14 125 83 231 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 46 46 46 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 252 109 38 100 // Color flash when bell rings 29 | 30 | #define CURSOR 127 127 127 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/LiquidCarbon.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 175 194 194 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 255 48 48 255 5 | #define ANSI2 85 154 112 255 6 | #define ANSI3 204 172 0 255 7 | #define ANSI4 0 153 204 255 8 | #define ANSI5 204 105 200 255 9 | #define ANSI6 122 196 204 255 10 | #define ANSI7 188 204 204 255 11 | 12 | #define ANSI8 0 0 0 255 13 | #define ANSI9 255 48 48 255 14 | #define ANSI10 85 154 112 255 15 | #define ANSI11 204 172 0 255 16 | #define ANSI12 0 153 204 255 17 | #define ANSI13 204 105 200 255 18 | #define ANSI14 122 196 204 255 19 | #define ANSI15 188 204 204 255 20 | 21 | #define BG_COLOR 48 48 48 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 48 48 100 // Color flash when bell rings 29 | 30 | #define CURSOR 255 255 255 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Material.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 35 35 34 255 // Foreground color 2 | 3 | #define ANSI0 33 33 33 255 4 | #define ANSI1 183 20 31 255 5 | #define ANSI2 69 123 36 255 6 | #define ANSI3 246 152 30 255 7 | #define ANSI4 19 78 178 255 8 | #define ANSI5 86 0 136 255 9 | #define ANSI6 14 113 124 255 10 | #define ANSI7 239 239 239 255 11 | 12 | #define ANSI8 66 66 66 255 13 | #define ANSI9 232 59 63 255 14 | #define ANSI10 122 186 58 255 15 | #define ANSI11 255 234 46 255 16 | #define ANSI12 84 164 243 255 17 | #define ANSI13 170 77 188 255 18 | #define ANSI14 38 187 209 255 19 | #define ANSI15 217 217 217 255 20 | 21 | #define BG_COLOR 234 234 234 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 183 20 31 100 // Color flash when bell rings 29 | 30 | #define CURSOR 22 175 202 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Medallion.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 202 194 150 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 182 76 0 255 5 | #define ANSI2 124 139 22 255 6 | #define ANSI3 211 189 38 255 7 | #define ANSI4 97 107 176 255 8 | #define ANSI5 140 90 144 255 9 | #define ANSI6 145 108 37 255 10 | #define ANSI7 202 194 154 255 11 | 12 | #define ANSI8 94 82 25 255 13 | #define ANSI9 255 145 73 255 14 | #define ANSI10 178 202 59 255 15 | #define ANSI11 255 229 74 255 16 | #define ANSI12 172 184 255 255 17 | #define ANSI13 255 160 255 255 18 | #define ANSI14 255 188 81 255 19 | #define ANSI15 254 214 152 255 20 | 21 | #define BG_COLOR 29 25 8 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 182 76 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 211 186 48 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Misterioso.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 225 225 224 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 255 66 66 255 5 | #define ANSI2 116 175 104 255 6 | #define ANSI3 255 173 41 255 7 | #define ANSI4 51 143 134 255 8 | #define ANSI5 148 20 230 255 9 | #define ANSI6 35 215 215 255 10 | #define ANSI7 225 225 224 255 11 | 12 | #define ANSI8 85 85 85 255 13 | #define ANSI9 255 50 66 255 14 | #define ANSI10 116 205 104 255 15 | #define ANSI11 255 185 41 255 16 | #define ANSI12 35 215 215 255 17 | #define ANSI13 255 55 255 255 18 | #define ANSI14 0 237 225 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 45 55 67 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 66 66 100 // Color flash when bell rings 29 | 30 | #define CURSOR 0 0 0 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/MonaLisa.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 247 214 106 255 // Foreground color 2 | 3 | #define ANSI0 53 27 14 255 4 | #define ANSI1 155 41 28 255 5 | #define ANSI2 99 98 50 255 6 | #define ANSI3 195 110 40 255 7 | #define ANSI4 81 92 93 255 8 | #define ANSI5 155 29 41 255 9 | #define ANSI6 88 128 86 255 10 | #define ANSI7 247 215 92 255 11 | 12 | #define ANSI8 135 66 40 255 13 | #define ANSI9 255 67 49 255 14 | #define ANSI10 180 178 100 255 15 | #define ANSI11 255 149 102 255 16 | #define ANSI12 158 178 180 255 17 | #define ANSI13 255 91 106 255 18 | #define ANSI14 138 205 143 255 19 | #define ANSI15 255 229 152 255 20 | 21 | #define BG_COLOR 18 11 13 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 155 41 28 100 // Color flash when bell rings 29 | 30 | #define CURSOR 196 108 50 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/MonokaiSoda.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 196 197 181 255 // Foreground color 2 | 3 | #define ANSI0 26 26 26 255 4 | #define ANSI1 244 0 95 255 5 | #define ANSI2 152 224 36 255 6 | #define ANSI3 250 132 25 255 7 | #define ANSI4 157 101 255 255 8 | #define ANSI5 244 0 95 255 9 | #define ANSI6 88 209 235 255 10 | #define ANSI7 196 197 181 255 11 | 12 | #define ANSI8 98 94 76 255 13 | #define ANSI9 244 0 95 255 14 | #define ANSI10 152 224 36 255 15 | #define ANSI11 224 213 97 255 16 | #define ANSI12 157 101 255 255 17 | #define ANSI13 244 0 95 255 18 | #define ANSI14 88 209 235 255 19 | #define ANSI15 246 246 239 255 20 | 21 | #define BG_COLOR 26 26 26 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 244 0 95 100 // Color flash when bell rings 29 | 30 | #define CURSOR 246 247 236 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Pandora.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 225 225 225 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 255 66 66 255 5 | #define ANSI2 116 175 104 255 6 | #define ANSI3 255 173 41 255 7 | #define ANSI4 51 143 134 255 8 | #define ANSI5 148 20 230 255 9 | #define ANSI6 35 215 215 255 10 | #define ANSI7 226 226 226 255 11 | 12 | #define ANSI8 63 86 72 255 13 | #define ANSI9 255 50 66 255 14 | #define ANSI10 116 205 104 255 15 | #define ANSI11 255 185 41 255 16 | #define ANSI12 35 215 215 255 17 | #define ANSI13 255 55 255 255 18 | #define ANSI14 0 237 225 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 20 30 67 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 66 66 100 // Color flash when bell rings 29 | 30 | #define CURSOR 67 213 142 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/PaulMillr.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 242 242 242 255 // Foreground color 2 | 3 | #define ANSI0 42 42 42 255 4 | #define ANSI1 255 0 0 255 5 | #define ANSI2 121 255 15 255 6 | #define ANSI3 231 191 0 255 7 | #define ANSI4 57 107 215 255 8 | #define ANSI5 180 73 190 255 9 | #define ANSI6 102 204 255 255 10 | #define ANSI7 187 187 187 255 11 | 12 | #define ANSI8 102 102 102 255 13 | #define ANSI9 255 0 128 255 14 | #define ANSI10 102 255 102 255 15 | #define ANSI11 243 214 78 255 16 | #define ANSI12 112 154 237 255 17 | #define ANSI13 219 103 230 255 18 | #define ANSI14 122 223 242 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 0 0 0 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 0 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 77 77 77 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/ProLight.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 25 25 25 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 229 73 43 255 5 | #define ANSI2 80 209 72 255 6 | #define ANSI3 198 196 64 255 7 | #define ANSI4 59 117 255 255 8 | #define ANSI5 237 102 232 255 9 | #define ANSI6 78 210 222 255 10 | #define ANSI7 220 220 220 255 11 | 12 | #define ANSI8 159 159 159 255 13 | #define ANSI9 255 102 64 255 14 | #define ANSI10 97 239 87 255 15 | #define ANSI11 242 241 86 255 16 | #define ANSI12 0 130 255 255 17 | #define ANSI13 255 126 255 255 18 | #define ANSI14 97 247 248 255 19 | #define ANSI15 242 242 242 255 20 | 21 | #define BG_COLOR 255 255 255 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 229 73 43 100 // Color flash when bell rings 29 | 30 | #define CURSOR 77 77 77 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/PurpleRain.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 251 246 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 255 38 14 255 5 | #define ANSI2 155 226 5 255 6 | #define ANSI3 255 196 0 255 7 | #define ANSI4 0 162 250 255 8 | #define ANSI5 129 91 181 255 9 | #define ANSI6 0 222 239 255 10 | #define ANSI7 255 255 255 255 11 | 12 | #define ANSI8 86 86 86 255 13 | #define ANSI9 255 66 80 255 14 | #define ANSI10 184 227 110 255 15 | #define ANSI11 255 216 82 255 16 | #define ANSI12 0 166 255 255 17 | #define ANSI13 172 123 240 255 18 | #define ANSI14 116 253 243 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 33 8 74 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 38 14 100 // Color flash when bell rings 29 | 30 | #define CURSOR 255 39 29 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Royal.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 81 73 104 255 // Foreground color 2 | 3 | #define ANSI0 36 31 43 255 4 | #define ANSI1 145 40 76 255 5 | #define ANSI2 35 128 28 255 6 | #define ANSI3 180 157 39 255 7 | #define ANSI4 101 128 176 255 8 | #define ANSI5 103 77 150 255 9 | #define ANSI6 138 170 190 255 10 | #define ANSI7 82 73 102 255 11 | 12 | #define ANSI8 49 45 61 255 13 | #define ANSI9 213 53 108 255 14 | #define ANSI10 44 217 70 255 15 | #define ANSI11 253 232 59 255 16 | #define ANSI12 144 186 249 255 17 | #define ANSI13 164 121 227 255 18 | #define ANSI14 172 212 235 255 19 | #define ANSI15 158 140 189 255 20 | 21 | #define BG_COLOR 16 8 21 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 145 40 76 100 // Color flash when bell rings 29 | 30 | #define CURSOR 82 73 102 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Seti.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 202 206 205 255 // Foreground color 2 | 3 | #define ANSI0 50 50 50 255 4 | #define ANSI1 194 40 50 255 5 | #define ANSI2 142 196 61 255 6 | #define ANSI3 224 198 79 255 7 | #define ANSI4 67 165 213 255 8 | #define ANSI5 139 87 181 255 9 | #define ANSI6 142 196 61 255 10 | #define ANSI7 238 238 238 255 11 | 12 | #define ANSI8 50 50 50 255 13 | #define ANSI9 194 40 50 255 14 | #define ANSI10 142 196 61 255 15 | #define ANSI11 224 198 79 255 16 | #define ANSI12 67 165 213 255 17 | #define ANSI13 139 87 181 255 18 | #define ANSI14 142 196 61 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 17 18 19 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 194 40 50 100 // Color flash when bell rings 29 | 30 | #define CURSOR 227 191 33 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Sundried.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 201 201 201 255 // Foreground color 2 | 3 | #define ANSI0 48 43 42 255 4 | #define ANSI1 167 70 61 255 5 | #define ANSI2 88 119 68 255 6 | #define ANSI3 157 96 42 255 7 | #define ANSI4 72 91 152 255 8 | #define ANSI5 134 70 81 255 9 | #define ANSI6 156 129 79 255 10 | #define ANSI7 201 201 201 255 11 | 12 | #define ANSI8 77 78 72 255 13 | #define ANSI9 170 0 12 255 14 | #define ANSI10 18 140 33 255 15 | #define ANSI11 252 106 33 255 16 | #define ANSI12 121 153 247 255 17 | #define ANSI13 253 138 161 255 18 | #define ANSI14 250 212 132 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 26 24 24 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 167 70 61 100 // Color flash when bell rings 29 | 30 | #define CURSOR 255 255 255 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/TheHulk.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 181 181 181 255 // Foreground color 2 | 3 | #define ANSI0 27 29 30 255 4 | #define ANSI1 38 157 27 255 5 | #define ANSI2 19 206 48 255 6 | #define ANSI3 99 228 87 255 7 | #define ANSI4 37 37 245 255 8 | #define ANSI5 100 31 116 255 9 | #define ANSI6 55 140 169 255 10 | #define ANSI7 217 216 209 255 11 | 12 | #define ANSI8 80 83 84 255 13 | #define ANSI9 141 255 42 255 14 | #define ANSI10 72 255 119 255 15 | #define ANSI11 58 254 22 255 16 | #define ANSI12 80 107 149 255 17 | #define ANSI13 114 88 157 255 18 | #define ANSI14 64 133 166 255 19 | #define ANSI15 229 230 225 255 20 | 21 | #define BG_COLOR 27 29 30 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 38 157 27 100 // Color flash when bell rings 29 | 30 | #define CURSOR 22 182 27 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/AdventureTime.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 248 220 192 255 // Foreground color 2 | 3 | #define ANSI0 5 4 4 255 4 | #define ANSI1 189 0 19 255 5 | #define ANSI2 74 177 24 255 6 | #define ANSI3 231 116 30 255 7 | #define ANSI4 15 74 198 255 8 | #define ANSI5 102 89 147 255 9 | #define ANSI6 112 165 152 255 10 | #define ANSI7 248 220 192 255 11 | 12 | #define ANSI8 78 124 191 255 13 | #define ANSI9 252 95 90 255 14 | #define ANSI10 158 255 110 255 15 | #define ANSI11 239 193 26 255 16 | #define ANSI12 25 151 198 255 17 | #define ANSI13 155 89 83 255 18 | #define ANSI14 200 250 244 255 19 | #define ANSI15 246 245 251 255 20 | 21 | #define BG_COLOR 31 29 69 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 189 0 19 100 // Color flash when bell rings 29 | 30 | #define CURSOR 239 191 56 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Arthur.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 221 238 221 255 // Foreground color 2 | 3 | #define ANSI0 61 53 42 255 4 | #define ANSI1 205 92 92 255 5 | #define ANSI2 134 175 128 255 6 | #define ANSI3 232 174 91 255 7 | #define ANSI4 100 149 237 255 8 | #define ANSI5 222 184 135 255 9 | #define ANSI6 176 196 222 255 10 | #define ANSI7 187 170 153 255 11 | 12 | #define ANSI8 85 68 68 255 13 | #define ANSI9 204 85 51 255 14 | #define ANSI10 136 170 34 255 15 | #define ANSI11 255 167 93 255 16 | #define ANSI12 135 206 235 255 17 | #define ANSI13 153 102 0 255 18 | #define ANSI14 176 196 222 255 19 | #define ANSI15 221 204 187 255 20 | 21 | #define BG_COLOR 28 28 28 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 205 92 92 100 // Color flash when bell rings 29 | 30 | #define CURSOR 226 187 239 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Atom.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 197 200 198 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 253 95 241 255 5 | #define ANSI2 135 195 138 255 6 | #define ANSI3 255 215 177 255 7 | #define ANSI4 133 190 253 255 8 | #define ANSI5 185 182 252 255 9 | #define ANSI6 133 190 253 255 10 | #define ANSI7 224 224 224 255 11 | 12 | #define ANSI8 0 0 0 255 13 | #define ANSI9 253 95 241 255 14 | #define ANSI10 148 250 54 255 15 | #define ANSI11 245 255 168 255 16 | #define ANSI12 150 203 254 255 17 | #define ANSI13 185 182 252 255 18 | #define ANSI14 133 190 253 255 19 | #define ANSI15 224 224 224 255 20 | 21 | #define BG_COLOR 22 23 25 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 253 95 241 100 // Color flash when bell rings 29 | 30 | #define CURSOR 208 208 208 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/BelafonteDay.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 69 55 60 255 // Foreground color 2 | 3 | #define ANSI0 32 17 27 255 4 | #define ANSI1 190 16 14 255 5 | #define ANSI2 133 129 98 255 6 | #define ANSI3 234 165 73 255 7 | #define ANSI4 66 106 121 255 8 | #define ANSI5 151 82 44 255 9 | #define ANSI6 152 154 156 255 10 | #define ANSI7 150 140 131 255 11 | 12 | #define ANSI8 94 82 82 255 13 | #define ANSI9 190 16 14 255 14 | #define ANSI10 133 129 98 255 15 | #define ANSI11 234 165 73 255 16 | #define ANSI12 66 106 121 255 17 | #define ANSI13 151 82 44 255 18 | #define ANSI14 152 154 156 255 19 | #define ANSI15 213 204 186 255 20 | 21 | #define BG_COLOR 213 204 186 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 190 16 14 100 // Color flash when bell rings 29 | 30 | #define CURSOR 69 55 60 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/BlulocoDark.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 171 178 191 255 // Foreground color 2 | 3 | #define ANSI0 74 80 93 255 4 | #define ANSI1 248 17 65 255 5 | #define ANSI2 35 151 74 255 6 | #define ANSI3 253 126 87 255 7 | #define ANSI4 40 91 255 255 8 | #define ANSI5 140 98 253 255 9 | #define ANSI6 54 111 154 255 10 | #define ANSI7 204 213 229 255 11 | 12 | #define ANSI8 97 105 122 255 13 | #define ANSI9 252 74 109 255 14 | #define ANSI10 55 189 88 255 15 | #define ANSI11 246 190 72 255 16 | #define ANSI12 25 159 253 255 17 | #define ANSI13 252 88 246 255 18 | #define ANSI14 80 172 174 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 30 33 39 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 248 17 65 100 // Color flash when bell rings 29 | 30 | #define CURSOR 254 195 9 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Brogrammer.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 214 219 229 255 // Foreground color 2 | 3 | #define ANSI0 31 31 31 255 4 | #define ANSI1 248 17 24 255 5 | #define ANSI2 45 197 94 255 6 | #define ANSI3 236 186 15 255 7 | #define ANSI4 42 132 210 255 8 | #define ANSI5 78 90 183 255 9 | #define ANSI6 16 129 214 255 10 | #define ANSI7 214 219 229 255 11 | 12 | #define ANSI8 214 219 229 255 13 | #define ANSI9 222 53 46 255 14 | #define ANSI10 29 211 97 255 15 | #define ANSI11 243 189 9 255 16 | #define ANSI12 16 129 214 255 17 | #define ANSI13 83 80 185 255 18 | #define ANSI14 15 125 219 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 19 19 19 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 248 17 24 100 // Color flash when bell rings 29 | 30 | #define CURSOR 185 185 185 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Chester.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 255 255 255 // Foreground color 2 | 3 | #define ANSI0 8 2 0 255 4 | #define ANSI1 250 94 91 255 5 | #define ANSI2 22 201 141 255 6 | #define ANSI3 255 200 63 255 7 | #define ANSI4 40 138 214 255 8 | #define ANSI5 211 69 144 255 9 | #define ANSI6 40 221 222 255 10 | #define ANSI7 231 231 231 255 11 | 12 | #define ANSI8 111 107 104 255 13 | #define ANSI9 250 94 91 255 14 | #define ANSI10 22 201 141 255 15 | #define ANSI11 254 239 109 255 16 | #define ANSI12 39 138 214 255 17 | #define ANSI13 211 69 144 255 18 | #define ANSI14 39 222 222 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 44 54 67 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 250 94 91 100 // Color flash when bell rings 29 | 30 | #define CURSOR 180 177 177 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/DimmedMonokai.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 185 188 186 255 // Foreground color 2 | 3 | #define ANSI0 58 61 67 255 4 | #define ANSI1 190 63 72 255 5 | #define ANSI2 135 154 59 255 6 | #define ANSI3 197 166 53 255 7 | #define ANSI4 79 118 161 255 8 | #define ANSI5 133 92 141 255 9 | #define ANSI6 87 143 164 255 10 | #define ANSI7 185 188 186 255 11 | 12 | #define ANSI8 136 137 135 255 13 | #define ANSI9 251 0 31 255 14 | #define ANSI10 15 114 47 255 15 | #define ANSI11 196 112 51 255 16 | #define ANSI12 24 109 227 255 17 | #define ANSI13 251 0 103 255 18 | #define ANSI14 46 112 109 255 19 | #define ANSI15 253 255 185 255 20 | 21 | #define BG_COLOR 31 31 31 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 190 63 72 100 // Color flash when bell rings 29 | 30 | #define CURSOR 248 62 25 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Earthsong.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 229 199 169 255 // Foreground color 2 | 3 | #define ANSI0 18 20 24 255 4 | #define ANSI1 201 66 52 255 5 | #define ANSI2 133 197 76 255 6 | #define ANSI3 245 174 46 255 7 | #define ANSI4 19 152 185 255 8 | #define ANSI5 208 99 61 255 9 | #define ANSI6 80 149 82 255 10 | #define ANSI7 229 198 170 255 11 | 12 | #define ANSI8 103 95 84 255 13 | #define ANSI9 255 100 90 255 14 | #define ANSI10 152 224 54 255 15 | #define ANSI11 224 213 97 255 16 | #define ANSI12 95 218 255 255 17 | #define ANSI13 255 146 105 255 18 | #define ANSI14 132 240 136 255 19 | #define ANSI15 246 247 236 255 20 | 21 | #define BG_COLOR 41 37 32 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 201 66 52 100 // Color flash when bell rings 29 | 30 | #define CURSOR 246 247 236 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Elemental.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 128 122 116 255 // Foreground color 2 | 3 | #define ANSI0 60 60 48 255 4 | #define ANSI1 152 41 15 255 5 | #define ANSI2 71 154 67 255 6 | #define ANSI3 127 113 17 255 7 | #define ANSI4 73 127 125 255 8 | #define ANSI5 127 78 47 255 9 | #define ANSI6 56 127 88 255 10 | #define ANSI7 128 121 116 255 11 | 12 | #define ANSI8 85 84 69 255 13 | #define ANSI9 224 80 42 255 14 | #define ANSI10 97 224 112 255 15 | #define ANSI11 214 153 39 255 16 | #define ANSI12 121 217 217 255 17 | #define ANSI13 205 124 84 255 18 | #define ANSI14 89 213 153 255 19 | #define ANSI15 255 241 233 255 20 | 21 | #define BG_COLOR 34 33 29 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 152 41 15 100 // Color flash when bell rings 29 | 30 | #define CURSOR 250 203 128 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Fideloper.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 219 218 224 255 // Foreground color 2 | 3 | #define ANSI0 41 47 51 255 4 | #define ANSI1 203 30 45 255 5 | #define ANSI2 237 184 172 255 6 | #define ANSI3 183 171 155 255 7 | #define ANSI4 46 120 194 255 8 | #define ANSI5 192 35 111 255 9 | #define ANSI6 48 145 134 255 10 | #define ANSI7 234 227 206 255 11 | 12 | #define ANSI8 9 32 40 255 13 | #define ANSI9 212 96 90 255 14 | #define ANSI10 212 96 90 255 15 | #define ANSI11 168 102 113 255 16 | #define ANSI12 124 133 196 255 17 | #define ANSI13 92 93 178 255 18 | #define ANSI14 129 144 144 255 19 | #define ANSI15 252 244 223 255 20 | 21 | #define BG_COLOR 41 47 51 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 203 30 45 100 // Color flash when bell rings 29 | 30 | #define CURSOR 212 96 90 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Firewatch.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 155 162 178 255 // Foreground color 2 | 3 | #define ANSI0 88 95 109 255 4 | #define ANSI1 217 83 96 255 5 | #define ANSI2 90 185 119 255 6 | #define ANSI3 223 181 99 255 7 | #define ANSI4 77 137 196 255 8 | #define ANSI5 213 81 25 255 9 | #define ANSI6 68 168 182 255 10 | #define ANSI7 230 229 255 255 11 | 12 | #define ANSI8 88 95 109 255 13 | #define ANSI9 217 83 96 255 14 | #define ANSI10 90 185 119 255 15 | #define ANSI11 223 181 99 255 16 | #define ANSI12 76 137 197 255 17 | #define ANSI13 213 81 25 255 18 | #define ANSI14 68 168 182 255 19 | #define ANSI15 230 229 255 255 20 | 21 | #define BG_COLOR 30 32 39 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 217 83 96 100 // Color flash when bell rings 29 | 30 | #define CURSOR 246 247 236 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/FishTank.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 236 240 254 255 // Foreground color 2 | 3 | #define ANSI0 3 7 60 255 4 | #define ANSI1 198 0 74 255 5 | #define ANSI2 172 241 87 255 6 | #define ANSI3 254 205 94 255 7 | #define ANSI4 82 95 184 255 8 | #define ANSI5 152 111 130 255 9 | #define ANSI6 150 135 99 255 10 | #define ANSI7 236 240 252 255 11 | 12 | #define ANSI8 108 91 48 255 13 | #define ANSI9 218 75 138 255 14 | #define ANSI10 219 255 169 255 15 | #define ANSI11 254 230 169 255 16 | #define ANSI12 178 190 250 255 17 | #define ANSI13 253 165 205 255 18 | #define ANSI14 165 189 134 255 19 | #define ANSI15 246 255 236 255 20 | 21 | #define BG_COLOR 35 37 55 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 198 0 74 100 // Color flash when bell rings 29 | 30 | #define CURSOR 254 205 94 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Glacier.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 255 255 255 // Foreground color 2 | 3 | #define ANSI0 46 52 60 255 4 | #define ANSI1 189 15 47 255 5 | #define ANSI2 53 167 112 255 6 | #define ANSI3 251 148 53 255 7 | #define ANSI4 31 88 114 255 8 | #define ANSI5 189 37 35 255 9 | #define ANSI6 119 131 151 255 10 | #define ANSI7 255 255 255 255 11 | 12 | #define ANSI8 64 74 85 255 13 | #define ANSI9 189 15 47 255 14 | #define ANSI10 73 233 152 255 15 | #define ANSI11 253 223 110 255 16 | #define ANSI12 42 139 193 255 17 | #define ANSI13 234 71 39 255 18 | #define ANSI14 160 182 211 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 12 17 21 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 189 15 47 100 // Color flash when bell rings 29 | 30 | #define CURSOR 108 108 108 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Grape.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 159 159 161 255 // Foreground color 2 | 3 | #define ANSI0 45 40 63 255 4 | #define ANSI1 237 34 97 255 5 | #define ANSI2 31 169 27 255 6 | #define ANSI3 141 220 32 255 7 | #define ANSI4 72 125 244 255 8 | #define ANSI5 141 53 201 255 9 | #define ANSI6 59 222 237 255 10 | #define ANSI7 158 158 160 255 11 | 12 | #define ANSI8 89 81 106 255 13 | #define ANSI9 240 114 154 255 14 | #define ANSI10 83 170 94 255 15 | #define ANSI11 178 220 135 255 16 | #define ANSI12 169 188 236 255 17 | #define ANSI13 173 129 194 255 18 | #define ANSI14 157 227 235 255 19 | #define ANSI15 162 136 247 255 20 | 21 | #define BG_COLOR 23 20 35 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 237 34 97 100 // Color flash when bell rings 29 | 30 | #define CURSOR 162 136 247 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Hacktober.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 201 201 201 255 // Foreground color 2 | 3 | #define ANSI0 25 25 24 255 4 | #define ANSI1 179 69 56 255 5 | #define ANSI2 88 119 68 255 6 | #define ANSI3 208 137 73 255 7 | #define ANSI4 32 110 197 255 8 | #define ANSI5 134 70 81 255 9 | #define ANSI6 172 145 102 255 10 | #define ANSI7 241 238 231 255 11 | 12 | #define ANSI8 44 43 42 255 13 | #define ANSI9 179 51 35 255 14 | #define ANSI10 66 130 74 255 15 | #define ANSI11 199 90 34 255 16 | #define ANSI12 83 137 197 255 17 | #define ANSI13 231 149 165 255 18 | #define ANSI14 235 197 135 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 20 20 20 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 179 69 56 100 // Color flash when bell rings 29 | 30 | #define CURSOR 201 201 201 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Harper.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 168 164 157 255 // Foreground color 2 | 3 | #define ANSI0 1 1 1 255 4 | #define ANSI1 248 182 63 255 5 | #define ANSI2 127 181 225 255 6 | #define ANSI3 214 218 37 255 7 | #define ANSI4 72 158 72 255 8 | #define ANSI5 178 150 198 255 9 | #define ANSI6 245 191 215 255 10 | #define ANSI7 168 164 157 255 11 | 12 | #define ANSI8 114 110 106 255 13 | #define ANSI9 248 182 63 255 14 | #define ANSI10 127 181 225 255 15 | #define ANSI11 214 218 37 255 16 | #define ANSI12 72 158 72 255 17 | #define ANSI13 178 150 198 255 18 | #define ANSI14 245 191 215 255 19 | #define ANSI15 254 251 234 255 20 | 21 | #define BG_COLOR 1 1 1 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 248 182 63 100 // Color flash when bell rings 29 | 30 | #define CURSOR 168 164 157 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Hopscotch.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 185 181 184 255 // Foreground color 2 | 3 | #define ANSI0 50 41 49 255 4 | #define ANSI1 221 70 76 255 5 | #define ANSI2 143 193 62 255 6 | #define ANSI3 253 204 89 255 7 | #define ANSI4 18 144 191 255 8 | #define ANSI5 200 94 124 255 9 | #define ANSI6 20 155 147 255 10 | #define ANSI7 185 181 184 255 11 | 12 | #define ANSI8 121 115 121 255 13 | #define ANSI9 253 139 25 255 14 | #define ANSI10 67 59 66 255 15 | #define ANSI11 92 84 91 255 16 | #define ANSI12 152 148 152 255 17 | #define ANSI13 213 211 213 255 18 | #define ANSI14 179 53 8 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 50 41 49 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 221 70 76 100 // Color flash when bell rings 29 | 30 | #define CURSOR 185 181 184 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Hybrid.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 183 188 186 255 // Foreground color 2 | 3 | #define ANSI0 42 46 51 255 4 | #define ANSI1 184 77 81 255 5 | #define ANSI2 179 191 90 255 6 | #define ANSI3 228 181 94 255 7 | #define ANSI4 110 144 176 255 8 | #define ANSI5 161 126 172 255 9 | #define ANSI6 127 191 180 255 10 | #define ANSI7 181 185 182 255 11 | 12 | #define ANSI8 29 31 34 255 13 | #define ANSI9 141 46 50 255 14 | #define ANSI10 121 132 49 255 15 | #define ANSI11 229 138 80 255 16 | #define ANSI12 75 107 136 255 17 | #define ANSI13 110 80 121 255 18 | #define ANSI14 77 123 116 255 19 | #define ANSI15 90 98 106 255 20 | 21 | #define BG_COLOR 22 23 25 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 184 77 81 100 // Color flash when bell rings 29 | 30 | #define CURSOR 183 188 186 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/IC_Green_PPL.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 217 239 211 255 // Foreground color 2 | 3 | #define ANSI0 31 31 31 255 4 | #define ANSI1 251 0 42 255 5 | #define ANSI2 51 156 36 255 6 | #define ANSI3 101 155 37 255 7 | #define ANSI4 20 155 69 255 8 | #define ANSI5 83 184 44 255 9 | #define ANSI6 44 184 104 255 10 | #define ANSI7 224 255 239 255 11 | 12 | #define ANSI8 3 39 16 255 13 | #define ANSI9 167 255 63 255 14 | #define ANSI10 159 255 109 255 15 | #define ANSI11 210 255 109 255 16 | #define ANSI12 114 255 181 255 17 | #define ANSI13 80 255 62 255 18 | #define ANSI14 34 255 113 255 19 | #define ANSI15 218 239 208 255 20 | 21 | #define BG_COLOR 58 61 63 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 251 0 42 100 // Color flash when bell rings 29 | 30 | #define CURSOR 66 255 88 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Japanesque.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 247 246 236 255 // Foreground color 2 | 3 | #define ANSI0 52 57 53 255 4 | #define ANSI1 207 63 97 255 5 | #define ANSI2 123 183 91 255 6 | #define ANSI3 233 179 42 255 7 | #define ANSI4 76 154 212 255 8 | #define ANSI5 165 127 196 255 9 | #define ANSI6 56 154 173 255 10 | #define ANSI7 250 250 246 255 11 | 12 | #define ANSI8 89 91 89 255 13 | #define ANSI9 209 143 166 255 14 | #define ANSI10 118 127 44 255 15 | #define ANSI11 120 89 47 255 16 | #define ANSI12 19 89 121 255 17 | #define ANSI13 96 66 145 255 18 | #define ANSI14 118 187 202 255 19 | #define ANSI15 178 181 174 255 20 | 21 | #define BG_COLOR 30 30 30 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 207 63 97 100 // Color flash when bell rings 29 | 30 | #define CURSOR 237 207 79 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Lavandula.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 115 110 125 255 // Foreground color 2 | 3 | #define ANSI0 35 0 70 255 4 | #define ANSI1 125 22 37 255 5 | #define ANSI2 51 126 111 255 6 | #define ANSI3 127 111 73 255 7 | #define ANSI4 79 74 127 255 8 | #define ANSI5 90 63 127 255 9 | #define ANSI6 88 119 127 255 10 | #define ANSI7 115 110 125 255 11 | 12 | #define ANSI8 55 45 70 255 13 | #define ANSI9 224 81 103 255 14 | #define ANSI10 82 224 196 255 15 | #define ANSI11 224 195 134 255 16 | #define ANSI12 142 135 224 255 17 | #define ANSI13 167 118 224 255 18 | #define ANSI14 154 212 224 255 19 | #define ANSI15 140 145 250 255 20 | 21 | #define BG_COLOR 5 0 20 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 125 22 37 100 // Color flash when bell rings 29 | 30 | #define CURSOR 140 145 250 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/MaterialDark.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 229 229 229 255 // Foreground color 2 | 3 | #define ANSI0 33 33 33 255 4 | #define ANSI1 183 20 31 255 5 | #define ANSI2 69 123 36 255 6 | #define ANSI3 246 152 30 255 7 | #define ANSI4 19 78 178 255 8 | #define ANSI5 86 0 136 255 9 | #define ANSI6 14 113 124 255 10 | #define ANSI7 239 239 239 255 11 | 12 | #define ANSI8 66 66 66 255 13 | #define ANSI9 232 59 63 255 14 | #define ANSI10 122 186 58 255 15 | #define ANSI11 255 234 46 255 16 | #define ANSI12 84 164 243 255 17 | #define ANSI13 170 77 188 255 18 | #define ANSI14 38 187 209 255 19 | #define ANSI15 217 217 217 255 20 | 21 | #define BG_COLOR 35 35 34 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 183 20 31 100 // Color flash when bell rings 29 | 30 | #define CURSOR 22 175 202 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Molokai.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 187 187 187 255 // Foreground color 2 | 3 | #define ANSI0 18 18 18 255 4 | #define ANSI1 250 37 115 255 5 | #define ANSI2 152 225 35 255 6 | #define ANSI3 223 212 96 255 7 | #define ANSI4 16 128 208 255 8 | #define ANSI5 135 0 255 255 9 | #define ANSI6 67 168 208 255 10 | #define ANSI7 187 187 187 255 11 | 12 | #define ANSI8 85 85 85 255 13 | #define ANSI9 246 102 157 255 14 | #define ANSI10 177 224 95 255 15 | #define ANSI11 255 242 109 255 16 | #define ANSI12 0 175 255 255 17 | #define ANSI13 175 135 255 255 18 | #define ANSI14 81 206 255 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 18 18 18 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 250 37 115 100 // Color flash when bell rings 29 | 30 | #define CURSOR 187 187 187 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/MonokaiRemastered.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 217 217 217 255 // Foreground color 2 | 3 | #define ANSI0 26 26 26 255 4 | #define ANSI1 244 0 95 255 5 | #define ANSI2 152 224 36 255 6 | #define ANSI3 253 151 31 255 7 | #define ANSI4 157 101 255 255 8 | #define ANSI5 244 0 95 255 9 | #define ANSI6 88 209 235 255 10 | #define ANSI7 196 197 181 255 11 | 12 | #define ANSI8 98 94 76 255 13 | #define ANSI9 244 0 95 255 14 | #define ANSI10 152 224 36 255 15 | #define ANSI11 224 213 97 255 16 | #define ANSI12 157 101 255 255 17 | #define ANSI13 244 0 95 255 18 | #define ANSI14 88 209 235 255 19 | #define ANSI15 246 246 239 255 20 | 21 | #define BG_COLOR 12 12 12 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 244 0 95 100 // Color flash when bell rings 29 | 30 | #define CURSOR 252 151 31 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/MonokaiVivid.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 249 249 249 255 // Foreground color 2 | 3 | #define ANSI0 18 18 18 255 4 | #define ANSI1 250 41 52 255 5 | #define ANSI2 152 225 35 255 6 | #define ANSI3 255 243 10 255 7 | #define ANSI4 4 67 255 255 8 | #define ANSI5 248 0 248 255 9 | #define ANSI6 1 182 237 255 10 | #define ANSI7 255 255 255 255 11 | 12 | #define ANSI8 131 131 131 255 13 | #define ANSI9 246 102 157 255 14 | #define ANSI10 177 224 95 255 15 | #define ANSI11 255 242 109 255 16 | #define ANSI12 4 67 255 255 17 | #define ANSI13 242 0 246 255 18 | #define ANSI14 81 206 255 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 18 18 18 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 250 41 52 100 // Color flash when bell rings 29 | 30 | #define CURSOR 251 0 7 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/NightLionv2.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 187 187 187 255 // Foreground color 2 | 3 | #define ANSI0 76 76 76 255 4 | #define ANSI1 187 0 0 255 5 | #define ANSI2 4 246 35 255 6 | #define ANSI3 243 241 103 255 7 | #define ANSI4 100 208 240 255 8 | #define ANSI5 206 111 219 255 9 | #define ANSI6 0 218 223 255 10 | #define ANSI7 187 187 187 255 11 | 12 | #define ANSI8 85 85 85 255 13 | #define ANSI9 255 85 85 255 14 | #define ANSI10 125 247 29 255 15 | #define ANSI11 255 255 85 255 16 | #define ANSI12 98 203 232 255 17 | #define ANSI13 255 155 245 255 18 | #define ANSI14 0 204 216 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 23 23 23 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 187 0 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 187 187 187 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/PencilDark.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 241 241 241 255 // Foreground color 2 | 3 | #define ANSI0 33 33 33 255 4 | #define ANSI1 195 7 113 255 5 | #define ANSI2 16 167 120 255 6 | #define ANSI3 168 156 20 255 7 | #define ANSI4 0 142 196 255 8 | #define ANSI5 82 60 121 255 9 | #define ANSI6 32 165 186 255 10 | #define ANSI7 217 217 217 255 11 | 12 | #define ANSI8 66 66 66 255 13 | #define ANSI9 251 0 122 255 14 | #define ANSI10 95 215 175 255 15 | #define ANSI11 243 228 48 255 16 | #define ANSI12 32 187 252 255 17 | #define ANSI13 104 85 222 255 18 | #define ANSI14 79 184 204 255 19 | #define ANSI15 241 241 241 255 20 | 21 | #define BG_COLOR 33 33 33 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 195 7 113 100 // Color flash when bell rings 29 | 30 | #define CURSOR 32 187 252 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/PencilLight.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 66 66 66 255 // Foreground color 2 | 3 | #define ANSI0 33 33 33 255 4 | #define ANSI1 195 7 113 255 5 | #define ANSI2 16 167 120 255 6 | #define ANSI3 168 156 20 255 7 | #define ANSI4 0 142 196 255 8 | #define ANSI5 82 60 121 255 9 | #define ANSI6 32 165 186 255 10 | #define ANSI7 217 217 217 255 11 | 12 | #define ANSI8 66 66 66 255 13 | #define ANSI9 251 0 122 255 14 | #define ANSI10 95 215 175 255 15 | #define ANSI11 243 228 48 255 16 | #define ANSI12 32 187 252 255 17 | #define ANSI13 104 85 222 255 18 | #define ANSI14 79 184 204 255 19 | #define ANSI15 241 241 241 255 20 | 21 | #define BG_COLOR 241 241 241 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 195 7 113 100 // Color flash when bell rings 29 | 30 | #define CURSOR 32 187 252 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/PiattoLight.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 65 65 65 255 // Foreground color 2 | 3 | #define ANSI0 65 65 65 255 4 | #define ANSI1 178 55 113 255 5 | #define ANSI2 102 120 30 255 6 | #define ANSI3 205 111 52 255 7 | #define ANSI4 60 94 168 255 8 | #define ANSI5 164 84 178 255 9 | #define ANSI6 102 120 30 255 10 | #define ANSI7 255 255 255 255 11 | 12 | #define ANSI8 63 63 63 255 13 | #define ANSI9 219 51 101 255 14 | #define ANSI10 130 148 41 255 15 | #define ANSI11 205 111 52 255 16 | #define ANSI12 60 94 168 255 17 | #define ANSI13 164 84 178 255 18 | #define ANSI14 130 148 41 255 19 | #define ANSI15 242 242 242 255 20 | 21 | #define BG_COLOR 255 255 255 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 178 55 113 100 // Color flash when bell rings 29 | 30 | #define CURSOR 94 119 200 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/SeaShells.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 222 184 141 255 // Foreground color 2 | 3 | #define ANSI0 23 56 76 255 4 | #define ANSI1 209 81 35 255 5 | #define ANSI2 2 124 155 255 6 | #define ANSI3 252 160 47 255 7 | #define ANSI4 30 73 80 255 8 | #define ANSI5 104 212 241 255 9 | #define ANSI6 80 163 181 255 10 | #define ANSI7 222 184 141 255 11 | 12 | #define ANSI8 67 75 83 255 13 | #define ANSI9 212 134 120 255 14 | #define ANSI10 98 141 152 255 15 | #define ANSI11 253 211 159 255 16 | #define ANSI12 27 188 221 255 17 | #define ANSI13 187 227 238 255 18 | #define ANSI14 135 172 180 255 19 | #define ANSI15 254 228 206 255 20 | 21 | #define BG_COLOR 9 20 27 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 209 81 35 100 // Color flash when bell rings 29 | 30 | #define CURSOR 252 160 47 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Smyck.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 247 247 247 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 184 65 49 255 5 | #define ANSI2 125 169 0 255 6 | #define ANSI3 196 165 0 255 7 | #define ANSI4 98 163 196 255 8 | #define ANSI5 186 138 204 255 9 | #define ANSI6 32 115 131 255 10 | #define ANSI7 161 161 161 255 11 | 12 | #define ANSI8 122 122 122 255 13 | #define ANSI9 214 131 124 255 14 | #define ANSI10 196 241 55 255 15 | #define ANSI11 254 225 77 255 16 | #define ANSI12 141 207 240 255 17 | #define ANSI13 247 154 255 255 18 | #define ANSI14 106 217 207 255 19 | #define ANSI15 247 247 247 255 20 | 21 | #define BG_COLOR 27 27 27 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 184 65 49 100 // Color flash when bell rings 29 | 30 | #define CURSOR 187 187 187 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Snazzy.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 235 236 230 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 252 67 70 255 5 | #define ANSI2 80 251 124 255 6 | #define ANSI3 240 251 140 255 7 | #define ANSI4 73 186 255 255 8 | #define ANSI5 252 76 180 255 9 | #define ANSI6 139 233 254 255 10 | #define ANSI7 237 237 236 255 11 | 12 | #define ANSI8 85 85 85 255 13 | #define ANSI9 252 67 70 255 14 | #define ANSI10 80 251 124 255 15 | #define ANSI11 240 251 140 255 16 | #define ANSI12 73 186 255 255 17 | #define ANSI13 252 76 180 255 18 | #define ANSI14 139 233 254 255 19 | #define ANSI15 237 237 236 255 20 | 21 | #define BG_COLOR 30 31 41 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 252 67 70 100 // Color flash when bell rings 29 | 30 | #define CURSOR 228 228 228 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/SolarizedDark.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 112 130 132 255 // Foreground color 2 | 3 | #define ANSI0 0 40 49 255 4 | #define ANSI1 209 28 36 255 5 | #define ANSI2 115 138 5 255 6 | #define ANSI3 165 119 6 255 7 | #define ANSI4 33 118 199 255 8 | #define ANSI5 198 28 111 255 9 | #define ANSI6 37 146 134 255 10 | #define ANSI7 234 227 203 255 11 | 12 | #define ANSI8 0 30 39 255 13 | #define ANSI9 189 54 19 255 14 | #define ANSI10 71 91 98 255 15 | #define ANSI11 83 104 112 255 16 | #define ANSI12 112 130 132 255 17 | #define ANSI13 89 86 186 255 18 | #define ANSI14 129 144 144 255 19 | #define ANSI15 252 244 220 255 20 | 21 | #define BG_COLOR 0 30 39 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 209 28 36 100 // Color flash when bell rings 29 | 30 | #define CURSOR 112 130 132 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/SolarizedLight.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 83 104 112 255 // Foreground color 2 | 3 | #define ANSI0 0 40 49 255 4 | #define ANSI1 209 28 36 255 5 | #define ANSI2 115 138 5 255 6 | #define ANSI3 165 119 6 255 7 | #define ANSI4 33 118 199 255 8 | #define ANSI5 198 28 111 255 9 | #define ANSI6 37 146 134 255 10 | #define ANSI7 234 227 203 255 11 | 12 | #define ANSI8 0 30 39 255 13 | #define ANSI9 189 54 19 255 14 | #define ANSI10 71 91 98 255 15 | #define ANSI11 83 104 112 255 16 | #define ANSI12 112 130 132 255 17 | #define ANSI13 89 86 186 255 18 | #define ANSI14 129 144 144 255 19 | #define ANSI15 252 244 220 255 20 | 21 | #define BG_COLOR 252 244 220 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 209 28 36 100 // Color flash when bell rings 29 | 30 | #define CURSOR 83 104 112 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Spacedust.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 236 240 193 255 // Foreground color 2 | 3 | #define ANSI0 110 83 70 255 4 | #define ANSI1 227 91 0 255 5 | #define ANSI2 92 171 150 255 6 | #define ANSI3 227 205 123 255 7 | #define ANSI4 15 84 139 255 8 | #define ANSI5 227 91 0 255 9 | #define ANSI6 6 175 199 255 10 | #define ANSI7 240 241 206 255 11 | 12 | #define ANSI8 104 76 49 255 13 | #define ANSI9 255 138 58 255 14 | #define ANSI10 174 202 184 255 15 | #define ANSI11 255 200 120 255 16 | #define ANSI12 103 160 206 255 17 | #define ANSI13 255 138 58 255 18 | #define ANSI14 131 167 180 255 19 | #define ANSI15 254 255 241 255 20 | 21 | #define BG_COLOR 10 30 36 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 227 91 0 100 // Color flash when bell rings 29 | 30 | #define CURSOR 112 130 132 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/ToyChest.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 49 208 123 255 // Foreground color 2 | 3 | #define ANSI0 44 63 88 255 4 | #define ANSI1 190 45 38 255 5 | #define ANSI2 26 145 114 255 6 | #define ANSI3 219 142 39 255 7 | #define ANSI4 50 93 150 255 8 | #define ANSI5 138 94 220 255 9 | #define ANSI6 53 160 143 255 10 | #define ANSI7 35 209 131 255 11 | 12 | #define ANSI8 51 104 137 255 13 | #define ANSI9 221 89 68 255 14 | #define ANSI10 49 208 123 255 15 | #define ANSI11 231 216 75 255 16 | #define ANSI12 52 166 218 255 17 | #define ANSI13 174 107 220 255 18 | #define ANSI14 66 195 174 255 19 | #define ANSI15 213 213 213 255 20 | 21 | #define BG_COLOR 36 54 75 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 190 45 38 100 // Color flash when bell rings 29 | 30 | #define CURSOR 213 213 213 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/VioletDark.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 112 130 132 255 // Foreground color 2 | 3 | #define ANSI0 86 89 92 255 4 | #define ANSI1 201 76 34 255 5 | #define ANSI2 133 152 28 255 6 | #define ANSI3 180 136 29 255 7 | #define ANSI4 46 139 206 255 8 | #define ANSI5 209 58 130 255 9 | #define ANSI6 50 161 152 255 10 | #define ANSI7 201 198 189 255 11 | 12 | #define ANSI8 69 72 75 255 13 | #define ANSI9 189 54 19 255 14 | #define ANSI10 115 138 4 255 15 | #define ANSI11 165 119 5 255 16 | #define ANSI12 33 118 199 255 17 | #define ANSI13 198 28 111 255 18 | #define ANSI14 37 146 134 255 19 | #define ANSI15 201 198 189 255 20 | 21 | #define BG_COLOR 28 29 31 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 201 76 34 100 // Color flash when bell rings 29 | 30 | #define CURSOR 112 130 132 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/VioletLight.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 83 104 112 255 // Foreground color 2 | 3 | #define ANSI0 86 89 92 255 4 | #define ANSI1 201 76 34 255 5 | #define ANSI2 133 152 28 255 6 | #define ANSI3 180 136 29 255 7 | #define ANSI4 46 139 206 255 8 | #define ANSI5 209 58 130 255 9 | #define ANSI6 50 161 152 255 10 | #define ANSI7 211 208 201 255 11 | 12 | #define ANSI8 69 72 75 255 13 | #define ANSI9 189 54 19 255 14 | #define ANSI10 115 138 4 255 15 | #define ANSI11 165 119 5 255 16 | #define ANSI12 33 118 199 255 17 | #define ANSI13 198 28 111 255 18 | #define ANSI14 37 146 134 255 19 | #define ANSI15 201 198 189 255 20 | 21 | #define BG_COLOR 252 244 220 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 201 76 34 100 // Color flash when bell rings 29 | 30 | #define CURSOR 83 104 112 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/WarmNeon.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 175 218 182 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 226 67 70 255 5 | #define ANSI2 57 177 58 255 6 | #define ANSI3 218 225 69 255 7 | #define ANSI4 66 97 197 255 8 | #define ANSI5 249 32 251 255 9 | #define ANSI6 42 187 212 255 10 | #define ANSI7 208 184 163 255 11 | 12 | #define ANSI8 254 252 252 255 13 | #define ANSI9 233 112 113 255 14 | #define ANSI10 156 192 144 255 15 | #define ANSI11 221 218 122 255 16 | #define ANSI12 123 145 214 255 17 | #define ANSI13 246 116 186 255 18 | #define ANSI14 94 209 229 255 19 | #define ANSI15 216 200 187 255 20 | 21 | #define BG_COLOR 64 64 64 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 226 67 70 100 // Color flash when bell rings 29 | 30 | #define CURSOR 48 255 36 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Wryan.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 153 153 147 255 // Foreground color 2 | 3 | #define ANSI0 51 51 51 255 4 | #define ANSI1 140 70 101 255 5 | #define ANSI2 40 115 115 255 6 | #define ANSI3 124 124 153 255 7 | #define ANSI4 57 85 115 255 8 | #define ANSI5 94 70 140 255 9 | #define ANSI6 49 101 140 255 10 | #define ANSI7 137 156 161 255 11 | 12 | #define ANSI8 61 61 61 255 13 | #define ANSI9 191 77 128 255 14 | #define ANSI10 83 166 166 255 15 | #define ANSI11 158 158 203 255 16 | #define ANSI12 71 122 179 255 17 | #define ANSI13 126 98 179 255 18 | #define ANSI14 96 150 191 255 19 | #define ANSI15 192 192 192 255 20 | 21 | #define BG_COLOR 16 16 16 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 140 70 101 100 // Color flash when bell rings 29 | 30 | #define CURSOR 158 158 203 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/ayu.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 230 225 207 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 255 51 51 255 5 | #define ANSI2 184 204 82 255 6 | #define ANSI3 231 197 71 255 7 | #define ANSI4 54 163 217 255 8 | #define ANSI5 240 113 120 255 9 | #define ANSI6 149 230 203 255 10 | #define ANSI7 255 255 255 255 11 | 12 | #define ANSI8 50 50 50 255 13 | #define ANSI9 255 101 101 255 14 | #define ANSI10 234 254 132 255 15 | #define ANSI11 255 247 121 255 16 | #define ANSI12 104 213 255 255 17 | #define ANSI13 255 163 170 255 18 | #define ANSI14 199 255 253 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 15 20 25 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 51 51 100 // Color flash when bell rings 29 | 30 | #define CURSOR 242 151 24 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/ayu_light.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 92 103 115 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 255 51 51 255 5 | #define ANSI2 134 179 0 255 6 | #define ANSI3 242 151 24 255 7 | #define ANSI4 65 166 217 255 8 | #define ANSI5 240 113 120 255 9 | #define ANSI6 77 191 153 255 10 | #define ANSI7 255 255 255 255 11 | 12 | #define ANSI8 50 50 50 255 13 | #define ANSI9 255 101 101 255 14 | #define ANSI10 184 229 50 255 15 | #define ANSI11 255 201 74 255 16 | #define ANSI12 115 216 255 255 17 | #define ANSI13 255 163 170 255 18 | #define ANSI14 127 241 203 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 250 250 250 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 51 51 100 // Color flash when bell rings 29 | 30 | #define CURSOR 255 106 0 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/idea.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 173 173 173 255 // Foreground color 2 | 3 | #define ANSI0 173 173 173 255 4 | #define ANSI1 252 82 86 255 5 | #define ANSI2 152 182 28 255 6 | #define ANSI3 204 180 68 255 7 | #define ANSI4 67 126 231 255 8 | #define ANSI5 157 116 176 255 9 | #define ANSI6 36 136 135 255 10 | #define ANSI7 24 24 24 255 11 | 12 | #define ANSI8 255 255 255 255 13 | #define ANSI9 252 112 114 255 14 | #define ANSI10 152 182 28 255 15 | #define ANSI11 255 255 11 255 16 | #define ANSI12 108 156 237 255 17 | #define ANSI13 252 126 255 255 18 | #define ANSI14 36 136 135 255 19 | #define ANSI15 24 24 24 255 20 | 21 | #define BG_COLOR 32 32 32 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 252 82 86 100 // Color flash when bell rings 29 | 30 | #define CURSOR 187 187 187 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Afterglow.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 208 208 208 255 // Foreground color 2 | 3 | #define ANSI0 21 21 21 255 4 | #define ANSI1 172 65 66 255 5 | #define ANSI2 126 142 80 255 6 | #define ANSI3 229 181 103 255 7 | #define ANSI4 108 153 187 255 8 | #define ANSI5 159 78 133 255 9 | #define ANSI6 125 214 207 255 10 | #define ANSI7 208 208 208 255 11 | 12 | #define ANSI8 80 80 80 255 13 | #define ANSI9 172 65 66 255 14 | #define ANSI10 126 142 80 255 15 | #define ANSI11 229 181 103 255 16 | #define ANSI12 108 153 187 255 17 | #define ANSI13 159 78 133 255 18 | #define ANSI14 125 214 207 255 19 | #define ANSI15 245 245 245 255 20 | 21 | #define BG_COLOR 33 33 33 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 172 65 66 100 // Color flash when bell rings 29 | 30 | #define CURSOR 208 208 208 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Batman.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 111 111 111 255 // Foreground color 2 | 3 | #define ANSI0 27 29 30 255 4 | #define ANSI1 230 220 68 255 5 | #define ANSI2 200 190 70 255 6 | #define ANSI3 244 253 34 255 7 | #define ANSI4 115 113 116 255 8 | #define ANSI5 116 114 113 255 9 | #define ANSI6 98 96 95 255 10 | #define ANSI7 198 197 191 255 11 | 12 | #define ANSI8 80 83 84 255 13 | #define ANSI9 255 247 142 255 14 | #define ANSI10 255 242 125 255 15 | #define ANSI11 254 237 108 255 16 | #define ANSI12 145 148 149 255 17 | #define ANSI13 154 154 157 255 18 | #define ANSI14 163 163 166 255 19 | #define ANSI15 218 219 214 255 20 | 21 | #define BG_COLOR 27 29 30 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 230 220 68 100 // Color flash when bell rings 29 | 30 | #define CURSOR 252 239 12 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/BelafonteNight.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 150 140 131 255 // Foreground color 2 | 3 | #define ANSI0 32 17 27 255 4 | #define ANSI1 190 16 14 255 5 | #define ANSI2 133 129 98 255 6 | #define ANSI3 234 165 73 255 7 | #define ANSI4 66 106 121 255 8 | #define ANSI5 151 82 44 255 9 | #define ANSI6 152 154 156 255 10 | #define ANSI7 150 140 131 255 11 | 12 | #define ANSI8 94 82 82 255 13 | #define ANSI9 190 16 14 255 14 | #define ANSI10 133 129 98 255 15 | #define ANSI11 234 165 73 255 16 | #define ANSI12 66 106 121 255 17 | #define ANSI13 151 82 44 255 18 | #define ANSI14 152 154 156 255 19 | #define ANSI15 213 204 186 255 20 | 21 | #define BG_COLOR 32 17 27 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 190 16 14 100 // Color flash when bell rings 29 | 30 | #define CURSOR 150 140 131 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Broadcast.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 230 225 220 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 218 73 57 255 5 | #define ANSI2 81 159 80 255 6 | #define ANSI3 255 210 74 255 7 | #define ANSI4 109 156 190 255 8 | #define ANSI5 208 208 255 255 9 | #define ANSI6 110 156 190 255 10 | #define ANSI7 255 255 255 255 11 | 12 | #define ANSI8 50 50 50 255 13 | #define ANSI9 255 123 107 255 14 | #define ANSI10 131 209 130 255 15 | #define ANSI11 255 255 124 255 16 | #define ANSI12 159 206 240 255 17 | #define ANSI13 255 255 255 255 18 | #define ANSI14 160 206 240 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 43 43 43 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 218 73 57 100 // Color flash when bell rings 29 | 30 | #define CURSOR 255 255 255 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/BuiltinSolarizedDark.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 112 130 132 255 // Foreground color 2 | 3 | #define ANSI0 0 40 49 255 4 | #define ANSI1 209 28 36 255 5 | #define ANSI2 115 138 5 255 6 | #define ANSI3 165 119 6 255 7 | #define ANSI4 33 118 199 255 8 | #define ANSI5 198 28 111 255 9 | #define ANSI6 37 146 134 255 10 | #define ANSI7 234 227 203 255 11 | 12 | #define ANSI8 0 30 39 255 13 | #define ANSI9 189 54 19 255 14 | #define ANSI10 71 91 98 255 15 | #define ANSI11 83 104 112 255 16 | #define ANSI12 112 130 132 255 17 | #define ANSI13 89 86 186 255 18 | #define ANSI14 129 144 144 255 19 | #define ANSI15 252 244 220 255 20 | 21 | #define BG_COLOR 0 30 39 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 209 28 36 100 // Color flash when bell rings 29 | 30 | #define CURSOR 112 130 132 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Chalk.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 210 216 217 255 // Foreground color 2 | 3 | #define ANSI0 125 139 143 255 4 | #define ANSI1 178 58 82 255 5 | #define ANSI2 120 155 106 255 6 | #define ANSI3 185 172 74 255 7 | #define ANSI4 42 127 172 255 8 | #define ANSI5 189 79 90 255 9 | #define ANSI6 68 167 153 255 10 | #define ANSI7 210 216 217 255 11 | 12 | #define ANSI8 136 136 136 255 13 | #define ANSI9 242 72 64 255 14 | #define ANSI10 128 196 112 255 15 | #define ANSI11 255 235 98 255 16 | #define ANSI12 65 150 255 255 17 | #define ANSI13 252 82 117 255 18 | #define ANSI14 83 205 189 255 19 | #define ANSI15 210 216 217 255 20 | 21 | #define BG_COLOR 43 45 46 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 178 58 82 100 // Color flash when bell rings 29 | 30 | #define CURSOR 112 130 132 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/CobaltNeon.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 143 245 134 255 // Foreground color 2 | 3 | #define ANSI0 20 38 49 255 4 | #define ANSI1 255 35 32 255 5 | #define ANSI2 59 165 255 255 6 | #define ANSI3 233 231 92 255 7 | #define ANSI4 143 245 134 255 8 | #define ANSI5 120 26 160 255 9 | #define ANSI6 143 245 134 255 10 | #define ANSI7 186 70 178 255 11 | 12 | #define ANSI8 255 246 136 255 13 | #define ANSI9 212 49 46 255 14 | #define ANSI10 143 245 134 255 15 | #define ANSI11 233 240 109 255 16 | #define ANSI12 60 125 210 255 17 | #define ANSI13 130 48 167 255 18 | #define ANSI14 108 188 103 255 19 | #define ANSI15 143 245 134 255 20 | 21 | #define BG_COLOR 20 40 56 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 35 32 100 // Color flash when bell rings 29 | 30 | #define CURSOR 196 32 111 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Dracula.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 248 248 242 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 255 85 85 255 5 | #define ANSI2 80 250 123 255 6 | #define ANSI3 241 250 140 255 7 | #define ANSI4 189 147 249 255 8 | #define ANSI5 255 121 198 255 9 | #define ANSI6 139 233 253 255 10 | #define ANSI7 187 187 187 255 11 | 12 | #define ANSI8 85 85 85 255 13 | #define ANSI9 255 85 85 255 14 | #define ANSI10 80 250 123 255 15 | #define ANSI11 241 250 140 255 16 | #define ANSI12 189 147 249 255 17 | #define ANSI13 255 121 198 255 18 | #define ANSI14 139 233 253 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 30 31 41 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 85 85 100 // Color flash when bell rings 29 | 30 | #define CURSOR 187 187 187 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/DuotoneDark.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 183 161 255 255 // Foreground color 2 | 3 | #define ANSI0 31 29 39 255 4 | #define ANSI1 217 57 62 255 5 | #define ANSI2 45 205 115 255 6 | #define ANSI3 217 183 110 255 7 | #define ANSI4 255 194 132 255 8 | #define ANSI5 222 141 64 255 9 | #define ANSI6 36 136 255 255 10 | #define ANSI7 183 161 255 255 11 | 12 | #define ANSI8 53 49 71 255 13 | #define ANSI9 217 57 62 255 14 | #define ANSI10 45 205 115 255 15 | #define ANSI11 217 183 110 255 16 | #define ANSI12 255 194 132 255 17 | #define ANSI13 222 141 64 255 18 | #define ANSI14 36 136 255 255 19 | #define ANSI15 234 229 255 255 20 | 21 | #define BG_COLOR 31 29 39 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 217 57 62 100 // Color flash when bell rings 29 | 30 | #define CURSOR 255 152 57 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Flatland.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 184 219 239 255 // Foreground color 2 | 3 | #define ANSI0 29 29 25 255 4 | #define ANSI1 241 131 57 255 5 | #define ANSI2 159 211 100 255 6 | #define ANSI3 244 239 109 255 7 | #define ANSI4 80 150 190 255 8 | #define ANSI5 105 90 188 255 9 | #define ANSI6 214 56 101 255 10 | #define ANSI7 255 255 255 255 11 | 12 | #define ANSI8 29 29 25 255 13 | #define ANSI9 210 42 36 255 14 | #define ANSI10 167 212 44 255 15 | #define ANSI11 255 137 73 255 16 | #define ANSI12 97 185 208 255 17 | #define ANSI13 105 90 188 255 18 | #define ANSI14 214 56 101 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 29 31 33 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 241 131 57 100 // Color flash when bell rings 29 | 30 | #define CURSOR 112 130 132 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/ForestBlue.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 226 216 205 255 // Foreground color 2 | 3 | #define ANSI0 51 51 51 255 4 | #define ANSI1 248 129 142 255 5 | #define ANSI2 146 211 162 255 6 | #define ANSI3 26 142 99 255 7 | #define ANSI4 142 208 206 255 8 | #define ANSI5 94 70 140 255 9 | #define ANSI6 49 101 140 255 10 | #define ANSI7 226 216 205 255 11 | 12 | #define ANSI8 61 61 61 255 13 | #define ANSI9 251 61 102 255 14 | #define ANSI10 107 180 141 255 15 | #define ANSI11 48 200 90 255 16 | #define ANSI12 57 167 162 255 17 | #define ANSI13 126 98 179 255 18 | #define ANSI14 96 150 191 255 19 | #define ANSI15 226 216 205 255 20 | 21 | #define BG_COLOR 5 21 25 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 248 129 142 100 // Color flash when bell rings 29 | 30 | #define CURSOR 158 158 203 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Framer.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 119 119 119 255 // Foreground color 2 | 3 | #define ANSI0 20 20 20 255 4 | #define ANSI1 255 85 85 255 5 | #define ANSI2 152 236 101 255 6 | #define ANSI3 255 204 51 255 7 | #define ANSI4 0 170 255 255 8 | #define ANSI5 170 136 255 255 9 | #define ANSI6 136 221 255 255 10 | #define ANSI7 204 204 204 255 11 | 12 | #define ANSI8 65 65 65 255 13 | #define ANSI9 255 136 136 255 14 | #define ANSI10 182 242 146 255 15 | #define ANSI11 255 217 102 255 16 | #define ANSI12 51 187 255 255 17 | #define ANSI13 206 187 255 255 18 | #define ANSI14 187 236 255 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 17 17 17 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 85 85 100 // Color flash when bell rings 29 | 30 | #define CURSOR 252 220 8 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/FrontEndDelight.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 173 173 173 255 // Foreground color 2 | 3 | #define ANSI0 36 37 38 255 4 | #define ANSI1 248 81 27 255 5 | #define ANSI2 86 87 71 255 6 | #define ANSI3 250 119 29 255 7 | #define ANSI4 44 112 183 255 8 | #define ANSI5 240 46 79 255 9 | #define ANSI6 60 161 166 255 10 | #define ANSI7 173 173 173 255 11 | 12 | #define ANSI8 95 172 109 255 13 | #define ANSI9 247 67 25 255 14 | #define ANSI10 116 236 76 255 15 | #define ANSI11 253 195 37 255 16 | #define ANSI12 51 147 202 255 17 | #define ANSI13 231 94 79 255 18 | #define ANSI14 79 188 230 255 19 | #define ANSI15 140 115 91 255 20 | 21 | #define BG_COLOR 27 28 29 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 248 81 27 100 // Color flash when bell rings 29 | 30 | #define CURSOR 205 205 205 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/GruvboxDark.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 230 212 163 255 // Foreground color 2 | 3 | #define ANSI0 22 24 25 255 4 | #define ANSI1 247 48 40 255 5 | #define ANSI2 170 176 30 255 6 | #define ANSI3 247 177 37 255 7 | #define ANSI4 113 149 134 255 8 | #define ANSI5 199 112 137 255 9 | #define ANSI6 125 182 105 255 10 | #define ANSI7 250 239 187 255 11 | 12 | #define ANSI8 127 112 97 255 13 | #define ANSI9 190 15 23 255 14 | #define ANSI10 134 135 21 255 15 | #define ANSI11 204 136 26 255 16 | #define ANSI12 55 115 117 255 17 | #define ANSI13 160 75 115 255 18 | #define ANSI14 87 142 87 255 19 | #define ANSI15 230 212 163 255 20 | 21 | #define BG_COLOR 30 30 30 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 247 48 40 100 // Color flash when bell rings 29 | 30 | #define CURSOR 187 187 187 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Hopscotch256.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 185 181 184 255 // Foreground color 2 | 3 | #define ANSI0 50 41 49 255 4 | #define ANSI1 221 70 76 255 5 | #define ANSI2 143 193 62 255 6 | #define ANSI3 253 204 89 255 7 | #define ANSI4 18 144 191 255 8 | #define ANSI5 200 94 124 255 9 | #define ANSI6 20 155 147 255 10 | #define ANSI7 185 181 184 255 11 | 12 | #define ANSI8 121 115 121 255 13 | #define ANSI9 221 70 76 255 14 | #define ANSI10 143 193 62 255 15 | #define ANSI11 253 204 89 255 16 | #define ANSI12 18 144 191 255 17 | #define ANSI13 200 94 124 255 18 | #define ANSI14 20 155 147 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 50 41 49 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 221 70 76 100 // Color flash when bell rings 29 | 30 | #define CURSOR 185 181 184 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/JetBrainsDarcula.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 173 173 173 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 250 83 85 255 5 | #define ANSI2 18 110 0 255 6 | #define ANSI3 194 195 0 255 7 | #define ANSI4 69 129 235 255 8 | #define ANSI5 250 84 255 255 9 | #define ANSI6 51 194 193 255 10 | #define ANSI7 173 173 173 255 11 | 12 | #define ANSI8 85 85 85 255 13 | #define ANSI9 251 113 114 255 14 | #define ANSI10 103 255 79 255 15 | #define ANSI11 255 255 0 255 16 | #define ANSI12 109 157 241 255 17 | #define ANSI13 251 130 255 255 18 | #define ANSI14 96 211 209 255 19 | #define ANSI15 238 238 238 255 20 | 21 | #define BG_COLOR 32 32 32 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 250 83 85 100 // Color flash when bell rings 29 | 30 | #define CURSOR 255 255 255 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Kolorit.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 239 236 236 255 // Foreground color 2 | 3 | #define ANSI0 29 26 30 255 4 | #define ANSI1 255 91 130 255 5 | #define ANSI2 71 215 161 255 6 | #define ANSI3 232 229 98 255 7 | #define ANSI4 93 180 238 255 8 | #define ANSI5 218 108 218 255 9 | #define ANSI6 87 233 235 255 10 | #define ANSI7 237 237 237 255 11 | 12 | #define ANSI8 29 26 30 255 13 | #define ANSI9 255 91 130 255 14 | #define ANSI10 71 215 161 255 15 | #define ANSI11 232 229 98 255 16 | #define ANSI12 93 180 238 255 17 | #define ANSI13 218 108 218 255 18 | #define ANSI14 87 233 235 255 19 | #define ANSI15 237 237 237 255 20 | 21 | #define BG_COLOR 29 26 30 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 91 130 100 // Color flash when bell rings 29 | 30 | #define CURSOR 199 199 199 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/LaterThisEvening.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 149 149 149 255 // Foreground color 2 | 3 | #define ANSI0 43 43 43 255 4 | #define ANSI1 212 90 96 255 5 | #define ANSI2 175 186 103 255 6 | #define ANSI3 229 210 137 255 7 | #define ANSI4 160 186 214 255 8 | #define ANSI5 192 146 214 255 9 | #define ANSI6 145 191 183 255 10 | #define ANSI7 60 61 61 255 11 | 12 | #define ANSI8 69 71 71 255 13 | #define ANSI9 211 35 47 255 14 | #define ANSI10 170 187 57 255 15 | #define ANSI11 229 190 57 255 16 | #define ANSI12 102 153 214 255 17 | #define ANSI13 171 83 214 255 18 | #define ANSI14 95 192 174 255 19 | #define ANSI15 193 194 194 255 20 | 21 | #define BG_COLOR 34 34 34 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 212 90 96 100 // Color flash when bell rings 29 | 30 | #define CURSOR 66 66 66 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/LiquidCarbonTransparent.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 175 194 194 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 255 48 48 255 5 | #define ANSI2 85 154 112 255 6 | #define ANSI3 204 172 0 255 7 | #define ANSI4 0 153 204 255 8 | #define ANSI5 204 105 200 255 9 | #define ANSI6 122 196 204 255 10 | #define ANSI7 188 204 204 255 11 | 12 | #define ANSI8 0 0 0 255 13 | #define ANSI9 255 48 48 255 14 | #define ANSI10 85 154 112 255 15 | #define ANSI11 204 172 0 255 16 | #define ANSI12 0 153 204 255 17 | #define ANSI13 204 105 200 255 18 | #define ANSI14 122 196 204 255 19 | #define ANSI15 188 204 204 255 20 | 21 | #define BG_COLOR 0 0 0 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 48 48 100 // Color flash when bell rings 29 | 30 | #define CURSOR 255 255 255 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/N0tch2k.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 160 160 160 255 // Foreground color 2 | 3 | #define ANSI0 56 56 56 255 4 | #define ANSI1 169 85 81 255 5 | #define ANSI2 102 102 102 255 6 | #define ANSI3 169 128 81 255 7 | #define ANSI4 101 125 62 255 8 | #define ANSI5 118 118 118 255 9 | #define ANSI6 201 201 201 255 10 | #define ANSI7 208 184 163 255 11 | 12 | #define ANSI8 71 71 71 255 13 | #define ANSI9 169 119 117 255 14 | #define ANSI10 140 140 140 255 15 | #define ANSI11 169 145 117 255 16 | #define ANSI12 152 189 94 255 17 | #define ANSI13 163 163 163 255 18 | #define ANSI14 220 220 220 255 19 | #define ANSI15 216 200 187 255 20 | 21 | #define BG_COLOR 34 34 34 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 169 85 81 100 // Color flash when bell rings 29 | 30 | #define CURSOR 170 145 117 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Neutron.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 230 232 239 255 // Foreground color 2 | 3 | #define ANSI0 35 37 43 255 4 | #define ANSI1 181 64 54 255 5 | #define ANSI2 90 185 119 255 6 | #define ANSI3 222 181 102 255 7 | #define ANSI4 106 124 147 255 8 | #define ANSI5 164 121 157 255 9 | #define ANSI6 63 148 168 255 10 | #define ANSI7 230 232 239 255 11 | 12 | #define ANSI8 35 37 43 255 13 | #define ANSI9 181 64 54 255 14 | #define ANSI10 90 185 119 255 15 | #define ANSI11 222 181 102 255 16 | #define ANSI12 106 124 147 255 17 | #define ANSI13 164 121 157 255 18 | #define ANSI14 63 148 168 255 19 | #define ANSI15 235 237 242 255 20 | 21 | #define BG_COLOR 28 30 34 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 181 64 54 100 // Color flash when bell rings 29 | 30 | #define CURSOR 246 247 236 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/OceanicMaterial.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 194 200 215 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 238 43 42 255 5 | #define ANSI2 64 163 63 255 6 | #define ANSI3 255 234 46 255 7 | #define ANSI4 30 128 240 255 8 | #define ANSI5 136 0 160 255 9 | #define ANSI6 22 175 202 255 10 | #define ANSI7 164 164 164 255 11 | 12 | #define ANSI8 119 119 119 255 13 | #define ANSI9 220 92 96 255 14 | #define ANSI10 112 190 113 255 15 | #define ANSI11 255 241 99 255 16 | #define ANSI12 84 164 243 255 17 | #define ANSI13 170 77 188 255 18 | #define ANSI14 66 199 218 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 28 38 43 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 238 43 42 100 // Color flash when bell rings 29 | 30 | #define CURSOR 179 184 195 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/OneHalfLight.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 56 58 66 255 // Foreground color 2 | 3 | #define ANSI0 56 58 66 255 4 | #define ANSI1 228 86 73 255 5 | #define ANSI2 80 161 79 255 6 | #define ANSI3 193 132 1 255 7 | #define ANSI4 1 132 188 255 8 | #define ANSI5 166 38 164 255 9 | #define ANSI6 9 151 179 255 10 | #define ANSI7 250 250 250 255 11 | 12 | #define ANSI8 79 82 94 255 13 | #define ANSI9 224 108 117 255 14 | #define ANSI10 152 195 121 255 15 | #define ANSI11 229 192 123 255 16 | #define ANSI12 97 175 239 255 17 | #define ANSI13 198 120 221 255 18 | #define ANSI14 86 182 194 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 250 250 250 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 228 86 73 100 // Color flash when bell rings 29 | 30 | #define CURSOR 191 206 255 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/ParaisoDark.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 163 158 155 255 // Foreground color 2 | 3 | #define ANSI0 47 30 46 255 4 | #define ANSI1 239 97 85 255 5 | #define ANSI2 72 182 133 255 6 | #define ANSI3 254 196 24 255 7 | #define ANSI4 6 182 239 255 8 | #define ANSI5 129 91 164 255 9 | #define ANSI6 91 196 191 255 10 | #define ANSI7 163 158 155 255 11 | 12 | #define ANSI8 119 110 113 255 13 | #define ANSI9 239 97 85 255 14 | #define ANSI10 72 182 133 255 15 | #define ANSI11 254 196 24 255 16 | #define ANSI12 6 182 239 255 17 | #define ANSI13 129 91 164 255 18 | #define ANSI14 91 196 191 255 19 | #define ANSI15 231 233 219 255 20 | 21 | #define BG_COLOR 47 30 46 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 239 97 85 100 // Color flash when bell rings 29 | 30 | #define CURSOR 163 158 155 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/RedAlert.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 255 255 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 214 46 78 255 5 | #define ANSI2 113 190 107 255 6 | #define ANSI3 190 184 107 255 7 | #define ANSI4 72 155 238 255 8 | #define ANSI5 233 121 215 255 9 | #define ANSI6 107 190 184 255 10 | #define ANSI7 214 214 214 255 11 | 12 | #define ANSI8 38 38 38 255 13 | #define ANSI9 224 37 83 255 14 | #define ANSI10 175 240 140 255 15 | #define ANSI11 223 221 183 255 16 | #define ANSI12 101 170 241 255 17 | #define ANSI13 221 183 223 255 18 | #define ANSI14 183 223 221 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 118 36 35 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 214 46 78 100 // Color flash when bell rings 29 | 30 | #define CURSOR 255 255 255 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Relaxed.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 217 217 217 255 // Foreground color 2 | 3 | #define ANSI0 21 21 21 255 4 | #define ANSI1 188 86 83 255 5 | #define ANSI2 144 157 99 255 6 | #define ANSI3 235 193 122 255 7 | #define ANSI4 106 135 153 255 8 | #define ANSI5 176 102 152 255 9 | #define ANSI6 201 223 255 255 10 | #define ANSI7 217 217 217 255 11 | 12 | #define ANSI8 99 99 99 255 13 | #define ANSI9 188 86 83 255 14 | #define ANSI10 160 172 119 255 15 | #define ANSI11 235 193 122 255 16 | #define ANSI12 126 170 199 255 17 | #define ANSI13 176 102 152 255 18 | #define ANSI14 172 187 208 255 19 | #define ANSI15 247 247 247 255 20 | 21 | #define BG_COLOR 53 58 68 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 188 86 83 100 // Color flash when bell rings 29 | 30 | #define CURSOR 217 217 217 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/SolarizedDarcula.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 210 216 217 255 // Foreground color 2 | 3 | #define ANSI0 37 41 42 255 4 | #define ANSI1 242 72 64 255 5 | #define ANSI2 98 150 85 255 6 | #define ANSI3 182 136 0 255 7 | #define ANSI4 32 117 199 255 8 | #define ANSI5 121 127 212 255 9 | #define ANSI6 21 150 141 255 10 | #define ANSI7 210 216 217 255 11 | 12 | #define ANSI8 37 41 42 255 13 | #define ANSI9 242 72 64 255 14 | #define ANSI10 98 150 85 255 15 | #define ANSI11 182 136 0 255 16 | #define ANSI12 32 117 199 255 17 | #define ANSI13 121 127 212 255 18 | #define ANSI14 21 150 141 255 19 | #define ANSI15 210 216 217 255 20 | 21 | #define BG_COLOR 61 63 65 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 242 72 64 100 // Color flash when bell rings 29 | 30 | #define CURSOR 112 130 132 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/SolarizedDark-Patched.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 112 130 132 255 // Foreground color 2 | 3 | #define ANSI0 0 40 49 255 4 | #define ANSI1 209 28 36 255 5 | #define ANSI2 115 138 5 255 6 | #define ANSI3 165 119 6 255 7 | #define ANSI4 33 118 199 255 8 | #define ANSI5 198 28 111 255 9 | #define ANSI6 37 146 134 255 10 | #define ANSI7 234 227 203 255 11 | 12 | #define ANSI8 71 91 98 255 13 | #define ANSI9 189 54 19 255 14 | #define ANSI10 71 91 98 255 15 | #define ANSI11 83 104 112 255 16 | #define ANSI12 112 130 132 255 17 | #define ANSI13 89 86 186 255 18 | #define ANSI14 129 144 144 255 19 | #define ANSI15 252 244 220 255 20 | 21 | #define BG_COLOR 0 30 39 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 209 28 36 100 // Color flash when bell rings 29 | 30 | #define CURSOR 112 130 132 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/SpaceGray.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 179 184 195 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 176 75 87 255 5 | #define ANSI2 135 179 121 255 6 | #define ANSI3 229 193 121 255 7 | #define ANSI4 125 143 164 255 8 | #define ANSI5 164 121 150 255 9 | #define ANSI6 133 167 165 255 10 | #define ANSI7 179 184 195 255 11 | 12 | #define ANSI8 0 0 0 255 13 | #define ANSI9 176 75 87 255 14 | #define ANSI10 135 179 121 255 15 | #define ANSI11 229 193 121 255 16 | #define ANSI12 125 143 164 255 17 | #define ANSI13 164 121 150 255 18 | #define ANSI14 133 167 165 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 32 36 45 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 176 75 87 100 // Color flash when bell rings 29 | 30 | #define CURSOR 179 184 195 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/ThayerBright.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 248 248 248 255 // Foreground color 2 | 3 | #define ANSI0 27 29 30 255 4 | #define ANSI1 249 38 114 255 5 | #define ANSI2 77 248 64 255 6 | #define ANSI3 244 253 34 255 7 | #define ANSI4 39 87 214 255 8 | #define ANSI5 140 84 254 255 9 | #define ANSI6 56 200 181 255 10 | #define ANSI7 204 204 198 255 11 | 12 | #define ANSI8 80 83 84 255 13 | #define ANSI9 255 89 149 255 14 | #define ANSI10 182 227 84 255 15 | #define ANSI11 254 237 108 255 16 | #define ANSI12 63 120 255 255 17 | #define ANSI13 158 111 254 255 18 | #define ANSI14 35 207 213 255 19 | #define ANSI15 248 248 242 255 20 | 21 | #define BG_COLOR 27 29 30 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 249 38 114 100 // Color flash when bell rings 29 | 30 | #define CURSOR 252 151 31 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/TomorrowNightBright.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 234 234 234 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 213 78 83 255 5 | #define ANSI2 185 202 74 255 6 | #define ANSI3 231 197 71 255 7 | #define ANSI4 122 166 218 255 8 | #define ANSI5 195 151 216 255 9 | #define ANSI6 112 192 177 255 10 | #define ANSI7 255 255 255 255 11 | 12 | #define ANSI8 0 0 0 255 13 | #define ANSI9 213 78 83 255 14 | #define ANSI10 185 202 74 255 15 | #define ANSI11 231 197 71 255 16 | #define ANSI12 122 166 218 255 17 | #define ANSI13 195 151 216 255 18 | #define ANSI14 112 192 177 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 0 0 0 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 213 78 83 100 // Color flash when bell rings 29 | 30 | #define CURSOR 234 234 234 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/TomorrowNightBurns.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 161 176 184 255 // Foreground color 2 | 3 | #define ANSI0 37 37 37 255 4 | #define ANSI1 131 46 49 255 5 | #define ANSI2 166 60 64 255 6 | #define ANSI3 211 73 78 255 7 | #define ANSI4 252 89 95 255 8 | #define ANSI5 223 147 149 255 9 | #define ANSI6 186 133 134 255 10 | #define ANSI7 245 245 245 255 11 | 12 | #define ANSI8 93 111 113 255 13 | #define ANSI9 131 46 49 255 14 | #define ANSI10 166 60 64 255 15 | #define ANSI11 210 73 78 255 16 | #define ANSI12 252 89 95 255 17 | #define ANSI13 223 147 149 255 18 | #define ANSI14 186 133 134 255 19 | #define ANSI15 245 245 245 255 20 | 21 | #define BG_COLOR 21 21 21 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 131 46 49 100 // Color flash when bell rings 29 | 30 | #define CURSOR 255 68 62 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Twilight.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 255 212 255 // Foreground color 2 | 3 | #define ANSI0 20 20 20 255 4 | #define ANSI1 192 109 68 255 5 | #define ANSI2 175 185 122 255 6 | #define ANSI3 194 168 108 255 7 | #define ANSI4 68 71 74 255 8 | #define ANSI5 180 190 124 255 9 | #define ANSI6 119 131 133 255 10 | #define ANSI7 255 255 212 255 11 | 12 | #define ANSI8 38 38 38 255 13 | #define ANSI9 222 124 76 255 14 | #define ANSI10 204 216 140 255 15 | #define ANSI11 226 196 126 255 16 | #define ANSI12 90 94 98 255 17 | #define ANSI13 208 220 142 255 18 | #define ANSI14 138 152 155 255 19 | #define ANSI15 255 255 212 255 20 | 21 | #define BG_COLOR 20 20 20 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 192 109 68 100 // Color flash when bell rings 29 | 30 | #define CURSOR 255 255 255 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Vaughn.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 220 220 204 255 // Foreground color 2 | 3 | #define ANSI0 37 35 79 255 4 | #define ANSI1 112 80 80 255 5 | #define ANSI2 96 180 138 255 6 | #define ANSI3 223 175 143 255 7 | #define ANSI4 85 85 255 255 8 | #define ANSI5 240 140 195 255 9 | #define ANSI6 140 208 211 255 10 | #define ANSI7 112 144 128 255 11 | 12 | #define ANSI8 112 144 128 255 13 | #define ANSI9 220 163 163 255 14 | #define ANSI10 96 180 138 255 15 | #define ANSI11 240 223 175 255 16 | #define ANSI12 85 85 255 255 17 | #define ANSI13 236 147 211 255 18 | #define ANSI14 147 224 227 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 37 35 79 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 112 80 80 100 // Color flash when bell rings 29 | 30 | #define CURSOR 255 85 85 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/WildCherry.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 218 250 255 255 // Foreground color 2 | 3 | #define ANSI0 0 5 7 255 4 | #define ANSI1 217 64 133 255 5 | #define ANSI2 42 178 80 255 6 | #define ANSI3 255 209 111 255 7 | #define ANSI4 136 60 220 255 8 | #define ANSI5 236 236 236 255 9 | #define ANSI6 193 184 183 255 10 | #define ANSI7 255 248 222 255 11 | 12 | #define ANSI8 0 156 201 255 13 | #define ANSI9 218 107 172 255 14 | #define ANSI10 244 220 165 255 15 | #define ANSI11 234 192 102 255 16 | #define ANSI12 48 140 186 255 17 | #define ANSI13 174 99 107 255 18 | #define ANSI14 255 145 157 255 19 | #define ANSI15 228 131 141 255 20 | 21 | #define BG_COLOR 31 23 38 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 217 64 133 100 // Color flash when bell rings 29 | 30 | #define CURSOR 221 0 255 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Wombat.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 222 218 207 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 255 97 90 255 5 | #define ANSI2 177 233 105 255 6 | #define ANSI3 235 217 156 255 7 | #define ANSI4 93 169 246 255 8 | #define ANSI5 232 106 255 255 9 | #define ANSI6 130 255 247 255 10 | #define ANSI7 222 218 207 255 11 | 12 | #define ANSI8 49 49 49 255 13 | #define ANSI9 245 140 128 255 14 | #define ANSI10 221 248 143 255 15 | #define ANSI11 238 229 178 255 16 | #define ANSI12 165 199 255 255 17 | #define ANSI13 221 170 255 255 18 | #define ANSI14 183 255 249 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 23 23 23 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 97 90 100 // Color flash when bell rings 29 | 30 | #define CURSOR 187 187 187 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/cyberpunk.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 229 229 229 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 255 112 146 255 5 | #define ANSI2 0 251 172 255 6 | #define ANSI3 255 250 106 255 7 | #define ANSI4 0 191 255 255 8 | #define ANSI5 223 149 255 255 9 | #define ANSI6 134 203 254 255 10 | #define ANSI7 255 255 255 255 11 | 12 | #define ANSI8 0 0 0 255 13 | #define ANSI9 255 138 164 255 14 | #define ANSI10 33 246 188 255 15 | #define ANSI11 255 247 135 255 16 | #define ANSI12 27 204 253 255 17 | #define ANSI13 230 174 254 255 18 | #define ANSI14 153 214 252 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 51 42 87 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 112 146 100 // Color flash when bell rings 29 | 30 | #define CURSOR 33 246 188 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/BirdsOfParadise.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 224 219 183 255 // Foreground color 2 | 3 | #define ANSI0 87 61 38 255 4 | #define ANSI1 190 45 38 255 5 | #define ANSI2 107 161 138 255 6 | #define ANSI3 233 157 42 255 7 | #define ANSI4 90 134 173 255 8 | #define ANSI5 172 128 166 255 9 | #define ANSI6 116 166 173 255 10 | #define ANSI7 224 219 183 255 11 | 12 | #define ANSI8 155 108 74 255 13 | #define ANSI9 232 70 39 255 14 | #define ANSI10 149 216 186 255 15 | #define ANSI11 208 209 80 255 16 | #define ANSI12 184 211 237 255 17 | #define ANSI13 209 158 203 255 18 | #define ANSI14 147 207 215 255 19 | #define ANSI15 255 249 213 255 20 | 21 | #define BG_COLOR 42 31 29 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 190 45 38 100 // Color flash when bell rings 29 | 30 | #define CURSOR 87 61 38 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Blazer.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 217 230 242 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 184 122 122 255 5 | #define ANSI2 122 184 122 255 6 | #define ANSI3 184 184 122 255 7 | #define ANSI4 122 122 184 255 8 | #define ANSI5 184 122 184 255 9 | #define ANSI6 122 184 184 255 10 | #define ANSI7 217 217 217 255 11 | 12 | #define ANSI8 38 38 38 255 13 | #define ANSI9 219 189 189 255 14 | #define ANSI10 189 219 189 255 15 | #define ANSI11 219 219 189 255 16 | #define ANSI12 189 189 219 255 17 | #define ANSI13 219 189 219 255 18 | #define ANSI14 189 219 219 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 13 25 38 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 184 122 122 100 // Color flash when bell rings 29 | 30 | #define CURSOR 217 230 242 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Borland.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 255 78 255 // Foreground color 2 | 3 | #define ANSI0 79 79 79 255 4 | #define ANSI1 255 108 96 255 5 | #define ANSI2 168 255 96 255 6 | #define ANSI3 255 255 182 255 7 | #define ANSI4 150 203 254 255 8 | #define ANSI5 255 115 253 255 9 | #define ANSI6 198 197 254 255 10 | #define ANSI7 238 238 238 255 11 | 12 | #define ANSI8 124 124 124 255 13 | #define ANSI9 255 182 176 255 14 | #define ANSI10 206 255 172 255 15 | #define ANSI11 255 255 204 255 16 | #define ANSI12 181 220 255 255 17 | #define ANSI13 255 156 254 255 18 | #define ANSI14 223 223 254 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 0 0 164 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 108 96 100 // Color flash when bell rings 29 | 30 | #define CURSOR 255 165 96 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/BrightLights.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 179 201 215 255 // Foreground color 2 | 3 | #define ANSI0 25 25 25 255 4 | #define ANSI1 255 53 91 255 5 | #define ANSI2 183 232 118 255 6 | #define ANSI3 255 194 81 255 7 | #define ANSI4 118 212 255 255 8 | #define ANSI5 186 118 231 255 9 | #define ANSI6 108 191 181 255 10 | #define ANSI7 194 200 215 255 11 | 12 | #define ANSI8 25 25 25 255 13 | #define ANSI9 255 53 91 255 14 | #define ANSI10 183 232 118 255 15 | #define ANSI11 255 194 81 255 16 | #define ANSI12 118 213 255 255 17 | #define ANSI13 186 118 231 255 18 | #define ANSI14 108 191 181 255 19 | #define ANSI15 194 200 215 255 20 | 21 | #define BG_COLOR 25 25 25 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 53 91 100 // Color flash when bell rings 29 | 30 | #define CURSOR 243 75 0 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/BuiltinSolarizedLight.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 83 104 112 255 // Foreground color 2 | 3 | #define ANSI0 0 40 49 255 4 | #define ANSI1 209 28 36 255 5 | #define ANSI2 115 138 5 255 6 | #define ANSI3 165 119 6 255 7 | #define ANSI4 33 118 199 255 8 | #define ANSI5 198 28 111 255 9 | #define ANSI6 37 146 134 255 10 | #define ANSI7 234 227 203 255 11 | 12 | #define ANSI8 0 30 39 255 13 | #define ANSI9 189 54 19 255 14 | #define ANSI10 71 91 98 255 15 | #define ANSI11 83 104 112 255 16 | #define ANSI12 112 130 132 255 17 | #define ANSI13 89 86 186 255 18 | #define ANSI14 129 144 144 255 19 | #define ANSI15 252 244 220 255 20 | 21 | #define BG_COLOR 252 244 220 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 209 28 36 100 // Color flash when bell rings 29 | 30 | #define CURSOR 83 104 112 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Calamity.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 213 206 217 255 // Foreground color 2 | 3 | #define ANSI0 47 40 51 255 4 | #define ANSI1 252 100 77 255 5 | #define ANSI2 165 246 156 255 6 | #define ANSI3 233 215 165 255 7 | #define ANSI4 59 121 199 255 8 | #define ANSI5 249 38 114 255 9 | #define ANSI6 116 211 222 255 10 | #define ANSI7 213 206 217 255 11 | 12 | #define ANSI8 126 108 136 255 13 | #define ANSI9 252 100 77 255 14 | #define ANSI10 165 246 156 255 15 | #define ANSI11 233 215 165 255 16 | #define ANSI12 59 121 199 255 17 | #define ANSI13 249 38 114 255 18 | #define ANSI14 116 211 222 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 47 40 51 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 252 100 77 100 // Color flash when bell rings 29 | 30 | #define CURSOR 213 206 217 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Espresso.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 255 255 255 // Foreground color 2 | 3 | #define ANSI0 53 53 53 255 4 | #define ANSI1 210 82 82 255 5 | #define ANSI2 165 194 97 255 6 | #define ANSI3 255 198 109 255 7 | #define ANSI4 108 153 187 255 8 | #define ANSI5 209 151 217 255 9 | #define ANSI6 190 214 255 255 10 | #define ANSI7 238 238 236 255 11 | 12 | #define ANSI8 83 83 83 255 13 | #define ANSI9 240 12 12 255 14 | #define ANSI10 194 224 117 255 15 | #define ANSI11 225 228 139 255 16 | #define ANSI12 138 183 217 255 17 | #define ANSI13 239 181 247 255 18 | #define ANSI14 220 244 255 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 50 50 50 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 210 82 82 100 // Color flash when bell rings 29 | 30 | #define CURSOR 214 214 214 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Hardcore.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 160 160 160 255 // Foreground color 2 | 3 | #define ANSI0 27 29 30 255 4 | #define ANSI1 249 38 114 255 5 | #define ANSI2 166 226 46 255 6 | #define ANSI3 253 151 31 255 7 | #define ANSI4 102 217 239 255 8 | #define ANSI5 158 111 254 255 9 | #define ANSI6 94 113 117 255 10 | #define ANSI7 204 204 198 255 11 | 12 | #define ANSI8 80 83 84 255 13 | #define ANSI9 255 102 157 255 14 | #define ANSI10 190 237 95 255 15 | #define ANSI11 230 219 116 255 16 | #define ANSI12 102 217 239 255 17 | #define ANSI13 158 111 254 255 18 | #define ANSI14 163 186 191 255 19 | #define ANSI15 248 248 242 255 20 | 21 | #define BG_COLOR 18 18 18 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 249 38 114 100 // Color flash when bell rings 29 | 30 | #define CURSOR 187 187 187 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/IR_Black.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 241 241 241 255 // Foreground color 2 | 3 | #define ANSI0 79 79 79 255 4 | #define ANSI1 250 108 96 255 5 | #define ANSI2 168 255 96 255 6 | #define ANSI3 255 254 183 255 7 | #define ANSI4 150 202 254 255 8 | #define ANSI5 250 115 253 255 9 | #define ANSI6 198 197 254 255 10 | #define ANSI7 239 237 239 255 11 | 12 | #define ANSI8 123 123 123 255 13 | #define ANSI9 252 182 176 255 14 | #define ANSI10 207 255 171 255 15 | #define ANSI11 255 255 204 255 16 | #define ANSI12 181 220 255 255 17 | #define ANSI13 251 156 254 255 18 | #define ANSI14 224 224 254 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 0 0 0 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 250 108 96 100 // Color flash when bell rings 29 | 30 | #define CURSOR 128 128 128 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/LiquidCarbonTransparentInverse.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 175 194 194 255 // Foreground color 2 | 3 | #define ANSI0 188 204 205 255 4 | #define ANSI1 255 48 48 255 5 | #define ANSI2 85 154 112 255 6 | #define ANSI3 204 172 0 255 7 | #define ANSI4 0 153 204 255 8 | #define ANSI5 204 105 200 255 9 | #define ANSI6 122 196 204 255 10 | #define ANSI7 0 0 0 255 11 | 12 | #define ANSI8 255 255 255 255 13 | #define ANSI9 255 48 48 255 14 | #define ANSI10 85 154 112 255 15 | #define ANSI11 204 172 0 255 16 | #define ANSI12 0 153 204 255 17 | #define ANSI13 204 105 200 255 18 | #define ANSI14 122 196 204 255 19 | #define ANSI15 0 0 0 255 20 | 21 | #define BG_COLOR 0 0 0 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 48 48 100 // Color flash when bell rings 29 | 30 | #define CURSOR 255 255 255 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/NocturnalWinter.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 230 229 229 255 // Foreground color 2 | 3 | #define ANSI0 77 77 77 255 4 | #define ANSI1 241 45 82 255 5 | #define ANSI2 9 205 126 255 6 | #define ANSI3 245 241 122 255 7 | #define ANSI4 49 130 224 255 8 | #define ANSI5 255 43 109 255 9 | #define ANSI6 9 200 122 255 10 | #define ANSI7 252 252 252 255 11 | 12 | #define ANSI8 128 128 128 255 13 | #define ANSI9 241 109 134 255 14 | #define ANSI10 10 231 141 255 15 | #define ANSI11 255 252 103 255 16 | #define ANSI12 96 150 255 255 17 | #define ANSI13 255 120 162 255 18 | #define ANSI14 10 231 141 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 13 13 23 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 241 45 82 100 // Color flash when bell rings 29 | 30 | #define CURSOR 230 229 229 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/RedPlanet.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 194 183 144 255 // Foreground color 2 | 3 | #define ANSI0 32 32 32 255 4 | #define ANSI1 140 52 50 255 5 | #define ANSI2 114 130 113 255 6 | #define ANSI3 232 191 106 255 7 | #define ANSI4 105 129 158 255 8 | #define ANSI5 137 100 146 255 9 | #define ANSI6 91 131 144 255 10 | #define ANSI7 185 170 153 255 11 | 12 | #define ANSI8 103 103 103 255 13 | #define ANSI9 181 82 66 255 14 | #define ANSI10 134 153 133 255 15 | #define ANSI11 235 235 145 255 16 | #define ANSI12 96 130 126 255 17 | #define ANSI13 222 73 116 255 18 | #define ANSI14 56 173 216 255 19 | #define ANSI15 214 191 184 255 20 | 21 | #define BG_COLOR 34 34 34 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 140 52 50 100 // Color flash when bell rings 29 | 30 | #define CURSOR 194 183 144 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Rippedcasts.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 255 255 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 205 175 149 255 5 | #define ANSI2 168 255 96 255 6 | #define ANSI3 191 187 31 255 7 | #define ANSI4 117 165 176 255 8 | #define ANSI5 255 115 253 255 9 | #define ANSI6 90 100 126 255 10 | #define ANSI7 191 191 191 255 11 | 12 | #define ANSI8 102 102 102 255 13 | #define ANSI9 238 203 173 255 14 | #define ANSI10 188 238 104 255 15 | #define ANSI11 229 229 0 255 16 | #define ANSI12 134 189 201 255 17 | #define ANSI13 229 0 229 255 18 | #define ANSI14 140 155 196 255 19 | #define ANSI15 229 229 229 255 20 | 21 | #define BG_COLOR 43 43 43 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 205 175 149 100 // Color flash when bell rings 29 | 30 | #define CURSOR 127 127 127 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Ryuuko.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 236 236 236 255 // Foreground color 2 | 3 | #define ANSI0 44 57 65 255 4 | #define ANSI1 134 95 91 255 5 | #define ANSI2 102 144 125 255 6 | #define ANSI3 177 169 144 255 7 | #define ANSI4 106 142 149 255 8 | #define ANSI5 177 138 115 255 9 | #define ANSI6 136 178 172 255 10 | #define ANSI7 236 236 236 255 11 | 12 | #define ANSI8 93 112 121 255 13 | #define ANSI9 134 95 91 255 14 | #define ANSI10 102 144 125 255 15 | #define ANSI11 177 169 144 255 16 | #define ANSI12 106 142 149 255 17 | #define ANSI13 177 138 115 255 18 | #define ANSI14 136 178 172 255 19 | #define ANSI15 236 236 236 255 20 | 21 | #define BG_COLOR 44 57 65 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 134 95 91 100 // Color flash when bell rings 29 | 30 | #define CURSOR 236 236 236 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Slate.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 53 177 210 255 // Foreground color 2 | 3 | #define ANSI0 34 34 34 255 4 | #define ANSI1 226 168 191 255 5 | #define ANSI2 129 215 120 255 6 | #define ANSI3 196 201 192 255 7 | #define ANSI4 38 75 73 255 8 | #define ANSI5 164 129 211 255 9 | #define ANSI6 21 171 156 255 10 | #define ANSI7 2 197 224 255 11 | 12 | #define ANSI8 255 255 255 255 13 | #define ANSI9 255 205 217 255 14 | #define ANSI10 190 255 168 255 15 | #define ANSI11 208 204 202 255 16 | #define ANSI12 122 176 210 255 17 | #define ANSI13 197 167 217 255 18 | #define ANSI14 140 223 224 255 19 | #define ANSI15 224 224 224 255 20 | 21 | #define BG_COLOR 34 34 34 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 226 168 191 100 // Color flash when bell rings 29 | 30 | #define CURSOR 135 211 196 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/SoftServer.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 153 163 162 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 162 104 106 255 5 | #define ANSI2 154 165 106 255 6 | #define ANSI3 163 144 106 255 7 | #define ANSI4 107 143 163 255 8 | #define ANSI5 106 113 163 255 9 | #define ANSI6 107 165 143 255 10 | #define ANSI7 153 163 162 255 11 | 12 | #define ANSI8 102 108 108 255 13 | #define ANSI9 221 92 96 255 14 | #define ANSI10 191 223 85 255 15 | #define ANSI11 222 179 96 255 16 | #define ANSI12 98 177 223 255 17 | #define ANSI13 96 110 223 255 18 | #define ANSI14 100 227 156 255 19 | #define ANSI15 210 224 222 255 20 | 21 | #define BG_COLOR 36 38 38 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 162 104 106 100 // Color flash when bell rings 29 | 30 | #define CURSOR 210 224 222 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Square.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 172 172 171 255 // Foreground color 2 | 3 | #define ANSI0 5 5 5 255 4 | #define ANSI1 233 137 124 255 5 | #define ANSI2 182 55 125 255 6 | #define ANSI3 236 235 190 255 7 | #define ANSI4 169 205 235 255 8 | #define ANSI5 117 80 123 255 9 | #define ANSI6 201 202 236 255 10 | #define ANSI7 242 242 242 255 11 | 12 | #define ANSI8 20 20 20 255 13 | #define ANSI9 249 146 134 255 14 | #define ANSI10 195 247 134 255 15 | #define ANSI11 252 251 204 255 16 | #define ANSI12 182 222 251 255 17 | #define ANSI13 173 127 168 255 18 | #define ANSI14 215 217 252 255 19 | #define ANSI15 226 226 226 255 20 | 21 | #define BG_COLOR 26 26 26 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 233 137 124 100 // Color flash when bell rings 29 | 30 | #define CURSOR 252 251 204 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Teerb.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 208 208 208 255 // Foreground color 2 | 3 | #define ANSI0 28 28 28 255 4 | #define ANSI1 214 134 134 255 5 | #define ANSI2 174 214 134 255 6 | #define ANSI3 215 175 135 255 7 | #define ANSI4 134 174 214 255 8 | #define ANSI5 214 174 214 255 9 | #define ANSI6 138 219 180 255 10 | #define ANSI7 208 208 208 255 11 | 12 | #define ANSI8 28 28 28 255 13 | #define ANSI9 214 134 134 255 14 | #define ANSI10 174 214 134 255 15 | #define ANSI11 228 201 175 255 16 | #define ANSI12 134 174 214 255 17 | #define ANSI13 214 174 214 255 18 | #define ANSI14 177 231 221 255 19 | #define ANSI15 239 239 239 255 20 | 21 | #define BG_COLOR 38 38 38 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 214 134 134 100 // Color flash when bell rings 29 | 30 | #define CURSOR 228 201 175 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/UltraViolent.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 193 193 193 255 // Foreground color 2 | 3 | #define ANSI0 36 39 40 255 4 | #define ANSI1 255 0 144 255 5 | #define ANSI2 182 255 0 255 6 | #define ANSI3 255 247 39 255 7 | #define ANSI4 71 224 251 255 8 | #define ANSI5 215 49 255 255 9 | #define ANSI6 14 255 187 255 10 | #define ANSI7 225 225 225 255 11 | 12 | #define ANSI8 99 102 103 255 13 | #define ANSI9 251 88 180 255 14 | #define ANSI10 222 255 140 255 15 | #define ANSI11 235 224 135 255 16 | #define ANSI12 127 236 255 255 17 | #define ANSI13 230 129 255 255 18 | #define ANSI14 105 252 211 255 19 | #define ANSI15 249 249 245 255 20 | 21 | #define BG_COLOR 36 39 40 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 0 144 100 // Color flash when bell rings 29 | 30 | #define CURSOR 193 193 193 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Whimsy.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 179 176 214 255 // Foreground color 2 | 3 | #define ANSI0 83 81 120 255 4 | #define ANSI1 239 100 135 255 5 | #define ANSI2 94 202 137 255 6 | #define ANSI3 253 216 119 255 7 | #define ANSI4 101 174 247 255 8 | #define ANSI5 170 127 240 255 9 | #define ANSI6 67 193 190 255 10 | #define ANSI7 255 255 255 255 11 | 12 | #define ANSI8 83 81 120 255 13 | #define ANSI9 239 100 135 255 14 | #define ANSI10 94 202 137 255 15 | #define ANSI11 253 216 119 255 16 | #define ANSI12 101 174 247 255 17 | #define ANSI13 170 127 240 255 18 | #define ANSI14 67 193 190 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 41 40 59 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 239 100 135 100 // Color flash when bell rings 29 | 30 | #define CURSOR 179 176 214 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Zenburn.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 220 220 204 255 // Foreground color 2 | 3 | #define ANSI0 77 77 77 255 4 | #define ANSI1 112 80 80 255 5 | #define ANSI2 96 180 138 255 6 | #define ANSI3 240 223 175 255 7 | #define ANSI4 80 96 112 255 8 | #define ANSI5 220 140 195 255 9 | #define ANSI6 140 208 211 255 10 | #define ANSI7 220 220 204 255 11 | 12 | #define ANSI8 112 144 128 255 13 | #define ANSI9 220 163 163 255 14 | #define ANSI10 195 191 159 255 15 | #define ANSI11 224 207 159 255 16 | #define ANSI12 148 191 243 255 17 | #define ANSI13 236 147 211 255 18 | #define ANSI14 147 224 227 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 63 63 63 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 112 80 80 100 // Color flash when bell rings 29 | 30 | #define CURSOR 115 99 90 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/idleToes.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 255 255 255 255 // Foreground color 2 | 3 | #define ANSI0 50 50 50 255 4 | #define ANSI1 210 82 82 255 5 | #define ANSI2 127 225 115 255 6 | #define ANSI3 255 198 109 255 7 | #define ANSI4 64 153 255 255 8 | #define ANSI5 246 128 255 255 9 | #define ANSI6 190 214 255 255 10 | #define ANSI7 238 238 236 255 11 | 12 | #define ANSI8 83 83 83 255 13 | #define ANSI9 240 112 112 255 14 | #define ANSI10 157 255 145 255 15 | #define ANSI11 255 228 139 255 16 | #define ANSI12 94 183 247 255 17 | #define ANSI13 255 157 255 255 18 | #define ANSI14 220 244 255 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 50 50 50 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 210 82 82 100 // Color flash when bell rings 29 | 30 | #define CURSOR 214 214 214 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/lovelace.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 253 253 253 255 // Foreground color 2 | 3 | #define ANSI0 40 42 54 255 4 | #define ANSI1 243 127 151 255 5 | #define ANSI2 90 222 205 255 6 | #define ANSI3 242 162 114 255 7 | #define ANSI4 136 151 244 255 8 | #define ANSI5 197 116 221 255 9 | #define ANSI6 121 230 243 255 10 | #define ANSI7 253 253 253 255 11 | 12 | #define ANSI8 65 68 88 255 13 | #define ANSI9 255 73 113 255 14 | #define ANSI10 24 227 200 255 15 | #define ANSI11 255 128 55 255 16 | #define ANSI12 85 111 255 255 17 | #define ANSI13 176 67 209 255 18 | #define ANSI14 63 220 238 255 19 | #define ANSI15 190 190 193 255 20 | 21 | #define BG_COLOR 29 31 40 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 243 127 151 100 // Color flash when bell rings 29 | 30 | #define CURSOR 197 116 221 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/rebecca.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 232 230 237 255 // Foreground color 2 | 3 | #define ANSI0 18 19 30 255 4 | #define ANSI1 221 119 85 255 5 | #define ANSI2 4 219 181 255 6 | #define ANSI3 242 231 183 255 7 | #define ANSI4 122 165 255 255 8 | #define ANSI5 191 156 249 255 9 | #define ANSI6 86 211 194 255 10 | #define ANSI7 228 227 233 255 11 | 12 | #define ANSI8 102 102 153 255 13 | #define ANSI9 255 146 205 255 14 | #define ANSI10 1 234 192 255 15 | #define ANSI11 255 252 168 255 16 | #define ANSI12 105 192 250 255 17 | #define ANSI13 193 127 248 255 18 | #define ANSI14 139 253 225 255 19 | #define ANSI15 244 242 249 255 20 | 21 | #define BG_COLOR 41 42 68 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 221 119 85 100 // Color flash when bell rings 29 | 30 | #define CURSOR 184 155 249 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/AtelierSulphurpool.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 151 157 180 255 // Foreground color 2 | 3 | #define ANSI0 32 39 70 255 4 | #define ANSI1 201 73 34 255 5 | #define ANSI2 172 151 57 255 6 | #define ANSI3 192 139 48 255 7 | #define ANSI4 61 143 209 255 8 | #define ANSI5 102 121 204 255 9 | #define ANSI6 34 162 201 255 10 | #define ANSI7 151 157 180 255 11 | 12 | #define ANSI8 107 115 148 255 13 | #define ANSI9 199 107 41 255 14 | #define ANSI10 41 50 86 255 15 | #define ANSI11 94 102 135 255 16 | #define ANSI12 137 142 164 255 17 | #define ANSI13 223 226 241 255 18 | #define ANSI14 156 99 122 255 19 | #define ANSI15 245 247 255 255 20 | 21 | #define BG_COLOR 32 39 70 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 201 73 34 100 // Color flash when bell rings 29 | 30 | #define CURSOR 151 157 180 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/Chalkboard.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 217 230 242 255 // Foreground color 2 | 3 | #define ANSI0 0 0 0 255 4 | #define ANSI1 195 115 114 255 5 | #define ANSI2 114 195 115 255 6 | #define ANSI3 194 195 114 255 7 | #define ANSI4 115 114 195 255 8 | #define ANSI5 195 114 194 255 9 | #define ANSI6 114 194 195 255 10 | #define ANSI7 217 217 217 255 11 | 12 | #define ANSI8 50 50 50 255 13 | #define ANSI9 219 170 170 255 14 | #define ANSI10 170 219 170 255 15 | #define ANSI11 218 219 170 255 16 | #define ANSI12 170 170 219 255 17 | #define ANSI13 219 170 218 255 18 | #define ANSI14 170 218 219 255 19 | #define ANSI15 255 255 255 255 20 | 21 | #define BG_COLOR 41 38 47 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 195 115 114 100 // Color flash when bell rings 29 | 30 | #define CURSOR 217 230 242 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/ChallengerDeep.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 203 225 231 255 // Foreground color 2 | 3 | #define ANSI0 20 18 40 255 4 | #define ANSI1 255 84 88 255 5 | #define ANSI2 98 209 150 255 6 | #define ANSI3 255 179 120 255 7 | #define ANSI4 101 178 255 255 8 | #define ANSI5 144 108 255 255 9 | #define ANSI6 99 242 241 255 10 | #define ANSI7 166 179 204 255 11 | 12 | #define ANSI8 86 85 117 255 13 | #define ANSI9 255 128 128 255 14 | #define ANSI10 149 255 164 255 15 | #define ANSI11 255 233 170 255 16 | #define ANSI12 145 221 255 255 17 | #define ANSI13 201 145 225 255 18 | #define ANSI14 170 255 228 255 19 | #define ANSI15 203 227 231 255 20 | 21 | #define BG_COLOR 30 28 49 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 255 84 88 100 // Color flash when bell rings 29 | 30 | #define CURSOR 251 252 252 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/OneHalfDark.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 220 223 228 255 // Foreground color 2 | 3 | #define ANSI0 40 44 52 255 4 | #define ANSI1 224 108 117 255 5 | #define ANSI2 152 195 121 255 6 | #define ANSI3 229 192 123 255 7 | #define ANSI4 97 175 239 255 8 | #define ANSI5 198 120 221 255 9 | #define ANSI6 86 182 194 255 10 | #define ANSI7 220 223 228 255 11 | 12 | #define ANSI8 40 44 52 255 13 | #define ANSI9 224 108 117 255 14 | #define ANSI10 152 195 121 255 15 | #define ANSI11 229 192 123 255 16 | #define ANSI12 97 175 239 255 17 | #define ANSI13 198 120 221 255 18 | #define ANSI14 86 182 194 255 19 | #define ANSI15 220 223 228 255 20 | 21 | #define BG_COLOR 40 44 52 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 224 108 117 100 // Color flash when bell rings 29 | 30 | #define CURSOR 163 179 204 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | -------------------------------------------------------------------------------- /themes/OperatorMonoDark.edc: -------------------------------------------------------------------------------- 1 | #define COL_DEF 195 202 194 255 // Foreground color 2 | 3 | #define ANSI0 90 90 90 255 4 | #define ANSI1 202 55 45 255 5 | #define ANSI2 77 123 58 255 6 | #define ANSI3 212 214 151 255 7 | #define ANSI4 67 135 207 255 8 | #define ANSI5 184 108 180 255 9 | #define ANSI6 114 213 198 255 10 | #define ANSI7 206 212 205 255 11 | 12 | #define ANSI8 154 155 153 255 13 | #define ANSI9 195 125 98 255 14 | #define ANSI10 131 208 162 255 15 | #define ANSI11 253 253 197 255 16 | #define ANSI12 137 211 246 255 17 | #define ANSI13 255 44 122 255 18 | #define ANSI14 130 234 218 255 19 | #define ANSI15 253 253 246 255 20 | 21 | #define BG_COLOR 25 25 25 255 22 | 23 | 24 | 25 | 26 | #define BELL ANSI1 // Color of the bell 27 | 28 | #define BELL_OVERLAY_COLOR 202 55 45 100 // Color flash when bell rings 29 | 30 | #define CURSOR 252 220 8 // Cursor color 31 | 32 | #define LINK ANSI4 // Color of the link underline 33 | 34 | #define MEDIA_BG BG_COLOR // Background color of the popmedia 35 | 36 | 37 | 38 | 39 | #include "../assets/base.edc" 40 | --------------------------------------------------------------------------------