1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 20:20:05 +08:00
SpaceVim/mode/dark_powered.toml

37 lines
1.2 KiB
TOML
Raw Normal View History

2018-04-29 20:33:01 +08:00
#=============================================================================
# dark_powered.toml --- dark powered configuration example for SpaceVim
2022-02-03 17:24:51 +08:00
# Copyright (c) 2016-2022 Wang Shidong & Contributors
2022-03-27 13:38:54 +08:00
# Author: Wang Shidong < wsdjeg@outlook.com >
2018-04-29 20:33:01 +08:00
# URL: https://spacevim.org
# License: GPLv3
#=============================================================================
2018-04-29 20:15:33 +08:00
# All SpaceVim option below [option] section
[options]
# set spacevim theme. by default colorscheme layer is not loaded,
# if you want to use more colorscheme, please load the colorscheme
# layer
colorscheme = "gruvbox"
colorscheme_bg = "dark"
2018-04-29 20:15:33 +08:00
# Disable guicolors in basic mode, many terminal do not support 24bit
# true colors
enable_guicolors = true
2018-04-29 20:15:33 +08:00
# Disable statusline separator, if you want to use other value, please
# install nerd fonts
2018-04-29 20:33:01 +08:00
statusline_separator = "arrow"
statusline_iseparator = "arrow"
2018-04-29 20:15:33 +08:00
buffer_index_type = 4
enable_tabline_filetype_icon = true
enable_statusline_mode = false
2018-04-29 20:15:33 +08:00
# Enable autocomplete layer
[[layers]]
name = 'autocomplete'
2020-04-11 22:55:55 +08:00
auto_completion_return_key_behavior = "complete"
auto_completion_tab_key_behavior = "smart"
2018-04-29 20:15:33 +08:00
[[layers]]
name = 'shell'
default_position = 'top'
default_height = 30