Skip to content

Commit c45f309

Browse files
author
Christopher Green
committed
Fixes the color for Cursor
1 parent 0171abd commit c45f309

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

colors/modus.vim

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
" Author: Christopher Green <[email protected]>
44
" Maintainer: Christopher Green <[email protected]>
55
" Website: https://saguaro.space
6-
" License: Public domain
6+
" License: MIT License
77
" Last Change: 2024 Oct 11
88

99
" Generated by Colortemplate v2.2.3
@@ -74,7 +74,7 @@ if &background ==# 'dark'
7474
endif
7575
hi ColorColumn guifg=#ffffff guibg=#000000 gui=NONE cterm=NONE
7676
hi Conceal guifg=#d2b580 guibg=NONE gui=NONE cterm=NONE
77-
hi Cursor guifg=#ffffff guibg=#db7b5f gui=reverse cterm=reverse
77+
hi Cursor guifg=#000000 guibg=#db7b5f gui=NONE cterm=NONE
7878
hi CursorColumn guifg=NONE guibg=#2f3849 gui=NONE cterm=NONE
7979
hi CursorLine guifg=NONE guibg=#2f3849 gui=NONE cterm=NONE
8080
hi CursorLineNr guifg=#f4f4f4 guibg=#303030 gui=NONE cterm=NONE
@@ -170,7 +170,7 @@ else
170170
endif
171171
hi ColorColumn guifg=#000000 guibg=#ffffff gui=NONE cterm=NONE
172172
hi Conceal guifg=#624416 guibg=NONE gui=NONE cterm=NONE
173-
hi Cursor guifg=#000000 guibg=#8a290f gui=reverse cterm=reverse
173+
hi Cursor guifg=#ffffff guibg=#8a290f gui=NONE cterm=NONE
174174
hi CursorColumn guifg=NONE guibg=#d0d6ec gui=NONE cterm=NONE
175175
hi CursorLine guifg=NONE guibg=#d0d6ec gui=NONE cterm=NONE
176176
hi CursorLineNr guifg=#0a0a0a guibg=#e0e0e0 gui=NONE cterm=NONE
@@ -265,7 +265,7 @@ if s:t_Co >= 256
265265
endif
266266
hi ColorColumn ctermfg=231 ctermbg=16 cterm=NONE
267267
hi Conceal ctermfg=179 ctermbg=NONE cterm=NONE
268-
hi Cursor ctermfg=231 ctermbg=173 cterm=reverse
268+
hi Cursor ctermfg=16 ctermbg=173 cterm=NONE
269269
hi CursorColumn ctermfg=NONE ctermbg=237 cterm=NONE
270270
hi CursorLine ctermfg=NONE ctermbg=237 cterm=NONE
271271
hi CursorLineNr ctermfg=255 ctermbg=236 cterm=NONE
@@ -358,7 +358,7 @@ if s:t_Co >= 256
358358
endif
359359
hi ColorColumn ctermfg=16 ctermbg=231 cterm=NONE
360360
hi Conceal ctermfg=94 ctermbg=NONE cterm=NONE
361-
hi Cursor ctermfg=16 ctermbg=88 cterm=reverse
361+
hi Cursor ctermfg=231 ctermbg=88 cterm=NONE
362362
hi CursorColumn ctermfg=NONE ctermbg=189 cterm=NONE
363363
hi CursorLine ctermfg=NONE ctermbg=189 cterm=NONE
364364
hi CursorLineNr ctermfg=232 ctermbg=254 cterm=NONE

doc/modus.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*modus.txt* For Vim version 9.0 Last change: 2024 Oct 11
1+
*modus.txt* For Vim version 9.1 Last change: 2024 Oct 11
22

33

44
Modus color scheme by Christopher

modus.colortemplate

+2-2
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ Variant: gui 256
307307
; Group Foreground Background Attributes
308308
ColorColumn fg_main bg_main
309309
Conceal yellow_faint none
310-
Cursor fg_main rust reverse
310+
Cursor bg_main rust
311311
CursorColumn none bg_hl_line
312312
CursorLine none bg_hl_line
313313
CursorLineNr fg_active bg_active
@@ -632,7 +632,7 @@ Variant: gui 256
632632
; Group Foreground Background Attributes
633633
ColorColumn fg_main bg_main
634634
Conceal yellow_faint none
635-
Cursor fg_main rust reverse
635+
Cursor bg_main rust
636636
CursorColumn none bg_hl_line
637637
CursorLine none bg_hl_line
638638
CursorLineNr fg_active bg_active

0 commit comments

Comments
 (0)