This repository was archived by the owner on Jun 12, 2024. It is now read-only.
forked from slapdash/dot-slapdash
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.toml
More file actions
67 lines (47 loc) · 1.79 KB
/
settings.toml
File metadata and controls
67 lines (47 loc) · 1.79 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Override theme colors.
# [theme]
# Main color used to guide people to the main action at hand.
# action = "#0F5AFD"
# The hover color for the main action.
# actionHover = "#0E55F0"
# Text color to used alongside the main action.
# actionText = "#ffffff"
# Background color of the windows.
# background = "#ffffff"
# Background color of some smaller elements.
# elementBackground = "#F8F8F8"
# A stark "you are here" marker, used sparsely to concentrate attention.
# focus = "#FF6BA4"
# Background color for an element that is currently focused. For example,
# the selected Command Bar Option.
# focusBackground = "#00000008"
# Used to delineate when an input or button is focused.
# focusInput = "#FF6BA433"
# Background color of the nav bar.
# navBackground = "#F8F8F8"
# Background color of a nav bar item when it's selected.
# navFocus = "#0000000D"
# Text color of a nav bar item.
# navText = "#666666"
# Used to mask a layer below, for example when displaying modals.
# opacityOverlay = "#00000066"
# Scroll bar color.
# scrollBar = "#000000"
# This is meant to be used as the shadow for components that sit on top of
# others.
# shadow = "#0000000D"
# A thin stroke that's used to create separation between elements. Serves as an
# outline that works well in the context of the background color.
# stroke = "#EEEEEE"
# A thin stroke, a step-down in contrast from `stroke`, balanced against
# `background`.
# strokeLight = "#F4F4F4"
# Color for regular text, optimized for legibility on background color.
# text = "#333333"
# Text color for errors.
# textError = "#EA2B2B"
# Less prominent text color to be used used to create hierarchy in relation to
# main text color.
# textSecondary = "#666666"
# A less prominent text color, helpful for inactive states and form input hints.
# textTertiary = "#999999"