fix font name
This commit is contained in:
parent
eaa360d851
commit
228a795e50
|
@ -4,39 +4,39 @@ window:
|
||||||
font:
|
font:
|
||||||
size: 14
|
size: 14
|
||||||
normal:
|
normal:
|
||||||
family: FiraMono Nerd Font
|
family: FiraCode Nerd Font
|
||||||
style: Regular
|
style: Regular
|
||||||
|
|
||||||
# # Colors (Oxide)
|
# Colors (Oxide)
|
||||||
# colors:
|
colors:
|
||||||
# # Default colors
|
# Default colors
|
||||||
# primary:
|
primary:
|
||||||
# background: '#212121'
|
background: '#212121'
|
||||||
# foreground: '#c0c5ce'
|
foreground: '#c0c5ce'
|
||||||
# bright_foreground: '#f3f4f5'
|
bright_foreground: '#f3f4f5'
|
||||||
#
|
|
||||||
# cursor:
|
cursor:
|
||||||
# text: '#212121'
|
text: '#212121'
|
||||||
# cursor: '#c0c5ce'
|
cursor: '#c0c5ce'
|
||||||
#
|
|
||||||
# # Normal colors
|
# Normal colors
|
||||||
# normal:
|
normal:
|
||||||
# black: '#212121'
|
black: '#212121'
|
||||||
# red: '#e57373'
|
red: '#e57373'
|
||||||
# green: '#a6bc69'
|
green: '#a6bc69'
|
||||||
# yellow: '#fac863'
|
yellow: '#fac863'
|
||||||
# blue: '#6699cc'
|
blue: '#6699cc'
|
||||||
# magenta: '#c594c5'
|
magenta: '#c594c5'
|
||||||
# cyan: '#5fb3b3'
|
cyan: '#5fb3b3'
|
||||||
# white: '#c0c5ce'
|
white: '#c0c5ce'
|
||||||
#
|
|
||||||
# # Bright colors
|
# Bright colors
|
||||||
# bright:
|
bright:
|
||||||
# black: '#5c5c5c'
|
black: '#5c5c5c'
|
||||||
# red: '#e57373'
|
red: '#e57373'
|
||||||
# green: '#a6bc69'
|
green: '#a6bc69'
|
||||||
# yellow: '#fac863'
|
yellow: '#fac863'
|
||||||
# blue: '#6699cc'
|
blue: '#6699cc'
|
||||||
# magenta: '#c594c5'
|
magenta: '#c594c5'
|
||||||
# cyan: '#5fb3b3'
|
cyan: '#5fb3b3'
|
||||||
# white: '#f3f4f5'
|
white: '#f3f4f5'
|
||||||
|
|
Loading…
Reference in New Issue