Improved neovim config
This commit is contained in:
@ -126,7 +126,7 @@ font:
|
||||
#style: Bold Italic
|
||||
|
||||
# Point size
|
||||
size: 12
|
||||
size: 14
|
||||
# Offset is the extra space around each character. `offset.y` can be thought of
|
||||
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
|
||||
#offset:
|
||||
@ -142,36 +142,38 @@ font:
|
||||
key_bindings:
|
||||
- { key: F11, action: ToggleFullscreen }
|
||||
|
||||
window:
|
||||
opacity: 1.0
|
||||
#startup_mode: "Fullscreen"
|
||||
|
||||
# If `true`, bold text is drawn using the bright color variants.
|
||||
#draw_bold_text_with_bright_colors: false
|
||||
# Colors (Tomorrow Night Bright)
|
||||
colors:
|
||||
# Default colors
|
||||
name: vscode (dark)
|
||||
author: senpai-10
|
||||
primary:
|
||||
background: "#282c34"
|
||||
foreground: "#abb2bf"
|
||||
|
||||
# Normal colors
|
||||
background: "#1E1E1E"
|
||||
foreground: "#D4D4D4"
|
||||
cursor:
|
||||
text: "#1d1f21"
|
||||
cursor: "#cccccc"
|
||||
normal:
|
||||
# NOTE: Use '#131613' for the `black` color if you'd like to see
|
||||
# black text on the background.
|
||||
black: "#282c34"
|
||||
red: "#e06c75"
|
||||
green: "#98c379"
|
||||
yellow: "#d19a66"
|
||||
blue: "#61afef"
|
||||
magenta: "#c678dd"
|
||||
cyan: "#56b6c2"
|
||||
white: "#abb2bf"
|
||||
|
||||
# Bright colors
|
||||
black: "#000000"
|
||||
red: "#cd3131"
|
||||
green: "#0dbc79"
|
||||
yellow: "#e5e510"
|
||||
blue: "#2472c8"
|
||||
magenta: "#bc3fbc"
|
||||
cyan: "#11a8cd"
|
||||
white: "#e5e5e5"
|
||||
bright:
|
||||
black: "#5c6370"
|
||||
red: "#e06c75"
|
||||
green: "#98c379"
|
||||
yellow: "#d19a66"
|
||||
blue: "#61afef"
|
||||
magenta: "#c678dd"
|
||||
cyan: "#56b6c2"
|
||||
white: "#ffffff"
|
||||
theme: One-Dark
|
||||
black: "#666666"
|
||||
red: "#f14c4c"
|
||||
green: "#23d18b"
|
||||
yellow: "#f5f543"
|
||||
blue: "#3b8eea"
|
||||
magenta: "#d670d6"
|
||||
cyan: "#29b8db"
|
||||
white: "#e5e5e5"
|
||||
theme: vscode.dark
|
||||
|
Reference in New Issue
Block a user