embark-theme / vim

An ambitious theme for vim
https://embark-theme.github.io/
MIT License
650 stars 26 forks source link

Sharing: alacritty theme #17

Closed hlidotbe closed 3 years ago

hlidotbe commented 3 years ago

Hi,

To complete the collection here's a port of the kitty theme for alacritty:

colors:
  primary:
    background: '0x1e1c31'
    foreground: '0xeeffff'
  cursor:
    text: '0x1e1c31'
    cursor: '0xa1efd3'
  normal:
    black: '0x1e1c31'
    red: '0xf0719b'
    green: '0xa1efd3'
    yellow: '0xffe9aa'
    blue: '0x57c7ff'
    magenta: '0xc792ea'
    cyan: '0x87dfeb'
    white: '0xf8f8f2'
  bright:
    black: '0x585273'
    red: '0xf02e6e'
    green: '0x2ce592'
    yellow: '0xffb378'
    blue: '0x1da0e2'
    magenta: '0xa742ea'
    cyan: '0x63f2f1'
    white: '0xa6b3cc'

Looks like this:

image

reobin commented 3 years ago

Good stuff @hlidotbe !

There should be a list of those on the readme (kitty, alacritty, iTerm2, tmux, etc.)

Check out what iceberg.vim has done

unknowledgeable commented 3 years ago

@reobin I like that idea for easy navigation from each theme's repo, in the meantime you should be able to find all the officially supported themes in the embark organization here.

reobin commented 3 years ago

@hlidotbe Did you create this? You should create a repo so that it can be linked

skbolton commented 3 years ago

For really simple theme files (like terminals) the end goal is to generate them in the site that I will eventually create. Until that day I am just creating repos for each theme. I’ll create an alacritty repo

skbolton commented 3 years ago

@hlidotbe if you wanna issue a pr here for this theme great. If not I’ll get to it in the next few days.

hlidotbe commented 3 years ago

Great thanks! I’ll do that today.

On Tue, 22 Sep 2020 at 07:18 Stephen Bolton notifications@github.com wrote:

@hlidotbe https://github.com/hlidotbe if you wanna issue a pr here https://github.com/embark-theme/alacritty for this theme great. If not I’ll get to it in the next few days.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/embark-theme/vim/issues/17#issuecomment-696512941, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABPLHLIN6R4M5ENBXK6DW3SHAXUBANCNFSM4RUJ23PA .

-- Hugues Lismonde