Browse Source

Restore blue color defaults

master
Paweł Romanowski 5 years ago
parent
commit
70a4927088
  1. 4
      config.toml

4
config.toml

@ -17,13 +17,13 @@ highlight_theme = "boron"
# One of: blue, green, orange, pink, red.
# Defaults to blue.
accent_color = "orange"
accent_color = "blue"
# One of: blue, dark, green, orange, pink, red.
# Enabling dark background will also modify primary font color
# to be darker.
# Defaults to accent color (or, if not accent color specified, to blue).
background_color = "orange"
background_color = "blue"
# The logo text - defaults to "Terminimal theme"
logo_text = "Terminimal theme"

Loading…
Cancel
Save