Magi is a palette inspired by the beautiful UIs of Neon Genesis Evangelion
To replicate the exact look of this screenshot, you will need:
Delta Config (
~/.gitconfig)[core] pager = delta [delta] line-numbers = true syntax-theme = base16 # This theme only uses colors set by the terminalLazygit Config (
.lazygit.ymlin your repo parent dir)gui: nerdFontsVersion: "3" showFileIcons: true theme: selectedLineBgColor: - bold git: paging: pager: "delta --paging=never"
Orange Primary: #f06800
| Color | Normal | Bright |
|---|---|---|
| Black | #000000 | #484848 |
| Red | #a00010 | #c80010 |
| Green | #409820 | #50ff10 |
| Yellow | #f4b000 | #f0f0a0 |
| Blue | #5090c8 | #40c8e8 |
| Magenta | #a06090 | #b040a0 |
| Cyan | #60f0a0 | #3cffd0 |
| White | #b0b0b0 | #e8e8e8 |
So far, I have only made this into an Alacritty theme, but more may come.
Copy the contents of alacritty.toml into your alacritty config file (~/.config/alacritty/alacritty.toml by default)
Or download the whole file and import it:
[general]
import = ["~/.config/alacritty/themes/magi.toml"]I don't have beta access, so the current config is my best guess based on what's in https://github.com/mbadolato/iTerm2-Color-Schemes/tree/master/ghostty
Copy the contents of ghostty and paste the content in your Ghostty config file (~/.config/ghostty/config)
Add the following lines to ~/.config/fish/config.fish:
set -g fish_color_command bryellow
set -g fish_pager_color_progress black --background=yellowOr copy the contents of fish.theme to ~/.config/fish/themes/magi.theme then run fish_config theme save magi
Add the following lines to ~/.config/fish/config.fish:
set -g tide_character_color yellow
set -g tide_git_color_branch yellow
set -g tide_pwd_color_anchors brblue
set -g tide_pwd_color_dirs blue