Skip to content

Palette inspired by the beautiful UIs of Neon Genesis Evangelion

License

Notifications You must be signed in to change notification settings

lotap/magi-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magi Theme

Magi is a palette inspired by the beautiful UIs of Neon Genesis Evangelion

Screenshot of lazygit

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 terminal

Lazygit Config (.lazygit.yml in your repo parent dir)

gui:
  nerdFontsVersion: "3"
  showFileIcons: true
  theme:
    selectedLineBgColor:
      - bold
git:
  paging:
    pager: "delta --paging=never"

Palette

Color swatches

Color Picker - F06800

magi-normal

magi-bright

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

Usage

So far, I have only made this into an Alacritty theme, but more may come.

Alacritty

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"]

Ghostty (WIP)

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)

Fish Shell (WIP)

Add the following lines to ~/.config/fish/config.fish:

set -g fish_color_command bryellow
set -g fish_pager_color_progress black --background=yellow

Or 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

About

Palette inspired by the beautiful UIs of Neon Genesis Evangelion

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published