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

does anyone know what this theme is? #128

Open
lucasfellipec opened this issue Aug 26, 2024 · 4 comments
Open

does anyone know what this theme is? #128

lucasfellipec opened this issue Aug 26, 2024 · 4 comments

Comments

@lucasfellipec
Copy link

lucasfellipec commented Aug 26, 2024

hello! does anyone know what this theme is?

CleanShot 2024-08-26 at 13 23 39@2x

@lucasfellipec lucasfellipec changed the title does anyone know what that theme is? does anyone know what this theme is? Aug 27, 2024
@noreox
Copy link

noreox commented Sep 4, 2024

The theme is called "Tokyonight".
To change the theme, you need to edit the file along the path: yourPathTo/nvim/lua/theprimeagen/lazy/colors.lua

For some reason, the Tokyonight theme appears twice in this file, but the default Tokyonight theme does not work, so you will need to move the "ColorMyPencils()" function from one place to another, in this case from the first original Tokyonight theme settings, to the second Tokyonight theme settings, moving the function mentioned earlier, after the line "config = function()"

@lucasfellipec
Copy link
Author

The theme is called "Tokyonight". To change the theme, you need to edit the file along the path: yourPathTo/nvim/lua/theprimeagen/lazy/colors.lua

For some reason, the Tokyonight theme appears twice in this file, but the default Tokyonight theme does not work, so you will need to move the "ColorMyPencils()" function from one place to another, in this case from the first original Tokyonight theme settings, to the second Tokyonight theme settings, moving the function mentioned earlier, after the line "config = function()"

are u sure? doesn't look like this theme

CleanShot 2024-09-04 at 16 24 29@2x

@noreox
Copy link

noreox commented Sep 4, 2024

Yeah, I guess that's it, but it looks like WezTerm uses a different color scheme (or something) that doesn't seem to be directly related to neovim.
Primeagen itself uses Alacritty as a terminal emulator, where the color scheme is different from many by default.

But in my case, this solution helped me get approximately similar result from the original screenshot.

it looks like this for me:
2024-09-04_23-05-20_screenshot

@noreox
Copy link

noreox commented Sep 4, 2024

I finally found the original name of the theme, it is called "rose-pine” (https://github.com/rose-pine/neovim)

It's just under the "Tokyonight" theme setting, you just need to do the same as before (move the function)
P.S Although for some reason my "Tokyonight" theme already links to the "rose-pine" theme, so for some reason both solutions work for me lol

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