Correcting a minor color scheme issue with DoomOne.

This commit is contained in:
Derek Taylor
2023-03-12 20:28:03 -05:00
parent 31acdfe6ed
commit 390a3f860f
3 changed files with 3 additions and 3 deletions

View File

@@ -107,6 +107,6 @@ Sxiv.font: Ubuntu:style=bold:size=11
*.color14: #46d9ff *.color14: #46d9ff
! white ! white
*.color7: #202328 *.color7: #abb2bf
*.color15: #dfdfdf *.color15: #dfdfdf

View File

@@ -244,7 +244,7 @@ schemes:
blue: '#51afef' blue: '#51afef'
magenta: '#c678dd' magenta: '#c678dd'
cyan: '#5699af' cyan: '#5699af'
white: '#202328' white: '#abb2bf'
bright: bright:
black: '#5b6268' black: '#5b6268'
red: '#da8548' red: '#da8548'

View File

@@ -91,7 +91,7 @@ color3 = #da8548
color4 = #51afef color4 = #51afef
color5 = #c678dd color5 = #c678dd
color6 = #5699af color6 = #5699af
color7 = #202328 color7 = #abb2bf
color8 = #5b6268 color8 = #5b6268
color9 = #da8548 color9 = #da8548
color10 = #4db5bd color10 = #4db5bd