From 3fb0a2360a661fe5a9a8f0d25fe73806106584de Mon Sep 17 00:00:00 2001 From: Ava Gaiety W Date: Tue, 23 Sep 2025 22:03:11 -0600 Subject: [PATCH] remove estilo, will switch to handlebars --- ports/neovim/colors/verdigris.vim | 52 ------------- ports/neovim/estilo.yml | 10 --- ports/neovim/estilos/palettes/verdigris.yml | 11 --- ports/neovim/estilos/syntax/base.yml | 82 --------------------- ports/neovim/estilos/terminal.yml | 18 ----- 5 files changed, 173 deletions(-) delete mode 100644 ports/neovim/colors/verdigris.vim delete mode 100644 ports/neovim/estilo.yml delete mode 100644 ports/neovim/estilos/palettes/verdigris.yml delete mode 100644 ports/neovim/estilos/syntax/base.yml delete mode 100644 ports/neovim/estilos/terminal.yml diff --git a/ports/neovim/colors/verdigris.vim b/ports/neovim/colors/verdigris.vim deleted file mode 100644 index 4bae984..0000000 --- a/ports/neovim/colors/verdigris.vim +++ /dev/null @@ -1,52 +0,0 @@ -"" -" verdigris v0.0.1 -" - -" URL: https://git.basking.monster/gaiety/verdigris/ports/neovim -" Author: Gaiety -" License: GPL-3.0-only -"" - -set background=dark -hi clear - -if exists("syntax_on") - syntax reset -endif -let g:colors_name="verdigris" - - -let Italic = "" -if exists('g:verdigris_italic') - let Italic = "italic" -endif -let g:verdigris_italic = get(g:, 'verdigris_italic', 0) - -let Bold = "" -if exists('g:verdigris_bold') - let Bold = "bold" -endif -let g:verdigris_bold = get(g:, 'verdigris_bold', 0) - -hi Conceal guifg=#4E6872 ctermfg=242 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE -hi DiffAdd guifg=#98CCAC ctermfg=115 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE -hi DiffChange guifg=#E1B392 ctermfg=180 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE -hi DiffDelete guifg=#E8ADA9 ctermfg=181 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE -hi ErrorMsg guifg=#E8ADA9 ctermfg=181 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE -hi SpellBad guifg=#E8ADA9 ctermfg=181 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE -hi WarningMsg guifg=#E1B392 ctermfg=180 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE -hi Comment guifg=#19323B ctermfg=236 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE -hi Constant guifg=#FF9F6F ctermfg=215 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE -hi String guifg=#23DBC1 ctermfg=43 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE -hi Identifier guifg=#8CC8E0 ctermfg=116 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE -hi Statement guifg=#C6E4F0 ctermfg=254 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE -hi Exception guifg=#E8ADA9 ctermfg=181 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE -hi PreProc guifg=#4E6872 ctermfg=242 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE -hi Type guifg=#E1B392 ctermfg=180 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE -hi Special guifg=#E1B392 ctermfg=180 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE -hi Ignore guifg=#4E6872 ctermfg=242 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE -hi Error guifg=#E8ADA9 ctermfg=181 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE -hi Todo guifg=#8CC8E0 ctermfg=116 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE - - - diff --git a/ports/neovim/estilo.yml b/ports/neovim/estilo.yml deleted file mode 100644 index eeb61b1..0000000 --- a/ports/neovim/estilo.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: 'verdigris' -version: '0.0.1' -license: 'GPL-3.0-only' -author: 'Gaiety' -url: 'https://git.basking.monster/gaiety/verdigris/ports/neovim' -description: 'undefined' -colorschemes: -- name: 'verdigris' - background: 'dark' - palette: 'verdigris' diff --git a/ports/neovim/estilos/palettes/verdigris.yml b/ports/neovim/estilos/palettes/verdigris.yml deleted file mode 100644 index 19cdfd9..0000000 --- a/ports/neovim/estilos/palettes/verdigris.yml +++ /dev/null @@ -1,11 +0,0 @@ -pit: "#00040B" -depths: "#19323B" -stope: "#4E6872" -text: "#C6E4F0" -orange: "#FF9F6F" -teal: "#23DBC1" -red: "#E8ADA9" -yellow: "#E1B392" -green: "#98CCAC" -blue: "#8CC8E0" -purple: "#BEB6E8" diff --git a/ports/neovim/estilos/syntax/base.yml b/ports/neovim/estilos/syntax/base.yml deleted file mode 100644 index 44e49c1..0000000 --- a/ports/neovim/estilos/syntax/base.yml +++ /dev/null @@ -1,82 +0,0 @@ -# BASE UI -ColorColumn: '' -Conceal: 'stope' -Cursor: '' -CursorIM: '' -CursorColumn: '' -CursorLine: '' -CursorLineNr: '' -Directory: '' -DiffAdd: 'green' -DiffChange: 'yellow' -DiffDelete: 'red' -DiffText: '' -ErrorMsg: 'red' -VertSplit: '' -Folded: '' -FoldColumn: '' -SignColumn: '' -IncSearch: '' -LineNr: '' -MatchParen: '' -ModeMsg: '' -MoreMsg: '' -NonText: '' -Normal: '' -PMenu: '' -PMenuSel: '' -PmenuSbar: '' -PmenuThumb: '' -Question: '' -Search: '' -SpecialKey: '' -SpellBad: 'red' -SpellLocal: '' -SpellCap: '' -SpellRare: '' -StatusLine: '' -StatusLineNC: '' -TabLine: '' -TabLineFill: '' -TabLineSel: '' -Title: '' -Visual: '' -VisualNOS: '' -WarningMsg: 'yellow' -WildMenu: '' -# BASE SYNTAX -Comment: 'depths' -Constant: 'orange' -String: 'teal' # Constant -Character: '' # Constant -Boolean: '' # Constant -Number: '' # Constant -Float: '' # Constant -Identifier: 'blue' -Function: '' # Identifier -Statement: 'text' -Conditional: '' # Statement -Repeat: '' # Statement -Label: '' # Statement -Operator: '' # Statement -Keyword: '' # Statement -Exception: 'red' # Statement -PreProc: 'stope' -Include: '' # PreProc -Define: '' # PreProc -Macro: '' # PreProc -PreCondit: '' # PreProc -Type: 'yellow' -StorageClass: '' # Type -Structure: '' # Type -Typedef: '' # Type -Special: 'yellow' -SpecialChar: '' # Special -Tag: '' # Special -Delimiter: '' # Special -SpecialComment: '' # Special -Debug: '' # Special -Underlined: '' -Ignore: 'stope' -Error: 'red' -Todo: 'blue' diff --git a/ports/neovim/estilos/terminal.yml b/ports/neovim/estilos/terminal.yml deleted file mode 100644 index efd3201..0000000 --- a/ports/neovim/estilos/terminal.yml +++ /dev/null @@ -1,18 +0,0 @@ -color_foreground: '' -color_background: '' -color_0: '' -color_1: '' -color_2: '' -color_3: '' -color_4: '' -color_5: '' -color_6: '' -color_7: '' -color_8: '' -color_9: '' -color_10: '' -color_11: '' -color_12: '' -color_13: '' -color_14: '' -color_15: ''