revise accent color comment, fix #86
Default accent color on dark theme is lime green.
This commit is contained in:
parent
a775e272e1
commit
6bcbc54a23
2 changed files with 3 additions and 2 deletions
|
@ -31,7 +31,7 @@ DEFAULT_THEME_STYLE = ThemeStyle.LIGHT.value
|
|||
|
||||
DEFAULT_THEME_PRIMARY_COLOR = {
|
||||
ThemeStyle.LIGHT: "#1d781d", # Green
|
||||
ThemeStyle.DARK: "#33ff00", # Purple
|
||||
ThemeStyle.DARK: "#33ff00", # Lime Green
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -16,5 +16,6 @@ pass: '<bcrypt password hash>'
|
|||
# - ...
|
||||
#theme:
|
||||
# style: "light" #or "dark"
|
||||
# # accent color
|
||||
# color: "#1d781d" # (green, default for light)
|
||||
# "#33ff00" (purple, default for dark)
|
||||
# "#33ff00" # (lime green, default for dark)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue