fix font name

This commit is contained in:
cmccay 2022-12-05 11:59:47 -06:00
parent eaa360d851
commit 228a795e50
1 changed files with 34 additions and 34 deletions

View File

@ -4,39 +4,39 @@ window:
font:
size: 14
normal:
family: FiraMono Nerd Font
family: FiraCode Nerd Font
style: Regular
# # Colors (Oxide)
# colors:
# # Default colors
# primary:
# background: '#212121'
# foreground: '#c0c5ce'
# bright_foreground: '#f3f4f5'
#
# cursor:
# text: '#212121'
# cursor: '#c0c5ce'
#
# # Normal colors
# normal:
# black: '#212121'
# red: '#e57373'
# green: '#a6bc69'
# yellow: '#fac863'
# blue: '#6699cc'
# magenta: '#c594c5'
# cyan: '#5fb3b3'
# white: '#c0c5ce'
#
# # Bright colors
# bright:
# black: '#5c5c5c'
# red: '#e57373'
# green: '#a6bc69'
# yellow: '#fac863'
# blue: '#6699cc'
# magenta: '#c594c5'
# cyan: '#5fb3b3'
# white: '#f3f4f5'
# Colors (Oxide)
colors:
# Default colors
primary:
background: '#212121'
foreground: '#c0c5ce'
bright_foreground: '#f3f4f5'
cursor:
text: '#212121'
cursor: '#c0c5ce'
# Normal colors
normal:
black: '#212121'
red: '#e57373'
green: '#a6bc69'
yellow: '#fac863'
blue: '#6699cc'
magenta: '#c594c5'
cyan: '#5fb3b3'
white: '#c0c5ce'
# Bright colors
bright:
black: '#5c5c5c'
red: '#e57373'
green: '#a6bc69'
yellow: '#fac863'
blue: '#6699cc'
magenta: '#c594c5'
cyan: '#5fb3b3'
white: '#f3f4f5'