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

Setting wsl theme to gruvbox dark #106

Open
Nishant-Pall opened this issue Dec 13, 2020 · 2 comments
Open

Setting wsl theme to gruvbox dark #106

Nishant-Pall opened this issue Dec 13, 2020 · 2 comments

Comments

@Nishant-Pall
Copy link

I've been using fish shell in ubuntu 20.04 wsl and I've been looking to add the gruvbox theme, and I can't find any way to do so, please help me out here as I'm a newbie to changing config files and stuff.

@bendoin
Copy link

bendoin commented Jan 5, 2021

You have to set the color theme for the Windows Terminal itself https://docs.microsoft.com/en-us/windows/terminal/customize-settings/color-schemes instead of fish.

I used this file https://github.com/russdb/gruvbox-windows-terminal/blob/master/gruvbox_dark to get the color values.

@bukzor
Copy link

bukzor commented Aug 3, 2022

The linked version doesn't set foreground/background correctly, and neglects cursor and selected-background entirely. Here's my improvement:

        {
            "name": "Gruvbox Dark",
            "background": "#282828",
            "selectionBackground": "#7C6F64",
            "foreground": "#FBF1C7",
            "cursorColor": "#7C6F64",

            "black": "#282828",
            "blue": "#458588",
            "brightBlack": "#928374",
            "brightBlue": "#83A598",
            "brightCyan": "#8EC07C",
            "brightGreen": "#B8BB26",
            "brightPurple": "#D3869B",
            "brightRed": "#FB4934",
            "brightWhite": "#EBDBB2",
            "brightYellow": "#FABD2F",
            "cyan": "#689D6A",
            "green": "#98971A",
            "purple": "#B16286",
            "red": "#CC241D",
            "white": "#A89984",
            "yellow": "#D79921"
        },

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

3 participants