mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-06 00:47:15 -04:00
Bake-in Dracula (#137)
This commit is contained in:
@@ -648,10 +648,11 @@ var (
|
||||
|
||||
// DefaultStyles are the default styles.
|
||||
DefaultStyles = map[string]*ansi.StyleConfig{
|
||||
"ascii": &ASCIIStyleConfig,
|
||||
"dark": &DarkStyleConfig,
|
||||
"light": &LightStyleConfig,
|
||||
"notty": &NoTTYStyleConfig,
|
||||
"ascii": &ASCIIStyleConfig,
|
||||
"dark": &DarkStyleConfig,
|
||||
"light": &LightStyleConfig,
|
||||
"notty": &NoTTYStyleConfig,
|
||||
"dracula": &DraculaStyleConfig,
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user