A dark violet theme for the micro editor ported from Ancient One Dark. This theme uses a color palette similar to Ninomae Ina'nis from Hololive English.
Make sure both terminal and micro are capable and set to use the truecolor palette:
echo 'export COLORTERM=truecolor' >> ~/.bashrc
echo 'export MICRO_TRUECOLOR=1' >> ~/.bashrc
. ~/.bashrc
Navigate to the config directory of micro editor (default is $HOME/.config/micro
).
If necessary create the directory colorschemes
inside the config directory.
Copy the 3 files with .micro
extention to ./colorschemes/
.
Inside the editor open the command line by pressing Ctrl + E and type set colorscheme
+ the scheme you want to activate: set colorscheme AO-Dark-color-tc
. Then press Enter.
Set the environment variable MICRO_TRUECOLOR
to 1. Restart the Command Prompt to apply the changes.
Navigate to the config directory of micro editor (default is %USERPROFILE%\.config\micro
).
If necessary create the directory colorschemes
inside the config directory.
Copy the 3 files with .micro
extention to .\colorschemes\
.
Inside the editor open the command line by pressing Ctrl + E and type set colorscheme
+ the scheme you want to activate: set colorscheme AO-Dark-color-tc
. Then press Enter.