Skip to content

Instantly share code, notes, and snippets.

@uguremirmustafa
Last active December 27, 2023 16:15
Show Gist options
  • Save uguremirmustafa/933fc85d3c80e393c598b2d9da5739e5 to your computer and use it in GitHub Desktop.
Save uguremirmustafa/933fc85d3c80e393c598b2d9da5739e5 to your computer and use it in GitHub Desktop.
Gruvbox theme colors
const dark = {
bg0:"#282828",
bg1:"#3c3836",
bg2:"#504945",
bg3:"#665c54",
bg4:"#7c6f64",
fg0:"#FBF1C7",
fg1:"#EBDBB2",
fg2:"#D5C4A1",
fg3:"#BDAE93",
fg4:"#A89984",
red:"#cc241d",
green:"#98971a",
yellow:"#d799921",
blue:"#458588",
purple:"#B16286",
aqua:"#689D6A",
orange:"#D65D0E",
}
const light = {
bg0:"#FBF1C7",
bg1:"#EBDBB2",
bg2:"#D5C4A1",
bg3:"#BDAE93",
bg4:"#A89984",
fg0:"#282828",
fg1:"#3c3836",
fg2:"#504945",
fg3:"#665c54",
fg4:"#7c6f64",
red:"#9D0006",
green:"#79740E",
yellow:"#B57614",
blue:"#076678",
purple:"#8F3F71",
aqua:"#427B58",
orange:"#AF3A03",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment