mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-10 01:18:06 +01:00
39 lines
1.2 KiB
Text
39 lines
1.2 KiB
Text
editor nvim
|
|
|
|
# ----- window settings ------ #
|
|
|
|
resize_in_steps yes
|
|
background_opacity 0.4
|
|
inactive_text_alpha 1.0
|
|
enabled_layouts splits, stack
|
|
|
|
# ----- tab bar settings ----- #
|
|
|
|
tab_bar_min_tabs 1
|
|
tab_bar_edge bottom
|
|
tab_bar_style powerline
|
|
tab_powerline_style slanted
|
|
tab_title_template {title}{' :{}:'.format(num_windows) if num_windows > 1 else ''}
|
|
|
|
# ----- cursor settings ----- #
|
|
|
|
cursor_shape underline
|
|
cursor_beam_thickness 1.2
|
|
cursor_underline_thickness 2.0
|
|
|
|
cursor_blink_interval -1.0
|
|
cursor_stop_blinking_after 5.0
|
|
|
|
# ----- font settings ----- #
|
|
|
|
font_family FiraCode Nerd Font Mono
|
|
bold_font FiraCode Nerd Font Mono Medium
|
|
italic_font FiraCode Nerd Font Mono Italic
|
|
bold_italic_font FiraCode Nerd Font Mono Bold Italic
|
|
|
|
# nerd fonts
|
|
symbol_map U+23FB-U+23FE,U+2665,U+26A1,U+2B58,U+E000-U+E00A,U+E0A0-U+E0A3,U+E0B0-U+E0C8,U+E0CA,U+E0CC-U+E0D2,U+E0D4,U+E200-U+E2A9,U+E300-U+E3E3,U+E5FA-U+E62F,U+E700-U+E7C5,U+F000-U+F2E0,U+F300-U+F31C,U+F400-U+F4A9,U+F500-U+F8FF Symbols Nerd Font
|
|
|
|
# ----- colour settings ----- #
|
|
|
|
include mist.conf
|