Changed default themes

This commit is contained in:
Yannick Reiß 2023-10-24 09:15:25 +02:00
parent 6d4cbbf1cc
commit 34ccdabaeb
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
4 changed files with 52 additions and 1 deletions

View File

@ -0,0 +1,16 @@
global !p
def complete(t, opts):
if t:
opts = [m[len(t):] for m in opts if m.startswith(t)]
if len(opts) == 1:
return opts[0]
return '(' + '|'.join(opts) + ')'
endglobal
snippet !! "Standard message" bA
$1`!p snip.rv=complete(t[1], ["BUG", "INFO", "UPDATE", "FEATURE", "ADD"])`: $2`!p snip.rv=complete(t[2], ["OPEN", "CLOSE", "FIX", "WARNING", "ERROR", "ADD", "REMOVED", "TODO"])` `!p
if t[3] == "":
snip.rv = ""
else:
snip.rv = "=>"` $3
endsnippet

View File

@ -140,3 +140,38 @@ Signifikanzlevel
domänenabhängig domänenabhängig
kongeriert kongeriert
white white
HEP
IHP
of
Chain
Security
by
Obscurity
Werkzeuge
ASICs
Skywater
RISC
Open
PDK
Source
closed
open
Exfiltration
access
remote
code
execution
source
Backdoor
no
Wavetable
Ausschwingteil
FPGA
Hüllkurvengenerator
Physical
Modelling
FM
Granularsynthese
HCM
übermischt
PWM

Binary file not shown.

View File

@ -38,7 +38,7 @@ nnoremap <M-g> :call Litde()<CR>
" Theme " Theme
nnoremap <M-+> :colo github_light_high_contrast<CR> nnoremap <M-+> :colo github_light_high_contrast<CR>
nnoremap <M--> :colo spacecamp_lite<CR> nnoremap <M--> :colo vim-monokai-tasty<CR>
" Fuzzy finder " Fuzzy finder
nnoremap <C-f> :Lines<CR> nnoremap <C-f> :Lines<CR>