Skip to content

Instantly share code, notes, and snippets.

@Peruibeloko
Created October 27, 2021 14:08
Show Gist options
  • Save Peruibeloko/649eccb2239a2a2c9f0aae1b973cd1fb to your computer and use it in GitHub Desktop.
Save Peruibeloko/649eccb2239a2a2c9f0aae1b973cd1fb to your computer and use it in GitHub Desktop.
Gruvbox colors in css variables
:root {
--bg0_h: #1d2021;
--bg0_m: #282828;
--bg0_s: #32302f;
--bg1: #3c3836;
--bg2: #504945;
--bg3: #665c54;
--bg4: #7c6f64;
--gray: #928374;
--fg4: #a89984;
--fg3: #bdae93;
--fg2: #d5c4a1;
--fg1: #ebdbb2;
--fg0: #fbf1c7;
--dark_red: #cc241d;
--light_red: #fb4934;
--dark_green: #98971a;
--light_green: #b8bb26;
--dark_yellow: #d79921;
--light_yellow: #fabd2f;
--dark_blue: #458588;
--light_blue: #83a598;
--dark_purple: #b16286;
--light_purple: #d3869b;
--dark_aqua: #689d6a;
--light_aqua: #8ec07c;
--dark_orange: #d64d0e;
--light_orange: #fe8019;
}
@Peruibeloko
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment