Skip to content

Wezterm: Gruvbox Light colour scheme has inverted normal and bright colours #370

Open
@gravndal

Description

@gravndal

ansi = ["#fbf1c7","#9d0006","#79740e","#b57614","#076678","#8f3f71","#427b58","#3c3836"]
brights = ["#9d8374","#cc241d","#98971a","#d79921","#458588","#b16186","#689d69","#7c6f64"]

The non-white ansi/brights colours are inverted when compared to the original vim colorscheme: https://github.com/morhetz/gruvbox.

Direct link to image showing original light palette: https://camo.githubusercontent.com/d080d9c204408ef06b862b76bc795f930b3a9b1be4c5d2de149f1d8eb765b660/687474703a2f2f692e696d6775722e636f6d2f3439714b7959572e706e67

The corrected colour arrays should be:

ansi    = ['#fbf1c7','#cc241d','#98971a','#d79921','#458588','#b16186','#689d69','#7c6f64']
brights = ['#9d8374','#9d0006','#79740e','#b57614','#076678','#8f3f71','#427b58','#3c3836']

Note that the brights are actually darker, which in turn makes them stand out more when set against the light background.

Ref: wezterm/wezterm#2160

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions