Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version 14 Theme for gh-dash

A gh-dash theme built around the Version 14 brand palette, the same palette used across the Zed, VS Code, Neovim/Vim, Ghostty, and Starship ports.

Variants

Variant File
Version 14 version14.yml
Version 14 Black version14-black.yml
Version 14 Light version14-light.yml

The violet accent (text.secondary, text.actor, border.primary, icon.owner) is a placeholder hue, standing in for a retired lime green accent while a permanent replacement is chosen.

Installation

  1. Get the variant file you want.

    Download it directly:

    curl -o /tmp/version14-theme.yml \
      https://raw.githubusercontent.com/version14/gh-dash-theme/main/version14.yml

    Or clone the repo to grab all three:

    git clone https://github.com/version14/gh-dash-theme
  2. Replace the theme: block in ~/.config/gh-dash/config.yml with the contents of that file. gh-dash's theme schema covers text.primary/secondary/inverted/faint/warning/success/actor, background.selected, border.primary/secondary/faint, and icon.newcontributor/contributor/collaborator/member/owner/unknownrole. Every file here fills in all of them.

  3. Run gh dash to apply.

Verify

If config.yml has a YAML syntax error, gh dash fails to start and prints a parse error rather than ignoring the bad section. That failure is your signal to check indentation against the variant file.

Color Roles

Key Version 14 Version 14 Black Version 14 Light
text.primary #F2F4F6 #F2F4F6 #0D0F11
text.secondary #B7A2FF #B7A2FF #5F3BBB
text.inverted #1A1E23 #0C0D0E #F4F5F6
text.faint #6E737A #6E737A #636870
text.warning #FFA85E #FFA85E #8F4400
text.success #4BDE7F #4BDE7F #166534
text.actor #B7A2FF #B7A2FF #5F3BBB
background.selected #1A1E23 #0F0F10 #D2D4D7
border.primary #B7A2FF #B7A2FF #5F3BBB
border.secondary #78AFFF #78AFFF #0054CB
border.faint #1A1E23 #0F0F10 #D2D4D7
icon.newcontributor #ED8EF3 #ED8EF3 #8C2293
icon.contributor #FFA85E #FFA85E #8F4400
icon.collaborator #4BDE7F #4BDE7F #166534
icon.member #78AFFF #78AFFF #0054CB
icon.owner #B7A2FF #B7A2FF #5F3BBB
icon.unknownrole #6E737A #6E737A #636870

Also available for

License

MIT © Mathieu Souflis

About

gh-dash theme for the Version 14 palette

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors