From b256a8f6cef9434f0b28a0d2d06d3bd6aa8b9d7e Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Fri, 27 Sep 2024 09:50:02 +0500 Subject: remove .css file from colors folder --- colors/base16-default-dark.css | 15 --------------- colors/base16-gruvbox-material-light-hard.css | 15 --------------- colors/base16-heetch.css | 15 --------------- colors/base16-solarized-light.css | 15 --------------- colors/base16-spaceduck.css | 15 --------------- 5 files changed, 75 deletions(-) delete mode 100644 colors/base16-default-dark.css delete mode 100644 colors/base16-gruvbox-material-light-hard.css delete mode 100644 colors/base16-heetch.css delete mode 100644 colors/base16-solarized-light.css delete mode 100644 colors/base16-spaceduck.css 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" -- cgit