Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.76 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.76 KB

Ancient One Dark for Micro

AO-Dark-color

example1.png

AO-Dark-Slate-color

example1.png

AO-Dark-Violet-color

example1.png

About

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.

Installation

Make sure both terminal and micro are capable and set to use the truecolor palette:

Linux / bash

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.

Windows

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.