Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf(colorschemes): higher the popular bar to 800 stars #282

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 1 addition & 20 deletions lua/builtin/colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,28 @@

--- @type string[]
local colornames = {
"deus",
"moonfly",
"nightfly",
"catppuccin",
"challenger_deep",
"iceberg",
"dracula",
"palenight",
"nightfox",
"gruvbox",
"embark",
"falcon",
"tokyonight",
"tender",
"zenburn",
"seoul256",
"monokai",
"solarized8",
"xcode",
"material",
"OceanicNext",
"vscode",
"onedark",
"PaperColor",
"oxocarbon",
"spaceduck",
"pencil",
"nord",
"github_dark",
"one",
"lucario",
"kanagawa",
"rigel",
"apprentice",
"rose-pine",
"edge",
"everforest",
"gruvbox-material",
"sonokai",
"melange",
"nord",
"srcery",
"codedark",
}

Expand Down
100 changes: 2 additions & 98 deletions lua/plugins/colors.lua
Original file line number Diff line number Diff line change
@@ -1,31 +1,10 @@
return {
{
"ajmwagar/vim-deus",
lazy = true,
priority = 1000,
},
{
"bluz71/vim-moonfly-colors",
lazy = true,
priority = 1000,
},
{
"bluz71/vim-nightfly-colors",
lazy = true,
priority = 1000,
},
{
"catppuccin/nvim",
lazy = true,
priority = 1000,
name = "catppuccin",
},
{
"challenger-deep-theme/vim",
lazy = true,
priority = 1000,
name = "challenger-deep-theme",
},
{
"cocopon/iceberg.vim",
lazy = true,
Expand All @@ -37,11 +16,6 @@ return {
priority = 1000,
name = "dracula",
},
{
"drewtempelmeyer/palenight.vim",
lazy = true,
priority = 1000,
},
{
"EdenEast/nightfox.nvim",
lazy = true,
Expand All @@ -52,27 +26,11 @@ return {
lazy = true,
priority = 1000,
},
{
"embark-theme/vim",
lazy = true,
priority = 1000,
name = "embark-theme",
},
{
"fenetikm/falcon",
lazy = true,
priority = 1000,
},
{
"folke/tokyonight.nvim",
lazy = true,
priority = 1000,
},
{
"jacoborus/tender.vim",
lazy = true,
priority = 1000,
},
{
"jnurmine/zenburn",
lazy = true,
Expand All @@ -93,11 +51,6 @@ return {
lazy = true,
priority = 1000,
},
{
"lunacookies/vim-colors-xcode",
lazy = true,
priority = 1000,
},
{
"marko-cerovac/material.nvim",
lazy = true,
Expand All @@ -108,11 +61,6 @@ return {
lazy = true,
priority = 1000,
},
{
"Mofiqul/vscode.nvim",
lazy = true,
priority = 1000,
},
{
"navarasu/onedark.nvim",
lazy = true,
Expand All @@ -124,46 +72,22 @@ return {
priority = 1000,
},
{
"nyoom-engineering/oxocarbon.nvim",
lazy = true,
priority = 1000,
},
{
"pineapplegiant/spaceduck",
lazy = true,
priority = 1000,
},
{
"preservim/vim-colors-pencil",
"nordtheme/vim",
lazy = true,
priority = 1000,
name = "nordtheme",
},
{
"projekt0n/github-nvim-theme",
lazy = true,
priority = 1000,
branch = "0.0.x",
},
{
"rakr/vim-one",
lazy = true,
priority = 1000,
},
{
"raphamorim/lucario",
lazy = true,
priority = 1000,
},
{
"rebelot/kanagawa.nvim",
lazy = true,
priority = 1000,
},
{
"rigellute/rigel",
lazy = true,
priority = 1000,
},
{
"romainl/apprentice",
lazy = true,
Expand All @@ -175,11 +99,6 @@ return {
priority = 1000,
name = "rose-pine",
},
{
"sainnhe/edge",
lazy = true,
priority = 1000,
},
{
"sainnhe/everforest",
lazy = true,
Expand All @@ -195,21 +114,6 @@ return {
lazy = true,
priority = 1000,
},
{
"savq/melange-nvim",
lazy = true,
priority = 1000,
},
{
"shaunsingh/nord.nvim",
lazy = true,
priority = 1000,
},
{
"srcery-colors/srcery-vim",
lazy = true,
priority = 1000,
},
{
"tomasiser/vim-code-dark",
lazy = true,
Expand Down