aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-gruvbox-material-dark-hard.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-gruvbox-material-dark-hard.css')
-rw-r--r--colors/base16-gruvbox-material-dark-hard.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-gruvbox-material-dark-hard.css b/colors/base16-gruvbox-material-dark-hard.css
new file mode 100644
index 0000000..6190bb6
--- /dev/null
+++ b/colors/base16-gruvbox-material-dark-hard.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Gruvbox Material Dark, Hard
+* author: Mayush Kumar (https://github.com/MayushKumar), sainnhe (https://github.com/sainnhe/gruvbox-material-vscode)
+* slug: gruvbox-material-dark-hard
+* slug-underscored: gruvbox_material_dark_hard
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #202020;
+ border-color: #7daea3;
+}
+
+button,
+image {
+ color: #bdae93;
+}
+
+button:hover {
+ background-color: rgba(251, 241, 199, 0.15);
+}