aboutsummaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorLibravatar Alexey Stepanov <blueingreen@bluig.space>2024-09-26 17:27:31 +0000
committerLibravatar Alexey Stepanov <blueingreen@bluig.space>2024-09-26 17:27:31 +0000
commit8a0a7b8ebdc70cd4763cf2dcc8f8726b5d9395d9 (patch)
tree60e68406ff3a95781240395e7014001a3124abdd /colors
parentaed0bd904692ef9cc1544f569eaf1bb7e19fe846 (diff)
rewrite builder.sh
edit tmpBodyJson variable
Diffstat (limited to 'colors')
-rw-r--r--colors/base16-default-dark.css15
-rw-r--r--colors/base16-gruvbox-material-light-hard.css15
-rw-r--r--colors/base16-heetch.css15
-rw-r--r--colors/base16-solarized-light.css15
-rw-r--r--colors/base16-spaceduck.css15
5 files changed, 75 insertions, 0 deletions
diff --git a/colors/base16-default-dark.css b/colors/base16-default-dark.css
new file mode 100644
index 0000000..9f3aeb5
--- /dev/null
+++ b/colors/base16-default-dark.css
@@ -0,0 +1,15 @@
+#
+#
+# name: Default Dark
+# author: Chris Kempson (http://chriskempson.com)
+# slug: default-dark
+# slug-underscored: default_dark
+# system: base16
+# variant: dark
+# is-dark-variant: true
+#
+#
+
+background: "#181818"
+color: "#e8e8e8"
+border: "#7cafc2"
diff --git a/colors/base16-gruvbox-material-light-hard.css b/colors/base16-gruvbox-material-light-hard.css
new file mode 100644
index 0000000..714d047
--- /dev/null
+++ b/colors/base16-gruvbox-material-light-hard.css
@@ -0,0 +1,15 @@
+#
+#
+# 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
+#
+#
+
+background: "#f9f5d7"
+color: "#3c3836"
+border: "#45707a"
diff --git a/colors/base16-heetch.css b/colors/base16-heetch.css
new file mode 100644
index 0000000..6e1e713
--- /dev/null
+++ b/colors/base16-heetch.css
@@ -0,0 +1,15 @@
+#
+#
+# name: Heetch Dark
+# author: Geoffrey Teale (tealeg@gmail.com)
+# slug: heetch
+# slug-underscored: heetch
+# system: base16
+# variant: dark
+# is-dark-variant: true
+#
+#
+
+background: "#190134"
+color: "#DEDAE2"
+border: "#BD0152"
diff --git a/colors/base16-solarized-light.css b/colors/base16-solarized-light.css
new file mode 100644
index 0000000..065a2da
--- /dev/null
+++ b/colors/base16-solarized-light.css
@@ -0,0 +1,15 @@
+#
+#
+# name: Solarized Light
+# author: Ethan Schoonover (modified by aramisgithub)
+# slug: solarized-light
+# slug-underscored: solarized_light
+# system: base16
+# variant: light
+# is-light-variant: true
+#
+#
+
+background: "#fdf6e3"
+color: "#073642"
+border: "#268bd2"
diff --git a/colors/base16-spaceduck.css b/colors/base16-spaceduck.css
new file mode 100644
index 0000000..f70dc00
--- /dev/null
+++ b/colors/base16-spaceduck.css
@@ -0,0 +1,15 @@
+#
+#
+# name: Spaceduck
+# author: Guillermo Rodriguez (https://github.com/pineapplegiant), packaged by Gabriel Fontes (https://github.com/Misterio77)
+# slug: spaceduck
+# slug-underscored: spaceduck
+# system: base16
+# variant: dark
+# is-dark-variant: true
+#
+#
+
+background: "#16172d"
+color: "#c1c3cc"
+border: "#7a5ccc"