terminal: update font and color
This commit is contained in:
@@ -5,6 +5,7 @@ line-number = "relative"
|
|||||||
cursor-shape.insert = "bar"
|
cursor-shape.insert = "bar"
|
||||||
insert-final-newline = false
|
insert-final-newline = false
|
||||||
rulers = [80, 100]
|
rulers = [80, 100]
|
||||||
|
true-color = true
|
||||||
|
|
||||||
# Minimum severity to show a diagnostic after the end of a line
|
# Minimum severity to show a diagnostic after the end of a line
|
||||||
end-of-line-diagnostics = "hint"
|
end-of-line-diagnostics = "hint"
|
||||||
@@ -28,4 +29,4 @@ cursor-line = "error"
|
|||||||
"+" = ["extend_line_down", "extend_to_line_bounds"]
|
"+" = ["extend_line_down", "extend_to_line_bounds"]
|
||||||
|
|
||||||
[keys.normal.g]
|
[keys.normal.g]
|
||||||
"b" = ":echo %sh{git blame -L %{cursor_line},+1 %{buffer_name}}"
|
"b" = ":echo git show %sh{git blame -L %{cursor_line},+1 %{buffer_name} | awk '{print $1}'}"
|
||||||
|
|||||||
@@ -7,12 +7,12 @@
|
|||||||
#: characters.
|
#: characters.
|
||||||
|
|
||||||
# kitty +list-fonts
|
# kitty +list-fonts
|
||||||
font_family JetBrainsMono NFM Bold
|
font_family JetBrainsMono NFM
|
||||||
bold_font JetBrainsMono NFM ExtraBold
|
bold_font JetBrainsMono NFM Bold
|
||||||
italic_font JetBrainsMono NFM Bold Italic
|
italic_font JetBrainsMono NFM Italic
|
||||||
bold_italic_font JetBrainsMono NFM ExtraBold Italic
|
bold_italic_font JetBrainsMono NFM Bold Italic
|
||||||
|
|
||||||
font_size 7
|
font_size 10
|
||||||
|
|
||||||
#: Font size (in pts)
|
#: Font size (in pts)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user