aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Alexey Stepanov <blueingreen@bluig.space>2024-09-27 09:50:02 +0500
committerLibravatar Alexey Stepanov <blueingreen@bluig.space>2024-09-27 09:50:02 +0500
commitb256a8f6cef9434f0b28a0d2d06d3bd6aa8b9d7e (patch)
tree38a0a10489588c14c364cd20d0faaeaa708ba7fb
parent8a0a7b8ebdc70cd4763cf2dcc8f8726b5d9395d9 (diff)
remove .css file from colors folder
-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, 0 insertions, 75 deletions
diff --git a/colors/base16-default-dark.css b/colors/base16-default-dark.css
deleted file mode 100644
index 9f3aeb5..0000000
--- a/colors/base16-default-dark.css
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-#
-# 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
deleted file mode 100644
index 714d047..0000000
--- a/colors/base16-gruvbox-material-light-hard.css
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-#
-# 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
deleted file mode 100644
index 6e1e713..0000000
--- a/colors/base16-heetch.css
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-#
-# 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
deleted file mode 100644
index 065a2da..0000000
--- a/colors/base16-solarized-light.css
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-#
-# 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
deleted file mode 100644
index f70dc00..0000000
--- a/colors/base16-spaceduck.css
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-#
-# 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"