mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
38 lines
909 B
Text
38 lines
909 B
Text
#vim:ft=conf
|
|
default_dark_mode 1
|
|
font_size 14
|
|
ui_font "PingFang SC"
|
|
case_sensitive_search 0
|
|
super_fast_search 1
|
|
|
|
### Colorscheme: CATPPUCCIN MOCHA
|
|
### Trigger with D
|
|
background_color #1e1e2e
|
|
|
|
text_highlight_color #f5c2e7
|
|
visual_mark_color #7f849c
|
|
|
|
## Mauve
|
|
search_highlight_color #cba6f7
|
|
link_highlight_color #89b4fa
|
|
synctex_highlight_color #a6e3a1
|
|
|
|
highlight_color_a #f9e2af
|
|
highlight_color_b #a6e3a1
|
|
highlight_color_c #89dceb
|
|
highlight_color_d #eba0ac
|
|
highlight_color_e #cba6f7
|
|
highlight_color_f #f38ba8
|
|
highlight_color_g #f9e2af
|
|
|
|
|
|
custom_background_color #1e1e2e
|
|
custom_text_color #cdd6f4
|
|
|
|
ui_text_color #cdd6f4
|
|
ui_background_color #313244
|
|
ui_selected_text_color #181825
|
|
ui_selected_background_color #f5c2e7
|
|
|
|
# Searches
|
|
search_url_d https://duckduckgo.com/?q=
|