mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-03 01:33:19 +00:00
Move dependencies in 'external' directory and pdate git submodules
This commit is contained in:
parent
63bf267a22
commit
cbaa1b58d8
608 changed files with 198659 additions and 199 deletions
43
external/slint-vynui/Palette.slint
vendored
Normal file
43
external/slint-vynui/Palette.slint
vendored
Normal file
|
@ -0,0 +1,43 @@
|
|||
// OneDark
|
||||
|
||||
//black = "#181a1f",
|
||||
//bg0 = "#282c34",
|
||||
//bg1 = "#31353f",
|
||||
//bg2 = "#393f4a",
|
||||
//bg3 = "#3b3f4c",
|
||||
//bg_d = "#21252b",
|
||||
//bg_blue = "#73b8f1",
|
||||
//bg_yellow = "#ebd09c",
|
||||
//fg = "#abb2bf",
|
||||
//purple = "#c678dd",
|
||||
//green = "#98c379",
|
||||
//orange = "#d19a66",
|
||||
//blue = "#61afef",
|
||||
//yellow = "#e5c07b",
|
||||
//cyan = "#56b6c2",
|
||||
//red = "#e86671",
|
||||
//grey = "#5c6370",
|
||||
//light_grey = "#848b98",
|
||||
//dark_cyan = "#2b6f77",
|
||||
//dark_red = "#993939",
|
||||
//dark_yellow = "#93691d",
|
||||
//dark_purple = "#8a3fa0",
|
||||
//diff_add = "#31392b",
|
||||
//diff_delete = "#382b2c",
|
||||
//diff_change = "#1c3448",
|
||||
//diff_text = "#2c5372",
|
||||
// ----
|
||||
|
||||
export global Palette {
|
||||
out property<brush> accent: Colors.cyan.darker(0.4);
|
||||
out property<brush> foreground: #abb2bf;
|
||||
out property<brush> foreground-hint: foreground.darker(0.2);
|
||||
out property<brush> background: #282c34;
|
||||
out property<brush> pane: #21252b;
|
||||
out property<brush> control-foreground: #abb2bf;
|
||||
out property<brush> control-background: #393f4a;
|
||||
out property<brush> card-background: background.brighter(0.2);
|
||||
out property<brush> green: Colors.greenyellow;
|
||||
out property<brush> orange: Colors.orange;
|
||||
out property<brush> red: Colors.red;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue