Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# build dirs
.flatpak-builder
build*
build*/

# vim
*.swp
Expand Down
61 changes: 61 additions & 0 deletions data/Application.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,64 @@ button.osd:active {
.linked.vertical button.osd:not(:first-child) {
margin-top: 0;
}

search-result-item image {
border-radius: 100%;
background-color: @STRAWBERRY_500;
background-image:
linear-gradient(
to bottom,
transparent,
alpha(white, 0.1)
);
color: white;
min-height: 2.5em;
min-width: 2.5em;
padding: 0;
-gtk-icon-shadow: 0 1px 3px @STRAWBERRY_700;
}

search-result-item.administrative-division image {
background-color: @SLATE_300;
-gtk-icon-shadow: 0 1px 3px @SLATE_500;
}

search-result-item.historical image {
background-color: @COCOA_100;
-gtk-icon-shadow: 0 1px 3px @COCOA_300;
}

search-result-item.motorway image {
background-color: @BANANA_700;
-gtk-icon-shadow: 0 1px 3px @BANANA_900;
}

search-result-item.point-of-interest image {
background-color: @BUBBLEGUM_500;
-gtk-icon-shadow: 0 1px 3px @BUBBLEGUM_700;
}

search-result-item.service image {
background-color: @ORANGE_500;
-gtk-icon-shadow: 0 1px 3px @ORANGE_700;
}

search-result-item.street image {
background-color: @SLATE_300;
-gtk-icon-shadow: 0 1px 3px @SLATE_500;
}

search-result-item.transit image {
background-color: @BLUEBERRY_500;
-gtk-icon-shadow: 0 1px 3px @BLUEBERRY_700;
}

search-result-item.water image {
background-color: @MINT_500;
-gtk-icon-shadow: 0 1px 3px @MINT_700;
}

search-result-item.land-feature image {
background-color: @LIME_500;
-gtk-icon-shadow: 0 1px 3px @LIME_700;
}
21 changes: 21 additions & 0 deletions data/icons/16/airport.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions data/icons/16/bar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions data/icons/16/building.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions data/icons/16/bus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions data/icons/16/light-rail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions data/icons/16/marker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions data/icons/16/place-of-worship.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions data/icons/16/restaurant.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions data/icons/16/school.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions data/icons/16/street.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading