Skip to content

Commit

Permalink
updated icon to search and size and color
Browse files Browse the repository at this point in the history
  • Loading branch information
szecket authored and hunger committed Dec 10, 2024
1 parent 6e4d9a9 commit c154de6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ path = [
"tools/lsp/ui/assets/chevron-down.svg",
"tools/lsp/ui/assets/inspect.svg",
"tools/lsp/ui/assets/layout-sidebar**.svg",
"tools/lsp/ui/assets/search.svg",
"tools/lsp/ui/assets/sync.svg",
]
precedence = "aggregate"
Expand Down
1 change: 1 addition & 0 deletions tools/lsp/ui/assets/search.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions tools/lsp/ui/components/styling.slint
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ export global Icons {
out property <image> add: @image-url("../assets/add.svg");
out property <image> chevron-down: @image-url("../assets/chevron-down.svg");
out property <image> inspect: @image-url("../assets/inspect.svg");
out property <image> search: @image-url("../assets/search.svg");
out property <image> sidebar-left-off: @image-url("../assets/layout-sidebar-left-off.svg");
out property <image> sidebar-right-off: @image-url("../assets/layout-sidebar-right-off.svg");
out property <image> sidebar-left: @image-url("../assets/layout-sidebar-left.svg");
out property <image> sidebar-right: @image-url("../assets/layout-sidebar-right.svg");
out property <image> sync: @image-url("../assets/sync.svg");

}

export struct TextStyle {
Expand Down Expand Up @@ -56,7 +56,6 @@ export global EditorSpaceSettings {
in property <length> default-spacing: 8px;
in property <length> group-indent: 10px;
in property <length> property-spacing: 5px;

}

export global EditorSizeSettings {
Expand Down

0 comments on commit c154de6

Please sign in to comment.