remove estilo, will switch to handlebars

This commit is contained in:
Ava Gaiety W 2025-09-23 22:03:11 -06:00
parent a66364abb6
commit 3fb0a2360a
5 changed files with 0 additions and 173 deletions

View file

@ -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

View file

@ -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'

View file

@ -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"

View file

@ -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'

View file

@ -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: ''