1
0
Fork 0

ghostty, helix, vim: try light theme

This commit is contained in:
Von Random 2026-03-16 02:36:10 +02:00
parent 876948ab1e
commit 110523d872
3 changed files with 3 additions and 4 deletions

View file

@ -1,3 +1,4 @@
theme = Dawnfox
font-family = Maple Mono NL NF font-family = Maple Mono NL NF
{{- if eq .chezmoi.os "darwin" }} {{- if eq .chezmoi.os "darwin" }}
font-size = 14 font-size = 14

View file

@ -1,6 +1,4 @@
# remember this for later, cool theme theme = "spacebones_light"
# theme = "spacebones_light"
theme = "everforest_dark"
[editor.cursor-shape] [editor.cursor-shape]
normal = "block" normal = "block"

View file

@ -5,7 +5,7 @@ set scrolloff=3 sidescrolloff=15 sidescroll=1
set tabstop=3 softtabstop=4 shiftwidth=4 smarttab expandtab autoindent set tabstop=3 softtabstop=4 shiftwidth=4 smarttab expandtab autoindent
set wildmenu showcmd ruler laststatus=2 mouse= t_ut= guicursor= t_Co=256 set wildmenu showcmd ruler laststatus=2 mouse= t_ut= guicursor= t_Co=256
set belloff=all colorcolumn=80 formatoptions+=j relativenumber breakindent set belloff=all colorcolumn=80 formatoptions+=j relativenumber breakindent
set keymap=russian-jcukenwintype iminsert=0 imsearch=0 bg=dark set keymap=russian-jcukenwintype iminsert=0 imsearch=0 bg=light
let &statusline = "[%F] %R%H%W%M %=[%{&fenc}/%{&ff}] %y [%4l/%L:%3v]" let &statusline = "[%F] %R%H%W%M %=[%{&fenc}/%{&ff}] %y [%4l/%L:%3v]"
let g:sh_indent_case_labels = 1 let g:sh_indent_case_labels = 1
let g:mapleader = "\<Space>" let g:mapleader = "\<Space>"