chore: add defaults (#1994)
- [x] I have disclosed use of any AI generated code in my commit messages. - If you are using an LLM, and do not fully understand the changes it is making to the code base, do not create a PR. - In our experience, AI generated code often results in overly complex code that lacks enough context for a proper fix or feature inclusion. This results in considerably longer code reviews. Due to this, AI authored or partially authored PRs may be closed without comment. - [x] I understand these changes in full and will be able to respond to review comments. - [x] My change is accurately described in the commit message. - [x] My contribution is tested and working as described. - [x] I have read the [Developer Certificate of Origin](https://developercertificate.org/) and certify my contribution under its conditions.
This commit is contained in:
commit
cb58af2be4
2 changed files with 148 additions and 0 deletions
|
|
@ -0,0 +1,74 @@
|
||||||
|
(
|
||||||
|
base: (
|
||||||
|
red: 0.0,
|
||||||
|
green: 0.0,
|
||||||
|
blue: 0.0,
|
||||||
|
alpha: 0.0,
|
||||||
|
),
|
||||||
|
hover: (
|
||||||
|
red: 0.0,
|
||||||
|
green: 0.0,
|
||||||
|
blue: 0.0,
|
||||||
|
alpha: 0.0,
|
||||||
|
),
|
||||||
|
pressed: (
|
||||||
|
red: 0.08610422,
|
||||||
|
green: 0.08610421,
|
||||||
|
blue: 0.08610421,
|
||||||
|
alpha: 0.5,
|
||||||
|
),
|
||||||
|
selected: (
|
||||||
|
red: 0.0,
|
||||||
|
green: 0.0,
|
||||||
|
blue: 0.0,
|
||||||
|
alpha: 0.0,
|
||||||
|
),
|
||||||
|
selected_text: (
|
||||||
|
red: 0.3882353,
|
||||||
|
green: 0.8156863,
|
||||||
|
blue: 0.8745098,
|
||||||
|
alpha: 1.0,
|
||||||
|
),
|
||||||
|
focus: (
|
||||||
|
red: 0.3882353,
|
||||||
|
green: 0.8156863,
|
||||||
|
blue: 0.8745098,
|
||||||
|
alpha: 1.0,
|
||||||
|
),
|
||||||
|
divider: (
|
||||||
|
red: 0.7532969,
|
||||||
|
green: 0.7532969,
|
||||||
|
blue: 0.75329685,
|
||||||
|
alpha: 0.2,
|
||||||
|
),
|
||||||
|
on: (
|
||||||
|
red: 0.7532969,
|
||||||
|
green: 0.7532969,
|
||||||
|
blue: 0.75329685,
|
||||||
|
alpha: 1.0,
|
||||||
|
),
|
||||||
|
disabled: (
|
||||||
|
red: 0.0,
|
||||||
|
green: 0.0,
|
||||||
|
blue: 0.0,
|
||||||
|
alpha: 0.0,
|
||||||
|
),
|
||||||
|
on_disabled: (
|
||||||
|
red: 0.7532969,
|
||||||
|
green: 0.7532969,
|
||||||
|
blue: 0.75329685,
|
||||||
|
alpha: 0.65,
|
||||||
|
),
|
||||||
|
border: (
|
||||||
|
red: 0.743206,
|
||||||
|
green: 0.74320585,
|
||||||
|
blue: 0.74320585,
|
||||||
|
alpha: 1.0,
|
||||||
|
),
|
||||||
|
disabled_border: (
|
||||||
|
red: 0.743206,
|
||||||
|
green: 0.74320585,
|
||||||
|
blue: 0.74320585,
|
||||||
|
alpha: 0.5,
|
||||||
|
),
|
||||||
|
)
|
||||||
|
|
@ -0,0 +1,74 @@
|
||||||
|
(
|
||||||
|
base: (
|
||||||
|
red: 0.0,
|
||||||
|
green: 0.0,
|
||||||
|
blue: 0.0,
|
||||||
|
alpha: 0.0,
|
||||||
|
),
|
||||||
|
hover: (
|
||||||
|
red: 0.0,
|
||||||
|
green: 0.0,
|
||||||
|
blue: 0.0,
|
||||||
|
alpha: 0.0,
|
||||||
|
),
|
||||||
|
pressed: (
|
||||||
|
red: 0.74320567,
|
||||||
|
green: 0.743206,
|
||||||
|
blue: 0.74320585,
|
||||||
|
alpha: 0.5,
|
||||||
|
),
|
||||||
|
selected: (
|
||||||
|
red: 0.0,
|
||||||
|
green: 0.0,
|
||||||
|
blue: 0.0,
|
||||||
|
alpha: 0.0,
|
||||||
|
),
|
||||||
|
selected_text: (
|
||||||
|
red: 0.0,
|
||||||
|
green: 0.32156864,
|
||||||
|
blue: 0.3529412,
|
||||||
|
alpha: 1.0,
|
||||||
|
),
|
||||||
|
focus: (
|
||||||
|
red: 0.0,
|
||||||
|
green: 0.32156864,
|
||||||
|
blue: 0.3529412,
|
||||||
|
alpha: 1.0,
|
||||||
|
),
|
||||||
|
divider: (
|
||||||
|
red: 0.15292808,
|
||||||
|
green: 0.15292814,
|
||||||
|
blue: 0.15292796,
|
||||||
|
alpha: 0.2,
|
||||||
|
),
|
||||||
|
on: (
|
||||||
|
red: 0.15292808,
|
||||||
|
green: 0.15292814,
|
||||||
|
blue: 0.15292796,
|
||||||
|
alpha: 1.0,
|
||||||
|
),
|
||||||
|
disabled: (
|
||||||
|
red: 0.0,
|
||||||
|
green: 0.0,
|
||||||
|
blue: 0.0,
|
||||||
|
alpha: 0.0,
|
||||||
|
),
|
||||||
|
on_disabled: (
|
||||||
|
red: 0.15292808,
|
||||||
|
green: 0.15292814,
|
||||||
|
blue: 0.15292796,
|
||||||
|
alpha: 0.65,
|
||||||
|
),
|
||||||
|
border: (
|
||||||
|
red: 0.08610404,
|
||||||
|
green: 0.08610427,
|
||||||
|
blue: 0.08610421,
|
||||||
|
alpha: 1.0,
|
||||||
|
),
|
||||||
|
disabled_border: (
|
||||||
|
red: 0.08610404,
|
||||||
|
green: 0.08610427,
|
||||||
|
blue: 0.08610421,
|
||||||
|
alpha: 0.5,
|
||||||
|
),
|
||||||
|
)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue