From ede4904facb53c3f1a2d45b76f9b2eebfdb58834 Mon Sep 17 00:00:00 2001 From: tdro Date: Tue, 28 Nov 2023 17:47:35 -0500 Subject: .local/share/themes/Preless: Use tabler icons --- .local/share/themes/Preless/gtk-3.0/gtk.css | 4 ++++ .local/share/themes/Preless/icons/LICENSE | 6 +++--- .local/share/themes/Preless/icons/arrow-down.svg | 20 +++++++------------- .local/share/themes/Preless/icons/arrow-left.svg | 8 ++++++++ .local/share/themes/Preless/icons/arrow-right.svg | 20 +++++++------------- .local/share/themes/Preless/icons/arrow-up.svg | 8 ++++++++ .local/share/themes/Preless/icons/selector.svg | 7 +++++++ 7 files changed, 44 insertions(+), 29 deletions(-) create mode 100644 .local/share/themes/Preless/icons/arrow-left.svg create mode 100644 .local/share/themes/Preless/icons/arrow-up.svg create mode 100644 .local/share/themes/Preless/icons/selector.svg diff --git a/.local/share/themes/Preless/gtk-3.0/gtk.css b/.local/share/themes/Preless/gtk-3.0/gtk.css index 50dfa9e..3e23a63 100644 --- a/.local/share/themes/Preless/gtk-3.0/gtk.css +++ b/.local/share/themes/Preless/gtk-3.0/gtk.css @@ -218,6 +218,10 @@ menuitem arrow.right { background-image: url("../icons/arrow-right.svg"); } +combobox box.horizontal arrow { + background-image: url("../icons/selector.svg"); +} + widget.path-bar button { margin-left: 4px; } diff --git a/.local/share/themes/Preless/icons/LICENSE b/.local/share/themes/Preless/icons/LICENSE index b869713..fe62055 100644 --- a/.local/share/themes/Preless/icons/LICENSE +++ b/.local/share/themes/Preless/icons/LICENSE @@ -1,6 +1,6 @@ -The MIT License (MIT) +MIT License -Copyright (c) 2013-2017 Cole Bemis +Copyright (c) 2020-2023 Paweł Kuna Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/.local/share/themes/Preless/icons/arrow-down.svg b/.local/share/themes/Preless/icons/arrow-down.svg index 708e35f..37211bc 100644 --- a/.local/share/themes/Preless/icons/arrow-down.svg +++ b/.local/share/themes/Preless/icons/arrow-down.svg @@ -1,14 +1,8 @@ - - - + + + + + + + diff --git a/.local/share/themes/Preless/icons/arrow-left.svg b/.local/share/themes/Preless/icons/arrow-left.svg new file mode 100644 index 0000000..c152187 --- /dev/null +++ b/.local/share/themes/Preless/icons/arrow-left.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.local/share/themes/Preless/icons/arrow-right.svg b/.local/share/themes/Preless/icons/arrow-right.svg index 5c5494f..59d4904 100644 --- a/.local/share/themes/Preless/icons/arrow-right.svg +++ b/.local/share/themes/Preless/icons/arrow-right.svg @@ -1,14 +1,8 @@ - - - + + + + + + + diff --git a/.local/share/themes/Preless/icons/arrow-up.svg b/.local/share/themes/Preless/icons/arrow-up.svg new file mode 100644 index 0000000..dbfbe91 --- /dev/null +++ b/.local/share/themes/Preless/icons/arrow-up.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.local/share/themes/Preless/icons/selector.svg b/.local/share/themes/Preless/icons/selector.svg new file mode 100644 index 0000000..d138dcf --- /dev/null +++ b/.local/share/themes/Preless/icons/selector.svg @@ -0,0 +1,7 @@ + + + + + + + -- cgit v1.2.3