Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create base16 schema #14

Closed
guifuentes8 opened this issue Dec 6, 2023 · 4 comments
Closed

Create base16 schema #14

guifuentes8 opened this issue Dec 6, 2023 · 4 comments
Assignees

Comments

@guifuentes8
Copy link

Hello!
I love this theme, its perfect!!
Thank you!!

Can you create a schema in base16 framework?
https://github.com/chriskempson/base16

I created for myself but is better if you can design your base16-theme for more consistence with your vim theme.

My theme kyotonight.yaml:

# scheme: "kyotonight-"
# author: "https://github.com/shrikecode/kyotonight.vim/"
scheme: "kyotonight"
author: "shrikecode"
base00: "1a1b26"
base01: "292e42"
base02: "32344a"
base03: "33467c"
base04: "545c7e"
base05: "a9b1d6"
base06: "c0caf5"
base07: "e4e4e5"
base08: "f7768e"
base09: "9ece6a"
base0A: "e0af68"
base0B: "7aa2f7"
base0C: "ad8ee6"
base0D: "73daca"
base0E: "ff9e64"
base0F: "db4b4b"
@wmwnuk wmwnuk self-assigned this Dec 10, 2023
@wmwnuk
Copy link
Contributor

wmwnuk commented Dec 13, 2023

Sorry for the delay, I'm looking into this to make sure it's all nice, but your code looks good to me. But will let you know. I'm not very familiar with base16, so I need a moment, but it also seems pretty cool. :)

@wmwnuk
Copy link
Contributor

wmwnuk commented Dec 13, 2023

Ok, I think I've got something right here, but I tested it only with base16-vim template. Can you take a look and maybe suggest changes? @guifuentes8

scheme: "kyotonight"
author: "shrikecode"
base00: "1a1b26"
base01: "292e42"
base02: "32344a"
base03: "565f89"
base04: "545c7e"
base05: "a9b1d6"
base06: "c0caf5"
base07: "b4f9f8"
base08: "f7768e"
base09: "bb9af7"
base0A: "e0af68"
base0B: "7aa2f7"
base0C: "ad8ee6"
base0D: "73daca"
base0E: "7dcfff"
base0F: "db4b4b"

I also think that to follow what base16 is doing, I will create a new repo for this scheme (so you don't get all of the vim stuff and extras if you just want the scheme to run with builder).

@guifuentes8
Copy link
Author

It's a good idea to leave it in a new repo, it makes more sense. As for the theme you created, I think it's perfect! I had taken the colors from your theme and created them randomly (what came to mind =) ), but yours was more consistent with Base16's proposal. Everything is fine on my part, thank you very much for your help and attention!! @wmwnuk

@wmwnuk
Copy link
Contributor

wmwnuk commented Dec 25, 2023

base16 scheme repo was created: https://github.com/shrikecode/base16-kyotonight-scheme

Thanks for the suggestion!

@wmwnuk wmwnuk closed this as completed Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants