-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.toml
45 lines (37 loc) · 1.43 KB
/
style.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# misaim: I've left this file mostly original, with things commented out.
# I don't pretend to know or understand cursive's theme system.
shadow = false
borders = "simple" # Alternatives are "none" and "simple" (originally "outset")
# Base colors are red, green, blue,
# cyan, magenta, yellow, white and black.
[colors]
# There are 3 ways to select a color:
# - The 16 base colors are selected by name:
# "blue", "light red", "magenta", ...
# - Low-resolution colors use 3 characters, each <= 5:
# "541", "003", ...
# - Full-resolution colors start with '#' and can be 3 or 6 hex digits:
# "#1A6", "#123456", ...
# If the value is an array, the first valid
# and supported color will be used.
background = ["#111111", "black"]
# If the terminal doesn't support custom color (like the linux TTY),
# non-base colors will be skipped.
shadow = ["#222288", "blue"]
view = "#222222" # Content Background Colour
# An array with a single value has the same effect as a simple value.
primary = "#FFFFFF" # Outline Colour.
#secondary = "#000000"
#tertiary = "#000000"
# Hex values can use lower or uppercase.
# (base color MUST be lowercase)
title_primary = "#FFFFFF" # Title color
#title_secondary = "#FFFFFF"
highlight = "#EB529f"
highlight_inactive = "#5555FF"
HighlightText = "#FFFFFF"
#[styles.highlight]
#effects = []
#primary = "#FFFFFF"
#front = "#FFFFFF"
#back = "#FFFFFF"