Skip to content
Cory Forsstrom edited this page Feb 19, 2021 · 4 revisions

The following can be specified in the config file to change the theme of tickrs.

# Monokai Theme
#
# All colors are optional. If commented out / omitted, the color will get sourced
# from your terminal color scheme
theme:
  #background: '#403E41'
  gray: '#727072'
  profit: '#ADD977'
  loss: '#FA648A'
  text_normal: '#FCFCFA'
  text_primary: '#FFDA65'
  text_secondary: '#79DBEA'
  border_primary: '#FC9766'
  border_secondary: '#FCFCFA'
  border_axis: '#FC9766'
  highlight_focused: '#FC9766'
  highlight_unfocused: '#727072'
Clone this wiki locally