Skip to content

Commit

Permalink
invert colors
Browse files Browse the repository at this point in the history
  • Loading branch information
franasal committed Apr 28, 2022
1 parent c06eb33 commit 4728857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .streamlit/config.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[theme]
base="dark"
primaryColor="#1D95D4" # selection color of highlighted
primaryColor="#D70E55" # selection color of highlighted
backgroundColor="#131313" #main background 2C3845
secondaryBackgroundColor="#D70E55" # sidebar and highliths 1D95D4 blue 1D95D4
secondaryBackgroundColor="#1D95D4" # sidebar and highliths 1D95D4 blue 1D95D4
# base="dark"
# primaryColor="#2d5fa2"
# backgroundColor="#22304e"
Expand Down

0 comments on commit 4728857

Please sign in to comment.