# theme configuration file for Cesium # should there be shadows under the windows? shadow = false # border type # valid values are outset, simple, and none borders = "outset" [colors] # the basic colors are: red, green, blue, # cyan, magenta, yellow, white and black. # using default as a color will use the colors set by your terminal # the base colors need to have light or dark in front of theme # more info can be found here: https://github.com/gyscos/cursive/blob/main/examples/assets/style.toml # background color background = "default" # window color view = "default" # window text color primary = "light white" # color for the editor background secondary = "dark white" # window border color tertiary = "light white" # title color title_primary = "light blue" # selected item background color highlight = "dark blue" # selected item text color highlight_text = "light white"