Added color picking capability in the UICodeEditor.

Some minor improvements to the code editor.
Some minor fixes.
This commit is contained in:
Martín Lucas Golini
2020-06-07 19:52:39 -03:00
parent 3c218237e1
commit bd9170baee
14 changed files with 201 additions and 20 deletions

View File

@@ -86,7 +86,7 @@ string = #f1fa8c
operator = #ff79c6
function = #50fa7b
[gruvbox_dark]
[gruvbox dark]
background = #282828
text = #928374
caret = #fbf1c7

View File

@@ -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,