mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-06 14:29:54 +08:00
change default Vim insert and normal background
This commit is contained in:
parent
1e6d5c533f
commit
1594ab203d
@ -34,9 +34,9 @@ background: 005fff
|
|||||||
editor-current-line
|
editor-current-line
|
||||||
background: c5cae9
|
background: c5cae9
|
||||||
# [VNote] Vim insert mode cursor line background
|
# [VNote] Vim insert mode cursor line background
|
||||||
vim-insert-background: bcbcbc
|
vim-insert-background: c5cae9
|
||||||
# [VNote] Vim normal mode cursor line background
|
# [VNote] Vim normal mode cursor line background
|
||||||
vim-normal-background: b0bec5
|
vim-normal-background: bcbcbc
|
||||||
# [VNote] Vim visual mode cursor line background
|
# [VNote] Vim visual mode cursor line background
|
||||||
vim-visual-background: 90caf9
|
vim-visual-background: 90caf9
|
||||||
# [VNote] Vim replace mode cursor line background
|
# [VNote] Vim replace mode cursor line background
|
||||||
|
@ -347,8 +347,8 @@ QString VConfigManager::getLogFilePath()
|
|||||||
void VConfigManager::updateMarkdownEditStyle()
|
void VConfigManager::updateMarkdownEditStyle()
|
||||||
{
|
{
|
||||||
static const QString defaultCurrentLineBackground = "#C5CAE9";
|
static const QString defaultCurrentLineBackground = "#C5CAE9";
|
||||||
static const QString defaultVimNormalBg = "#B0BEC5";
|
static const QString defaultVimNormalBg = "#BCBCBC";
|
||||||
static const QString defaultVimInsertBg = "#CDC0B0";
|
static const QString defaultVimInsertBg = "#C5CAE9";
|
||||||
static const QString defaultVimVisualBg = "#90CAF9";
|
static const QString defaultVimVisualBg = "#90CAF9";
|
||||||
static const QString defaultVimReplaceBg = "#F8BBD0";
|
static const QString defaultVimReplaceBg = "#F8BBD0";
|
||||||
static const QString defaultTrailingSpaceBg = "#A8A8A8";
|
static const QString defaultTrailingSpaceBg = "#A8A8A8";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user