mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Added color picking capability in the UICodeEditor.
Some minor improvements to the code editor. Some minor fixes.
This commit is contained in:
@@ -86,7 +86,7 @@ string = #f1fa8c
|
||||
operator = #ff79c6
|
||||
function = #50fa7b
|
||||
|
||||
[gruvbox_dark]
|
||||
[gruvbox dark]
|
||||
background = #282828
|
||||
text = #928374
|
||||
caret = #fbf1c7
|
||||
|
||||
@@ -654,7 +654,7 @@ Menu::Separator {
|
||||
Menu::SubMenu::Arrow {
|
||||
width: 16dp;
|
||||
height: 16dp;
|
||||
foreground-image: poly(line, var(--icon), "-7dp -5dp, -2dp 0dp"), poly(line, var(--icon), "-7dp 5dp, -2dp 0dp");
|
||||
foreground-image: poly(line, var(--icon), "5dp 3dp, 10dp 8dp"), poly(line, var(--icon), "5dp 13dp, 10dp 8dp");
|
||||
}
|
||||
|
||||
Menu::Item::icon,
|
||||
|
||||
Reference in New Issue
Block a user