Skip to content

Commit

Permalink
perf(colorschemes): higher the popular bar to 800 stars (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Oct 16, 2023
1 parent 7547426 commit 565861e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 118 deletions.
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

0 comments on commit 565861e

Please sign in to comment.