mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-06 06:19:52 +08:00

Add configuration "highlight_cursor_line" in vnote.ini. Signed-off-by: Le Tan <tamlokveer@gmail.com>
24 lines
519 B
INI
24 lines
519 B
INI
[global]
|
|
welcome_page_path=:/resources/welcome.html
|
|
template_path=:/resources/template.html
|
|
pre_template_path=:/resources/pre_template.html
|
|
post_template_path=:/resources/post_template.html
|
|
template_css_url=qrc:/resources/markdown.css
|
|
current_notebook=0
|
|
tab_stop_width=4
|
|
is_expand_tab=1
|
|
highlight_cursor_line=1
|
|
current_background_color=System
|
|
current_render_background_color=System
|
|
|
|
[predefined_colors]
|
|
1\name=White
|
|
1\rgb=EEEEEE
|
|
2\name=Green
|
|
2\rgb=CCE8CF
|
|
3\name=Wheat2
|
|
3\rgb=EED8AE
|
|
4\name=LightGrey
|
|
4\rgb=D3D3D3
|
|
size=4
|