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

Onenord Light Theme #16

Merged
merged 7 commits into from
Dec 7, 2021
Merged

Onenord Light Theme #16

merged 7 commits into from
Dec 7, 2021

Conversation

rmehri01
Copy link
Owner

@rmehri01 rmehri01 commented Dec 5, 2021

Closes #15

@rmehri01
Copy link
Owner Author

rmehri01 commented Dec 5, 2021

Feel free to try it out and leave any suggestions @dakennguyen! I'll change the variations of colors (such as dark and light) once we decide that the base ones are good.

@rmehri01
Copy link
Owner Author

rmehri01 commented Dec 5, 2021

Oh yeah I forgot to mention, you can do :colorscheme onenord and :colorscheme onenordlight now to see the difference or configure it in the setup function using style = "dark/light".

@dakennguyen
Copy link
Contributor

Feel free to try it out and leave any suggestions @dakennguyen! I'll change the variations of colors (such as dark and light) once we decide that the base ones are good.

I tried it out. I have a dilemma 😂 . The color looks great on my macbook's screen, but for my 27inch monitor, it's a little too bright for me. Especially for cyan and yellow (I tested with Ruby)
image

I tried to dim the background a little bit with this:

bg = #eeeeee
colors.active = "#e5e5e5"
colors.float = "#e5e5e5"
colors.highlight = "#e5e5e5"
colors.selection = "#e5e5e5"

image
But then seems like the whole color palette needs to be adjusted too. The background doesn't go well with the current colors
It's up to you then cause I'm also no expert on this 😄

Also, what do you think about relying on vim.opt.background = 'dark'/'light' to toggle between the 2 modes? I see many other schemes do it this way

@rmehri01
Copy link
Owner Author

rmehri01 commented Dec 5, 2021

I tried it out. I have a dilemma 😂 . The color looks great on my macbook's screen, but for my 27inch monitor, it's a little too bright for me. Especially for cyan and yellow (I tested with Ruby)

Good to know! I'm still experimenting with some colors, I think a gold or more brownish color like #9B8B38 would be better instead of yellow since yellow doesn't go well on white. I'll also try darkening some of the others.

But then seems like the whole color palette needs to be adjusted too. The background doesn't go well with the current colors
It's up to you then cause I'm also no expert on this 😄

Yeah I tried it out too and that seems to be the case, I think I like the brighter background more but I'm not an expert either 😅

Also, what do you think about relying on vim.opt.background = 'dark'/'light' to toggle between the 2 modes? I see many other schemes do it this way

I think this is a good idea, I'll add it in!

@rmehri01
Copy link
Owner Author

rmehri01 commented Dec 6, 2021

@dakennguyen Could you try out the new colors, hopefully they are a bit better!

@dakennguyen
Copy link
Contributor

@rmehri01 awesome!! I love the new color palette!!! Could you also rework the diff_* section color? Then no more comment from me. Let's merge and see feedback from the others 😄 Thank you!

@rmehri01
Copy link
Owner Author

rmehri01 commented Dec 7, 2021

Yup! I'll be sure to do the lighter and darker colors as well, I just wanted to confirm the base colors.

@rmehri01 rmehri01 marked this pull request as ready for review December 7, 2021 04:36
@rmehri01
Copy link
Owner Author

rmehri01 commented Dec 7, 2021

Alright, I think this should be good. Thanks again for the help and suggestion @dakennguyen!

@rmehri01 rmehri01 merged commit b1d394a into main Dec 7, 2021
@rmehri01 rmehri01 deleted the light-theme branch December 7, 2021 04:37
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

Successfully merging this pull request may close these issues.

Feature request - light mode
2 participants