Skip to content

Commit

Permalink
fix(template): Set g:colors_name correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
GordianDziwis committed Dec 4, 2024
1 parent 0c33ff8 commit 1df72f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/tinted-vim.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ else
endif

" Theme setup
let g:colors_name = 'base24-{{scheme-slug}}'
let g:colors_name = '{{ scheme-system }}-{{scheme-slug}}'

" Highlighting function
" Optional variables are attributes and guisp
Expand Down

0 comments on commit 1df72f8

Please sign in to comment.