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