Compare commits
No commits in common. "master" and "v2.0" have entirely different histories.
|
@ -1,33 +0,0 @@
|
|||
# EditorConfig helps developers define and maintain consistent
|
||||
# coding styles between different editors and IDEs
|
||||
# editorconfig.org
|
||||
|
||||
root = true
|
||||
|
||||
|
||||
[*]
|
||||
|
||||
# change these settings to your own preference
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
# we recommend you to keep these unchanged
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.yml]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
[*.sh]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
|
@ -1,247 +0,0 @@
|
|||
# Contributing to the Numix Project
|
||||
|
||||
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
|
||||
|
||||
The following is a set of guidelines for contributing to the Numix Project and its visual works, which are hosted in the [Numix Project Organization](https://github.com/numixproject) on GitHub.
|
||||
These are just guidelines, not rules, use your best judgment and feel free to propose changes to this document in a pull request.
|
||||
|
||||
#### Table Of Contents
|
||||
|
||||
[What should I know before I get started?](#what-should-i-know-before-i-get-started)
|
||||
* [Code of Conduct](#code-of-conduct)
|
||||
|
||||
[How Can I Contribute?](#how-can-i-contribute)
|
||||
* [Reporting Bugs](#reporting-bugs)
|
||||
* [Suggesting Enhancements](#suggesting-enhancements)
|
||||
* [Your First Code Contribution](#your-first-code-contribution)
|
||||
* [Pull Requests](#pull-requests)
|
||||
|
||||
[Style Guides](#styleguides)
|
||||
* [Git Commit Messages](#git-commit-messages)
|
||||
|
||||
[Additional Notes](#additional-notes)
|
||||
* [Issue and Pull Request Labels](#issue-and-pull-request-labels)
|
||||
|
||||
## What should I know before I get started?
|
||||
|
||||
### Code of Conduct
|
||||
|
||||
This project adheres to the Contributor Covenant [code of conduct](/CODE_OF_CONDUCT.md).
|
||||
By participating, you are expected to uphold this code.
|
||||
Please report unacceptable behavior to [numixproject@github.com](mailto:numixproject@github.com).
|
||||
|
||||
## How Can I Contribute?
|
||||
|
||||
### Reporting Bugs
|
||||
|
||||
This section guides you through submitting a bug report for a Numix product/project. Following these guidelines helps maintainers and the community understand your report :pencil:, reproduce the behavior :computer: :computer:, and find related reports :mag_right:.
|
||||
|
||||
Before creating bug reports, please check [this list](#before-submitting-a-bug-report) as you might find out that you don't need to create one. When you are creating a bug report, please [include as many details as possible](#how-do-i-submit-a-good-bug-report). Please try not to deviate away from the predefined issue template's format as doing so will delay the review of your issue.
|
||||
|
||||
#### Before Submitting A Bug Report
|
||||
|
||||
* **Most importantly**, check to see if you can reproduce the problem while using the latest version of the product/project from its [`master` branch](https://github.com/numixproject/numix-gtk-theme/tree/master).
|
||||
* **Perform a [cursory search](https://github.com/issues?q=+is%3Aissue+user%3Anumixproject)** to see if the problem has already been reported. If it has, add a *thumbs up* reaction to the existing issue instead of opening a new one. Only add comments to issues when you have new information to provide that is relevant to the issue.
|
||||
|
||||
#### How Do I Submit A (Good) Bug Report?
|
||||
|
||||
Bugs are tracked as [GitHub issues](https://guides.github.com/features/issues/). After you've determined [which repository](http://github.com/numixproject) your bug is related to, create an issue on that repository and provide the following information.
|
||||
|
||||
Explain the problem and include additional details to help maintainers reproduce the problem:
|
||||
|
||||
* **Use a clear and descriptive title** for the issue to identify the problem. The **preferred format for issue titles** is:
|
||||
* `General Scope :: Specialized Scope :: One-sentence description of the issue`
|
||||
* Example: `GTK 3.20 :: Nautilus :: Active tab is not easily distinguishable from other tabs`
|
||||
* **Describe the exact steps which reproduce the problem** in as many details as possible.
|
||||
* **Describe the behavior you observed after following the steps** and point out what exactly is the problem with that behavior.
|
||||
* **Explain which behavior you expected to see instead and why.**
|
||||
* **Include screenshots and, when applicable, animated GIFs** which clearly demonstrate the problem. You can use [this tool](https://github.com/colinkeenan/silentcast) or [this tool](https://github.com/GNOME/byzanz) to create animated GIFs on Linux.
|
||||
|
||||
Provide more context by answering these questions when applicable:
|
||||
|
||||
* **Did the problem start happening recently** (e.g. after updating to a new version of the product) or was this always a problem?
|
||||
* If the problem started happening recently, **can you reproduce the problem in an older version of the product?** What's the most recent version in which the problem doesn't happen? You can download older versions of the product from [its releases page](https://github.com/numixproject/).
|
||||
* **Can you reliably reproduce the issue?** If not, provide details about how often the problem happens and under which conditions it normally happens.
|
||||
|
||||
Include details about your configuration and environment:
|
||||
|
||||
* **Which version of the product are you using?**
|
||||
* **What's the name and version of the distribution you're using**?
|
||||
* **Which version of GTK do you have installed?**
|
||||
|
||||
#### Template For Submitting Bug Reports
|
||||
|
||||
When you create a new issue, you will see that a structured template has been pre-filled for you. Please try not to deviate away from the template.
|
||||
|
||||
### Suggesting Enhancements
|
||||
|
||||
This section guides you through submitting an enhancement suggestion for a Numix product/project, including completely new features/designs and minor improvements to existing features/designs. Following these guidelines helps maintainers and the community understand your suggestion :pencil: and find related suggestions :mag_right:.
|
||||
|
||||
Before creating enhancement suggestions, please check [this list](#before-submitting-an-enhancement-suggestion) as you might find out that you don't need to create one. When you are creating an enhancement suggestion, please [include as many details as possible](#how-do-i-submit-a-good-enhancement-suggestion). Try not to deviate away from the predefined issue template's format as doing so will delay the review of your issue.
|
||||
|
||||
#### Before Submitting An Enhancement Suggestion
|
||||
|
||||
* **Perform a [cursory search](https://github.com/issues?q=+is%3Aissue+user%3Anumixproject)** to see if the enhancement has already been suggested. If it has, add a *thumbs up* reaction to the existing issue instead of opening a new one.
|
||||
|
||||
#### How Do I Submit A (Good) Enhancement Suggestion?
|
||||
|
||||
Enhancement suggestions are tracked as [GitHub issues](https://guides.github.com/features/issues/). After you've determined [which repository](http://github.com/numixproject) your enhancement suggestions is related to, create an issue on that repository and provide the following information:
|
||||
|
||||
* **Use a clear and descriptive title** for the issue to identify the problem. The **preferred format for issue titles** is:
|
||||
* `General Scope :: Specialized Scope :: One-sentence description of the suggested enhancement`
|
||||
* Example: `MATE Desktop :: Panel :: Add support for MATE Panel`
|
||||
* **Provide a detailed description of the suggested enhancement**.
|
||||
* **Include screenshots and, where applicable, animated GIFs** which help you demonstrate the current vs. desired results or to point out the part of the product/project to which the suggestion relates. You can use [this tool](https://github.com/colinkeenan/silentcast) or [this tool](https://github.com/GNOME/byzanz) to create animated GIFs on Linux.
|
||||
* **Explain why this enhancement is needed**.
|
||||
* **Specify which version of the product/project you're using.**.
|
||||
* **Specify the name and version of the distribution you're using.**
|
||||
|
||||
#### Template For Submitting Enhancement Suggestions
|
||||
|
||||
When you create a new issue, you will see that a structured template has been pre-filled for you. Please try not to deviate away from the template.
|
||||
|
||||
### Your First Code Contribution
|
||||
|
||||
Unsure where to begin contributing to Numix? You can start by looking through these `beginner` and `help-wanted` issues:
|
||||
|
||||
* [Beginner issues][beginner] - issues that should only require a few lines of code.
|
||||
* [Help welcomed issues][help-welcomed] - issues that should be a bit more involved than `beginner` issues.
|
||||
|
||||
Both issue lists are sorted by total number of *thumbs up* reactions which is a reasonable proxy for the impact a given change will have.
|
||||
|
||||
### Pull Requests
|
||||
|
||||
* Every pull request should directly address at least one existing github issue. All activity related to the review of a pull request will be tracked on the github issue targeted by the pull request including comments, questions, feedback, etc.
|
||||
* If there is no existing github issue, you should create one prior to submitting your pull request.
|
||||
* Your commit message should directly reference the issue it addresses ("Fix \#123" or "Fixes \#123").
|
||||
* Pull requests should not include large scale changes. **Always** break up large scale changes into multiple pull requests.
|
||||
* Since most Numix products/projects are visual design oriented, **always** include before/after screenshots and, when applicable, animated GIFs in your pull requests.
|
||||
* Follow the [Sass](#sass-styleguide) and [CSS](https://github.com/styleguide/css) style guides.
|
||||
* End files with a newline.
|
||||
|
||||
## Style Guides
|
||||
|
||||
### Git Commit Messages
|
||||
|
||||
* Use the present tense ("Add feature" not "Added feature")
|
||||
* Limit the first line to 72 characters or less
|
||||
* Reference issues and other pull requests liberally
|
||||
|
||||
## Additional Notes
|
||||
|
||||
### Issue and Pull Request Labels
|
||||
|
||||
This section lists the labels we use to help us track and manage issues and pull requests. Most labels are used across all Numix repositories, but some are specific to `numixproject/numix-gtk-theme`.
|
||||
|
||||
[GitHub search](https://help.github.com/articles/searching-issues/) makes it easy to use labels for finding groups of issues or pull requests you're interested in. For example, you might be interested in [open issues across `numixproject/numix-gtk-theme` and all Numix products/projects which are labeled as bugs, but still need to be confirmed (reliably reproduced)](https://github.com/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Abug+label%3Aneeds-confirmation) or perhaps [open pull requests in `numixproject/numix-gtk-theme` which haven't been reviewed yet](https://github.com/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+repo%3Anumixproject%2Fnumix-gtk-theme+comments%3A0).
|
||||
|
||||
To help you find issues and pull requests, each label is listed with search links for finding open items with that label in `numixproject/numix-gtk-theme` only as well as across all Numix repositories. We encourage you to read about [other search filters](https://help.github.com/articles/searching-issues/) which will help you write more focused queries.
|
||||
|
||||
The labels are loosely grouped by their purpose, but it's not required that every issue have a label from every group nor that an issue can't have more than one label from the same group.
|
||||
|
||||
Please open an issue on numixproject/numix-gtk-theme if you have suggestions for new labels, and if you notice some labels are missing on some repositories, then please open an issue on that repository.
|
||||
|
||||
#### Type of Issue and Issue State
|
||||
|
||||
| Label name | `numix-gtk-theme` :mag_right: | `numixproject`‑org :mag_right: | Description |
|
||||
| --- | --- | --- | --- |
|
||||
| `enhancement` | [search][search-numix-gtk-theme-repo-label-enhancement] | [search][search-numixproject-org-label-enhancement] | Feature requests. |
|
||||
| `bug` | [search][search-numix-gtk-theme-repo-label-bug] | [search][search-numixproject-org-label-bug] | Confirmed bugs or reports that are very likely to be bugs. |
|
||||
| `help-welcomed` | [search][search-numix-gtk-theme-repo-label-help-welcomed] | [search][search-numixproject-org-label-help-welcomed] | The Nunmix Project core team would appreciate help from the community in resolving these issues. |
|
||||
| `beginner` | [search][search-numix-gtk-theme-repo-label-beginner] | [search][search-numixproject-org-label-beginner] | Less complex issues which would be good first issues to work on for users who want to contribute to Numix. |
|
||||
| `needs-more-information` | [search][search-numix-gtk-theme-repo-label-needs-more-information] | [search][search-numixproject-org-label-needs-more-information] | More information needs to be collected about these problems or feature requests (e.g. steps to reproduce). |
|
||||
| `needs-confirmation` | [search][search-numix-gtk-theme-repo-label-needs-confirmation] | [search][search-numixproject-org-label-needs-confirmation] | Likely bugs, but haven't been reliably reproduced. |
|
||||
| `duplicate` | [search][search-numix-gtk-theme-repo-label-duplicate] | [search][search-numixproject-org-label-duplicate] | Issues which are duplicates of other issues, i.e. they have been reported before. |
|
||||
| `wontfix` | [search][search-numix-gtk-theme-repo-label-wontfix] | [search][search-numixproject-org-label-wontfix] | The Numix Project core team has decided not to fix these issues for now, either because they're working as intended or for some other reason. |
|
||||
| `invalid` | [search][search-numix-gtk-theme-repo-label-invalid] | [search][search-numixproject-org-label-invalid] | Issues which aren't valid (e.g. user errors). |
|
||||
|
||||
#### Topic Categories
|
||||
|
||||
| Label name | `numix-gtk-theme` :mag_right: | `numixproject`‑org :mag_right: | Description |
|
||||
| --- | --- | --- | --- |
|
||||
| `GTK` | [search][search-numix-gtk-theme-repo-label-gtk] | [search][search-numixproject-org-label-gtk] | Related to GTK. |
|
||||
| `KDE` | [search][search-numix-gtk-theme-repo-label-kde] | [search][search-numixproject-org-label-kde] | Related to KDE. |
|
||||
| `Xfce` | [search][search-numix-gtk-theme-repo-label-xfce] | [search][search-numixproject-org-label-xfce] | Related to Xfce. |
|
||||
| `Openbox` | [search][search-numix-gtk-theme-repo-label-openbox] | [search][search-numixproject-org-label-openbox] | Related to Openbox. |
|
||||
| `Unity` | [search][search-numix-gtk-theme-repo-label-unity] | [search][search-numixproject-org-label-unity] | Related to Unity. |
|
||||
| `Cinnamon` | [search][search-numix-gtk-theme-repo-label-cinnamon] | [search][search-numixproject-org-label-cinnamon] | Related to Cinnamon. |
|
||||
| `GNOME Shell` | [search][search-numix-gtk-theme-repo-label-gnome-shell] | [search][search-numixproject-org-label-gnome-shell] | Related to GNOME Shell. |
|
||||
| `GTK 2.0` | [search][search-numix-gtk-theme-repo-label-gtk-2.0] | [search][search-numixproject-org-label-gtk-2.0] | Related to GTK 2.0. |
|
||||
| `GTK 3.16` | [search][search-numix-gtk-theme-repo-label-gtk-3.16] | [search][search-numixproject-org-label-gtk-3.16] | Related to GTK 3.16. |
|
||||
| `GTK 3.18` | [search][search-numix-gtk-theme-repo-label-gtk-3.18] | [search][search-numixproject-org-label-gtk-3.18] | Related to GTK 3.18. |
|
||||
| `GTK 3.20` | [search][search-numix-gtk-theme-repo-label-gtk-3.20] | [search][search-numixproject-org-label-gtk-3.20] | Related to GTK 3.20. |
|
||||
| `GTK 3.22` | [search][search-numix-gtk-theme-repo-label-gtk-3.22] | [search][search-numixproject-org-label-gtk-3.22] | Related to GTK 3.22. |
|
||||
| `metacity/mutter` | [search][search-numix-gtk-theme-repo-label-metacity-mutter] | [search][search-numixproject-org-label-metacity-mutter] | Related to Metacity/Mutter. |
|
||||
|
||||
#### Pull Request Labels
|
||||
|
||||
| Label name | `numix-gtk-theme` :mag_right: | `numixproject`‑org :mag_right: | Description
|
||||
| --- | --- | --- | --- |
|
||||
| `work-in-progress` | [search][search-numix-gtk-theme-repo-label-work-in-progress] | [search][search-numixproject-org-label-work-in-progress] | Pull requests which are still being worked on, more changes will follow. |
|
||||
| `needs-review` | [search][search-numix-gtk-theme-repo-label-needs-review] | [search][search-numixproject-org-label-needs-review] | Pull requests which need code review, and approval from maintainers or Numix Project core team. |
|
||||
| `acknowledged` | [search][search-numix-gtk-theme-repo-label-acknowledged] | [search][search-numixproject-org-label-acknowledged] | Pull requests that have been acknowledged/claimed by a maintainer or Numix Project core team member for later review. |
|
||||
| `under-review` | [search][search-numix-gtk-theme-repo-label-under-review] | [search][search-numixproject-org-label-under-review] | Pull requests being reviewed by maintainers or Numix Project core team. |
|
||||
| `requires-changes` | [search][search-numix-gtk-theme-repo-label-requires-changes] | [search][search-numixproject-org-label-requires-changes] | Pull requests which need to be updated based on review comments and then reviewed again. |
|
||||
| `needs-testing` | [search][search-numix-gtk-theme-repo-label-needs-testing] | [search][search-numixproject-org-label-needs-testing] | Pull requests which need manual testing. |
|
||||
|
||||
|
||||
[search-numix-gtk-theme-repo-label-enhancement]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Aenhancement
|
||||
[search-numixproject-org-label-enhancement]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Aenhancement
|
||||
[search-numix-gtk-theme-repo-label-bug]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Abug
|
||||
[search-numixproject-org-label-bug]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Abug
|
||||
[search-numix-gtk-theme-repo-label-help-welcomed]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Ahelp-welcomed
|
||||
[search-numixproject-org-label-help-welcomed]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Ahelp-welcomed
|
||||
[search-numix-gtk-theme-repo-label-beginner]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Abeginner
|
||||
[search-numixproject-org-label-beginner]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Abeginner
|
||||
[search-numix-gtk-theme-repo-label-needs-more-information]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Aneeds-more-information
|
||||
[search-numixproject-org-label-needs-more-information]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Aneeds-more-information
|
||||
[search-numix-gtk-theme-repo-label-needs-confirmation]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Aneeds-confirmation
|
||||
[search-numixproject-org-label-needs-confirmation]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Aneeds-confirmation
|
||||
[search-numix-gtk-theme-repo-label-duplicate]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Aduplicate
|
||||
[search-numixproject-org-label-duplicate]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Aduplicate
|
||||
[search-numix-gtk-theme-repo-label-wontfix]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Awontfix
|
||||
[search-numixproject-org-label-wontfix]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Awontfix
|
||||
[search-numix-gtk-theme-repo-label-invalid]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Ainvalid
|
||||
[search-numixproject-org-label-invalid]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Ainvalid
|
||||
|
||||
[search-numix-gtk-theme-repo-label-gtk]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Agtk
|
||||
[search-numixproject-org-label-gtk]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Agtk
|
||||
[search-numix-gtk-theme-repo-label-kde]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Akde
|
||||
[search-numixproject-org-label-kde]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Akde
|
||||
[search-numix-gtk-theme-repo-label-xfce]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Axfce
|
||||
[search-numixproject-org-label-xfce]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Axfce
|
||||
[search-numix-gtk-theme-repo-label-openbox]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Aopenbox
|
||||
[search-numixproject-org-label-openbox]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Aopenbox
|
||||
[search-numix-gtk-theme-repo-label-unity]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Aunity
|
||||
[search-numixproject-org-label-unity]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Aunity
|
||||
[search-numix-gtk-theme-repo-label-cinnamon]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Acinnamon
|
||||
[search-numixproject-org-label-cinnamon]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Acinnamon
|
||||
[search-numix-gtk-theme-repo-label-gnome-shell]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Agnome-shell
|
||||
[search-numixproject-org-label-gnome-shell]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Agnome-shell
|
||||
[search-numix-gtk-theme-repo-label-gtk-2.0]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Agtk-2.0
|
||||
[search-numixproject-org-label-gtk-2.0]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Agtk-2.0
|
||||
[search-numix-gtk-theme-repo-label-gtk-3.16]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Agtk-3.16
|
||||
[search-numixproject-org-label-gtk-3.16]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Agtk-3.16
|
||||
[search-numix-gtk-theme-repo-label-gtk-3.18]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Agtk-3.18
|
||||
[search-numixproject-org-label-gtk-3.18]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Agtk-3.18
|
||||
[search-numix-gtk-theme-repo-label-gtk-3.20]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Agtk-3.20
|
||||
[search-numixproject-org-label-gtk-3.20]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Agtk-3.20
|
||||
[search-numix-gtk-theme-repo-label-gtk-3.22]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Agtk-3.22
|
||||
[search-numixproject-org-label-gtk-3.22]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Agtk-3.22
|
||||
[search-numix-gtk-theme-repo-label-metacity-mutter]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Ametacity-mutter
|
||||
[search-numixproject-org-label-metacity-mutter]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Ametacity-mutter
|
||||
[search-numix-gtk-theme-repo-label-work-in-progress]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Awork-in-progress
|
||||
[search-numixproject-org-label-work-in-progress]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Awork-in-progress
|
||||
[search-numix-gtk-theme-repo-label-needs-review]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Aneeds-review
|
||||
[search-numixproject-org-label-needs-review]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Aneeds-review
|
||||
[search-numix-gtk-theme-repo-label-acknowledged]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Aacknowledged
|
||||
[search-numixproject-org-label-acknowledged]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Aacknowledged
|
||||
[search-numix-gtk-theme-repo-label-under-review]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Aunder-review
|
||||
[search-numixproject-org-label-under-review]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Aunder-review
|
||||
[search-numix-gtk-theme-repo-label-requires-changes]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Arequires-changes
|
||||
[search-numixproject-org-label-requires-changes]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Arequires-changes
|
||||
[search-numix-gtk-theme-repo-label-needs-testing]: https://github.com/issues?q=is%3Aopen+is%3Aissue+repo%3Anumixproject%2Fnumix-gtk-theme+label%3Aneeds-testing
|
||||
[search-numixproject-org-label-needs-testing]: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Anumixproject+label%3Aneeds-testing
|
||||
|
||||
[beginner]:https://github.com/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3Abeginner+label%3Ahelp-wanted+user%3Anumixproject+sort%3Acomments-desc
|
||||
[help-wanted]:https://github.com/issues?q=is%3Aopen+is%3Aissue+label%3Ahelp-wanted+user%3Anumixproject+sort%3Acomments-desc
|
|
@ -1,11 +1,2 @@
|
|||
# Ignore Backup Copies from Text Editor
|
||||
*~
|
||||
|
||||
# Ignore SASS files
|
||||
.sass-cache
|
||||
gtk.gresource
|
||||
dist
|
||||
|
||||
# Jetbrains IDEs
|
||||
.idea
|
||||
*.iml
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
scss:
|
||||
config_file: .scss-lint.yml
|
196
.scss-lint.yml
|
@ -1,196 +0,0 @@
|
|||
linters:
|
||||
|
||||
BangFormat:
|
||||
enabled: true
|
||||
space_before_bang: true
|
||||
space_after_bang: false
|
||||
|
||||
BorderZero:
|
||||
enabled: true
|
||||
|
||||
ColorKeyword:
|
||||
enabled: true
|
||||
|
||||
ColorVariable:
|
||||
enabled: true
|
||||
|
||||
Comment:
|
||||
enabled: false
|
||||
|
||||
DebugStatement:
|
||||
enabled: true
|
||||
|
||||
DeclarationOrder:
|
||||
enabled: true
|
||||
|
||||
DisableLinterReason:
|
||||
enabled: false
|
||||
|
||||
DuplicateProperty:
|
||||
enabled: true
|
||||
|
||||
ElsePlacement:
|
||||
enabled: true
|
||||
style: same_line
|
||||
|
||||
EmptyLineBetweenBlocks:
|
||||
enabled: true
|
||||
ignore_single_line_blocks: false
|
||||
|
||||
EmptyRule:
|
||||
enabled: true
|
||||
|
||||
ExtendDirective:
|
||||
enabled: false
|
||||
|
||||
FinalNewline:
|
||||
enabled: true
|
||||
present: true
|
||||
|
||||
HexLength:
|
||||
enabled: true
|
||||
style: short
|
||||
|
||||
HexNotation:
|
||||
enabled: true
|
||||
style: lowercase
|
||||
|
||||
HexValidation:
|
||||
enabled: true
|
||||
|
||||
IdSelector:
|
||||
enabled: false
|
||||
|
||||
ImportantRule:
|
||||
enabled: true
|
||||
|
||||
ImportPath:
|
||||
enabled: true
|
||||
leading_underscore: false
|
||||
filename_extension: false
|
||||
|
||||
Indentation:
|
||||
enabled: true
|
||||
character: space
|
||||
width: 4
|
||||
|
||||
LeadingZero:
|
||||
enabled: true
|
||||
style: exclude_zero
|
||||
|
||||
MergeableSelector:
|
||||
enabled: false
|
||||
|
||||
NameFormat:
|
||||
enabled: false
|
||||
convention: hyphenated_lowercase
|
||||
|
||||
NestingDepth:
|
||||
enabled: true
|
||||
max_depth: 5
|
||||
|
||||
PlaceholderInExtend:
|
||||
enabled: false
|
||||
|
||||
PropertyCount:
|
||||
enabled: false
|
||||
|
||||
PropertySortOrder:
|
||||
enabled: false
|
||||
|
||||
PropertySpelling:
|
||||
enabled: true
|
||||
extra_properties: [ "icon-shadow", "outline-radius" ]
|
||||
|
||||
PropertyUnits:
|
||||
enabled: true
|
||||
global: [ "px", "%", "s", "ms" ]
|
||||
|
||||
PseudoElement:
|
||||
enabled: false
|
||||
|
||||
QualifyingElement:
|
||||
enabled: false
|
||||
allow_element_with_attribute: false
|
||||
allow_element_with_class: false
|
||||
allow_element_with_id: false
|
||||
|
||||
SelectorDepth:
|
||||
enabled: true
|
||||
max_depth: 5
|
||||
|
||||
SelectorFormat:
|
||||
enabled: false
|
||||
convention: hyphenated_lowercase
|
||||
|
||||
Shorthand:
|
||||
enabled: true
|
||||
|
||||
SingleLinePerProperty:
|
||||
enabled: true
|
||||
allow_single_line_rule_sets: true
|
||||
|
||||
SingleLinePerSelector:
|
||||
enabled: false
|
||||
|
||||
SpaceAfterComma:
|
||||
enabled: true
|
||||
|
||||
SpaceAfterPropertyColon:
|
||||
enabled: true
|
||||
style: one_space
|
||||
|
||||
SpaceAfterPropertyName:
|
||||
enabled: true
|
||||
|
||||
SpaceAfterVariableName:
|
||||
enabled: true
|
||||
|
||||
SpaceAroundOperator:
|
||||
enabled: true
|
||||
|
||||
SpaceBeforeBrace:
|
||||
enabled: true
|
||||
style: space
|
||||
allow_single_line_padding: true
|
||||
|
||||
SpaceBetweenParens:
|
||||
enabled: true
|
||||
spaces: 0
|
||||
|
||||
StringQuotes:
|
||||
enabled: true
|
||||
style: double_quotes
|
||||
|
||||
TrailingSemicolon:
|
||||
enabled: true
|
||||
|
||||
TrailingZero:
|
||||
enabled: true
|
||||
|
||||
UnnecessaryMantissa:
|
||||
enabled: true
|
||||
|
||||
UnnecessaryParentReference:
|
||||
enabled: true
|
||||
|
||||
UrlFormat:
|
||||
enabled: false
|
||||
|
||||
UrlQuotes:
|
||||
enabled: true
|
||||
|
||||
VariableForProperty:
|
||||
enabled: false
|
||||
|
||||
VendorPrefix:
|
||||
enabled: false
|
||||
identifier_list: base
|
||||
include: []
|
||||
exclude: []
|
||||
|
||||
ZeroUnit:
|
||||
enabled: true
|
||||
|
||||
Compass::*:
|
||||
enabled: false
|
165
CHANGES
|
@ -1,165 +0,0 @@
|
|||
-------------->>>> 2.6.7 <<<<-------------------------->>>> 2.6.7 <<<<-------------------------->>>> 2.6.7 <<<<--------------
|
||||
[2017-10-14 13:52:32 +0530] Gtk-3.20: Add message summary and popover-list styles for geary Khurshid Alam {fd8e657}
|
||||
[2017-10-14 13:49:06 +0530] Update readme for Ubuntu and Debian Khurshid Alam {5d031a3}
|
||||
[2017-10-05 10:27:02 -0500] Update README.md Dustin Falgout {8d99a96}
|
||||
[2017-10-05 10:23:02 -0500] Update urls for distro logo images in README.md Dustin Falgout {a0bd7d1}
|
||||
[2017-08-30 00:16:16 +0100] Xfwm4: improve accessibility (wider bottom edge) Andrew Chadwick {6057a2d}
|
||||
[2017-07-26 02:03:28 -0500] Update CONTRIBUTING.md Dustin Falgout {858e629}
|
||||
[2017-07-26 02:01:53 -0500] Delete CODE_OF_CONDUCT.md Dustin Falgout {68d01fe}
|
||||
[2017-07-26 02:01:29 -0500] Create CODE_OF_CONDUCT.md Dustin Falgout {88632d8}
|
||||
[2017-06-15 14:27:30 +0530] [Gnome-Panel-3.24] Add style for tasklist-button Khurshid Alam {f2425ca}
|
||||
[2017-06-13 20:10:05 +0530] [Gtk-2.0] Set inkscape-decoration & gtk--small-toolbar icon to 16px.. Khurshid Alam {abf6111}
|
||||
[2017-06-13 02:39:50 +0530] [Gtk-3.20] Tilix: Do not bottom-border color Khurshid Alam {06be2fa}
|
||||
[2017-06-13 02:34:23 +0530] [Gtk-3.20] Tilix: Add bottom border for active titlebar. Fixes #657 Khurshid Alam {82568c7}
|
||||
[2017-06-06 12:53:28 +0530] [Gtk-3.20] Metacity: Use normal geometry-style for nautilus dialogs.. Khurshid Alam {deed3fb}
|
||||
[2017-05-14 21:20:12 -0500] Update README.md Dustin Falgout {30ae59b}
|
||||
[2017-05-10 20:03:46 +0530] Fix syntax error in previous commit Khurshid Alam {402fd48}
|
||||
[2017-05-10 14:05:55 +0530] [Gtk-3.18] Fix white border on tilix. Fixes #655 Khurshid Alam {4289b97}
|
||||
[2017-04-16 19:49:09 -0400] README: update Arch package name (#663) Ronan Jouchet {582f09f}
|
||||
[2017-04-14 22:11:26 +0530] [Gtk-3.22] Tweaks in popover.events list for gnome-calendar Khurshid Alam {487d8e6}
|
||||
[2017-04-08 22:58:43 +0530] Use darker background for solid-csd window. Fixes #659 Khurshid Alam {bf8f3b0}
|
||||
[2017-03-29 21:44:29 +0530] Fix indentation Khurshid Alam {35e5463}
|
||||
[2017-03-29 21:30:13 +0530] [Gtk-3.22] Re-Introduce disabled state under treeview.progressbar Khurshid Alam {ab172c2}
|
||||
[2017-03-29 19:35:48 +0530] [Gtk-3.22] Progressbar under Treeview: Minor fixes Khurshid Alam {c8828c7}
|
||||
[2017-03-21 01:23:40 -0500] Update README.md Dustin Falgout {deddc89}
|
||||
[2017-03-21 01:22:27 -0500] Update README.md Dustin Falgout {f55b6a7}
|
||||
[2017-03-13 22:38:18 +0530] [Gtk-3.22] Use box-shadow to draw border on Notebook tab Khurshid Alam {d99f46c}
|
||||
[2017-02-15 13:29:13 +0530] [Gtk-3.22] Separate titlebar mixin from toolbar Khurshid Alam {f25d7e0}
|
||||
[2017-02-15 12:46:53 +0530] Attempting to fix >1px height in linked combobox-button Khurshid Alam {f52633e}
|
||||
[2017-02-09 22:15:04 +0530] [Gtk-3.22] Provide gap between buttons in message dialog. 3.22 fix .. Khurshid Alam {ec299d4}
|
||||
[2017-02-09 22:06:13 +0530] [Gtk-3.22] Fixing & adjusting menu & modelbutton padding Khurshid Alam {653556d}
|
||||
[2017-02-08 20:20:55 +0530] [Gtk-3.20][Gtk-3.22] GtkCalendar under popover menu Khurshid Alam {0220883}
|
||||
[2017-02-07 16:06:37 +0530] [Gtk-3.22][Switches] Make slider to fall in-line with the text Khurshid Alam {23f1543}
|
||||
[2017-02-06 20:15:39 +0530] [Button-Redesign] Lighten active a checked state button color for l.. Khurshid Alam {d2f201b}
|
||||
[2017-02-06 18:25:09 +0530] Fixinng notebook-tab-active color and close button style Khurshid Alam {777d586}
|
||||
[2017-02-05 10:39:36 +0530] [Gtk-3.22][Button-Redesign] Spinbutton: Fixing color and entry border Khurshid Alam {85138a0}
|
||||
[2017-02-04 14:32:13 +0530] [Gtk-3.22][Button-Redesign] Fixed spinbutton hover-state color Khurshid Alam {8670cc0}
|
||||
[2017-02-04 00:44:26 +0530] [Gtk-3.22] Redesign-Buttons (Phase1) Khurshid Alam {9e4844a}
|
||||
[2017-01-30 22:22:09 +0530] Flatter button. More prominent shadow on hover. Fixing #370 Khurshid Alam {2363312}
|
||||
[2017-01-30 22:09:37 +0530] [Gtk-3.22] Normalize Switches. Fixes #396 Khurshid Alam {3be320f}
|
||||
[2017-01-23 12:43:55 +0100] [Gtk-3.22][Gtk-3.20] Fix iconview background for Unity-Control-Cent.. Csaba Jakosa {1a8c9bf}
|
||||
[2017-01-22 19:20:32 +0100] [GTK 3.22] Add hover effect for menuitem under Unity-LIM. Fixes #632 Csaba Jakosa {45210ca}
|
||||
[2017-01-12 21:39:54 +0530] Set Numix as default icon theme for MATE's theme picker. Fixes #488 Khurshid Alam {92b576f}
|
||||
[2016-11-19 16:36:45 -0600] Update README.md Dustin Falgout {0e4a840}
|
||||
[2016-11-19 23:34:56 +0100] Add Debian and Ubuntu official distro package, remove Ubuntu PPA. (.. Léo Andrès {b24ed9e}
|
||||
-------------->>>> 2.6.6 <<<<-------------------------->>>> 2.6.6 <<<<-------------------------->>>> 2.6.6 <<<<--------------
|
||||
[2016-11-14 16:22:11 -0600] update utils.sh script Dustin Falgout {795932a}
|
||||
[2016-11-10 05:37:27 +0100] [Gtk-3.20] Fixed gnome-terminal scrollbar color. Disable backdrop m.. Csaba Jakosa {9574a02}
|
||||
[2016-11-01 18:10:06 +0100] Disable box-shadow for osd button in fine-tune mode. Fixes #561. Csaba Jakosa {ad37d7f}
|
||||
[2016-11-01 19:08:14 +0200] [Gtk-3.20] Fix for volume OSD slider. Fixes #623 Nazar Mokrynskyi {14d2a48}
|
||||
[2016-11-01 13:58:47 +0530] GTKHEADERB 3.22 :: Create global OSD file (#628) Khurshid Alam {9ec47ab}
|
||||
[2016-11-01 09:21:28 +0100] * Fixed code. Megax {4d33256}
|
||||
[2016-11-01 09:18:25 +0100] * Create global OSD file. Megax {b3ba2ee}
|
||||
[2016-11-01 09:18:18 +0100] [Gtk-3.20] Fixed xfce4 code. Csaba Jakosa {a4cefd6}
|
||||
[2016-10-31 18:58:14 +0100] [GTK-3.20] Code Cleanup Csaba Jakosa {6d54958}
|
||||
[2016-10-30 18:30:58 +0200] [GTK-3.20] Added styling to Raven components of Budgie panel. Fixes.. Nazar Mokrynskyi {bbf9dd6}
|
||||
[2016-10-28 21:19:49 +0200] [GTK 3.20] Optimized sidebar padding Csaba Jakosa {30132a0}
|
||||
[2016-10-27 21:13:29 +0530] Fix syntax in previous commit Khurshid Alam {1d1d3a2}
|
||||
[2016-10-27 21:09:47 +0530] Fix discrete filled block inside levelbar. Fixes #619 Khurshid Alam {32f0fec}
|
||||
[2016-10-27 20:35:00 +0530] Tweak do_install in utils.sh Khurshid Alam {588a875}
|
||||
[2016-10-25 12:43:37 +0200] [GTK 3.20] Fixed notebook asymmetrical padding Csaba Jakosa {2f94d4c}
|
||||
[2016-10-24 08:39:15 +0200] [Gtk-3.20] Optimized notebook padding Csaba Jakosa {023bd6f}
|
||||
[2016-10-23 16:33:14 -0500] fix notebook tab padding issues for some applications. Fixes #588 Dustin Falgout {7ac68f6}
|
||||
[2016-10-23 17:15:11 +0200] * Nemo statusbar button padding fix. (#611) Csaba Jakosa {aea6d16}
|
||||
[2016-10-23 02:14:28 -0500] also support Numix-Frost-Light Dustin Falgout {05e6198}
|
||||
[2016-10-23 02:11:45 -0500] update zip task in Makefile to support both Numix and Numix-Frost Dustin Falgout {95fe512}
|
||||
[2016-10-23 00:11:17 -0500] utils.sh :: support Numix and Numix Frost when generating CHANGES f.. Dustin Falgout {ee50385}
|
||||
-------------->>>> 2.6.5 <<<<-------------------------->>>> 2.6.5 <<<<-------------------------->>>> 2.6.5 <<<<--------------
|
||||
[2016-10-22 20:36:07 -0500] add zip task to Makefile Dustin Falgout {5ccc199}
|
||||
[2016-10-22 20:18:42 -0500] utils.sh :: fix errors in do_install function Dustin Falgout {5f85cec}
|
||||
[2016-10-22 19:29:07 -0500] update utils.sh Dustin Falgout {b30fb3b}
|
||||
[2016-10-22 19:04:32 -0500] add missing version marker to CHANGES file Dustin Falgout {64cccd8}
|
||||
[2016-10-21 20:26:22 +0200] WebkitGtk Workaround. Fixes #572 Csaba Jakosa {7254e08}
|
||||
[2016-10-21 20:14:48 +0200] [GTK-3.20] Fix backdrop mode in Ubuntu. Fixes #585 Csaba Jakosa {a457b8f}
|
||||
[2016-10-21 17:19:04 +0200] Fixed openbox theme color. Fixes #369 Csaba Jakosa {25fa93c}
|
||||
[2016-10-20 21:49:56 +0200] Fix title-bar padding in gnome-builder. Fixes #605 Csaba Jakosa {f14b4d4}
|
||||
[2016-10-18 17:00:24 +0200] Optimized modelbutton code. Csaba Jakosa {690532b}
|
||||
[2016-10-18 16:59:38 +0200] Create and Restructure all assets Adwaita and Arc-theme style. Csaba Jakosa {f1c11cd}
|
||||
[2016-10-18 16:57:12 +0200] [Gtk-3.20] Fixed infobar structure and adding entry error and warn.. Csaba Jakosa {ed3e728}
|
||||
[2016-10-18 16:39:39 +0200] [Gtk-3.20] Porting gnome-panel code. Fixes #550 Csaba Jakosa {9962ab9}
|
||||
[2016-10-17 01:23:38 +0200] * Add a background to cellrendertext. Reference code: https://githu.. Csaba Jakosa {7304425}
|
||||
[2016-10-17 01:23:04 +0200] * Fixed scrollbar horizontal icon name. Reference code: https://git.. Csaba Jakosa {dd13e3b}
|
||||
[2016-10-16 20:03:53 +0200] [Gtk-3.20] Fix Combobox menu padding. Fixes #575 Csaba Jakosa {e4cb539}
|
||||
[2016-10-16 20:00:35 +0200] Remove duplicated code. Csaba Jakosa {51f1578}
|
||||
[2016-10-16 18:30:26 +0200] [Gtk-3.20] Optimized popover padding. Csaba Jakosa {16840bb}
|
||||
[2016-10-16 07:27:34 +0200] Adding monospace code. Csaba Jakosa {e3fa52a}
|
||||
[2016-10-16 07:27:02 +0200] Add conflict-row styling for nautilus. Fixes #576 Csaba Jakosa {fa648c5}
|
||||
[2016-10-16 07:24:44 +0200] [Gtk-3.22] Changed font syntax from Pango-style to CSS-style. Fixes.. Csaba Jakosa {49943fb}
|
||||
[2016-10-01 18:53:38 -0500] Update README.md Dustin Falgout {c138b78}
|
||||
[2016-10-01 18:00:30 -0500] remove old svg files (part of #508) Dustin Falgout {1d56b33}
|
||||
[2016-10-02 00:57:50 +0200] Adding single SVG asset file ready for batch export to PNG (#579) Set Hallstrom {f030e61}
|
||||
[2016-09-25 15:48:37 +0200] * Fixes #548 (#568) Csaba Jakosa {df38463}
|
||||
[2016-09-22 06:35:32 -0500] Update README.md Dustin Falgout {5a0ec95}
|
||||
[2016-09-21 23:13:08 -0500] update utils.sh. fix missing new line in CHANGES file. Dustin Falgout {776e3f1}
|
||||
-------------->>>> 2.6.4 <<<<-------------------------->>>> 2.6.4 <<<<-------------------------->>>> 2.6.4 <<<<--------------
|
||||
[2016-09-21 22:06:03 -0500] update install script for what should be the last time (at least fo.. Dustin Falgout {f8c7f0c}
|
||||
[2016-09-21 22:05:08 -0500] move assets into src directory Dustin Falgout {8df9804}
|
||||
[2016-09-21 22:04:17 -0500] move assets into src directory Dustin Falgout {c769c23}
|
||||
[2016-09-21 22:01:55 -0500] move assets into src directory Dustin Falgout {a0f0e73}
|
||||
[2016-09-22 01:21:54 +0530] Fix code in utils.sh Khurshid Alam {a50dee0}
|
||||
[2016-09-21 13:13:52 -0500] reenable old xfce styles in 3.20 until we can rewrite them. Dustin Falgout {3dc0bbe}
|
||||
[2016-09-21 21:43:04 +0530] Copy proper gtk.css in utils.sh. Fixes #569 Khurshid Alam {679bb1d}
|
||||
[2016-09-20 22:12:57 +0530] [Gtk-3.18] Re-enable xfce style. Fixes #566 Khurshid Alam {a0263e7}
|
||||
[2016-09-18 06:01:08 -0500] fix errors in do_install function Dustin Falgout {a3ab032}
|
||||
[2016-09-18 05:50:46 -0500] update Makefile (moved install commands to utils script) Dustin Falgout {a8205ba}
|
||||
[2016-09-18 05:15:06 -0500] move source files into subdirectory instead of being at repo root Dustin Falgout {62b93af}
|
||||
[2016-09-18 05:02:05 -0500] Update README.md Dustin Falgout {75bebed}
|
||||
[2016-09-18 04:59:57 -0500] Update README.md Dustin Falgout {2dccff1}
|
||||
[2016-09-18 04:31:07 -0500] Update CHANGES Dustin Falgout {539076b}
|
||||
[2016-09-18 04:23:37 -0500] add emacs mode string to CHANGES file (so hopefully, links to issue.. Dustin Falgout {ecfd664}
|
||||
[2016-09-18 04:15:02 -0500] RELEASE PREP :: Update CHANGES file. Dustin Falgout {df8e66d}
|
||||
[2016-09-18 04:14:33 -0500] add task to makefile for generating/updating CHANGES file before re.. Dustin Falgout {0e6c45b}
|
||||
[2016-09-18 03:15:15 -0500] RELEASE PREP :: Update CHANGES file. Dustin Falgout {840c1ff}
|
||||
[2016-09-18 02:57:43 -0500] add task to makefile for generating/updating CHANGES file before re.. Dustin Falgout {040b869}
|
||||
[2016-09-18 02:26:56 -0500] add osd color variables to compiled css output Dustin Falgout {44d407e}
|
||||
[2016-09-18 02:26:03 -0500] disable some unused styles for xfce Dustin Falgout {7e617ce}
|
||||
[2016-09-18 02:24:17 -0500] move gtk3 styles for xfce4-notifyd into sass Dustin Falgout {30b14f7}
|
||||
[2016-09-11 14:01:44 -0500] Updating readme to specifically list package names. Fixes #555 & #493 Naren Dasan {dbf231b}
|
||||
[2016-09-11 20:59:22 +0200] Implement combobox vertical code. Csaba Jakosa {a6f9a10}
|
||||
[2016-09-05 20:38:51 +0200] GTK 3.20 :: Fix #560 (#563) Csaba Jakosa {f7f927a}
|
||||
[2016-09-05 15:40:39 +0200] [Gtk-3.20] Fix for default osd button color. Csaba Jakosa {69b3706}
|
||||
[2016-09-04 08:37:08 +0200] [Gtk-3.18] Use icon-shadow instead of -gtk-icon-shadow. Fixes #558 Csaba Jakosa {90d74c5}
|
||||
[2016-09-03 11:00:42 +0200] GTK 3.20 :: Clean code (#553) Csaba Jakosa {67bf7e2}
|
||||
[2016-09-03 10:32:19 +0200] * Fixes #137 (#554) Csaba Jakosa {c997dd3}
|
||||
[2016-09-03 10:31:53 +0200] * Removed osd duplicated code and fixed flowbox selected code. (#543) Csaba Jakosa {1c2185a}
|
||||
[2016-09-03 10:31:24 +0200] * [GTK 3.20] Selection mode rewrite. Fixed #545 (#546) Csaba Jakosa {f8354bd}
|
||||
[2016-09-03 10:29:40 +0200] * [GTK 3.20] Fixed #540 (#541) Csaba Jakosa {ae7ff0d}
|
||||
[2016-09-02 17:21:19 +0200] [Gtk-3.20] Paned separator in the headerbar. Fixes #551 marmis85 {cb3e031}
|
||||
[2016-09-02 17:19:32 +0200] [Gtk-3.20] Refactor toolbar code. Fixes #486 Csaba Jakosa {e2658ff}
|
||||
[2016-08-31 20:08:31 +0200] [Gtk-3.20] Redecorate osd toolbar & fix volume slider. Fixes #463 Csaba Jakosa {ff98d44}
|
||||
[2016-08-31 21:26:48 +0530] [Gtk-3.20] Re-adjust titlebar(for Unity), headerbar and toolbar hei.. Khurshid Alam {03bb8b3}
|
||||
[2016-08-31 20:03:05 +0530] Merge pull request #542 from megax/patch15 Khurshid Alam {9c07db4}
|
||||
[2016-08-31 13:42:27 +0200] * Minimal fix #452 Megax {8547acc}
|
||||
[2016-08-31 15:47:06 +0530] [Gtk-3.20] Redecorate OSD: Implement spinbutton and entry. Fixes #457 Khurshid Alam {23fca70}
|
||||
[2016-08-31 11:51:50 +0200] * Fixed #457 and implement spinbutton and entry osd style. Megax {644e633}
|
||||
[2016-08-30 03:23:11 +0530] Optimize buttons. Fixes #452 Khurshid Alam {6cb9d03}
|
||||
[2016-08-29 20:01:21 +0200] * [GTK 3.20] Fixed #430 (#523) Csaba Jakosa {4c2cf03}
|
||||
[2016-08-29 08:55:26 +0200] Fix Firefox menu item separator color & optimize separator margin. .. Csaba Jakosa {cd2b2df}
|
||||
[2016-08-29 08:02:56 +0200] [Gtk-3.20] Reduce menubar height to match gtk2 theme. Fixes #453 Csaba Jakosa {e86ef11}
|
||||
[2016-08-28 18:43:49 +0200] Use predefined fg & bg color for backdrop windows. Fixes #447 Csaba Jakosa {c961b4d}
|
||||
[2016-08-28 18:37:43 +0200] [GTK 3.20] Fixed unity-panel calendar color. Csaba Jakosa {9909cec}
|
||||
[2016-08-28 18:36:10 +0200] [GTK 3.20] Unity-greeter rewrite sass format. Csaba Jakosa {27b4ce7}
|
||||
[2016-08-28 15:46:08 +0200] * [GTK 3.20] Fixes #392 (#533) Csaba Jakosa {5e9ab2e}
|
||||
[2016-08-28 15:35:09 +0200] Implement basic Gtk3 support for xfce4-notifyd. Fixes #511 Samuel Čavoj {245c355}
|
||||
[2016-08-26 22:12:37 +0530] [Gtk-3.20] 3.20 port for Unity Khurshid Alam {57cb0b4}
|
||||
[2016-08-25 17:57:29 +0200] [GTK 3.20] Do not use space among sub-menus. Fixes #439 Csaba Jakosa {d24e294}
|
||||
[2016-08-25 17:46:51 +0200] [GTK 3.20] Fixed Circular button radius bug. Csaba Jakosa {622b1a2}
|
||||
[2016-08-25 17:34:08 +0200] Fix selection checkboxes for Gnome apps. Fixes #304 Csaba Jakosa {5ea55ab}
|
||||
[2016-08-25 17:12:59 +0200] [Gtk-3.20] Remove deprecated GtkStatusbar:shadow-type. Fixes #506 Csaba Jakosa {70dec4c}
|
||||
[2016-08-25 17:04:46 +0200] [GTK 3.20] Use homogeneous margin on both side of headerbar separat.. Csaba Jakosa {85b5247}
|
||||
[2016-08-24 15:52:29 +0200] * Readme update. (#519) Csaba Jakosa {ea2a171}
|
||||
[2016-08-24 00:37:45 +0200] * Fixed button disabled. (#517) Csaba Jakosa {0612667}
|
||||
[2016-08-23 06:24:23 -0500] Fixes #403 and Fixes #509 Dustin Falgout {d56f32f}
|
||||
[2016-08-23 13:00:16 +0200] GTK 3.20 :: Color chooser rewirte (#423) Csaba Jakosa {bbf00f2}
|
||||
[2016-08-23 12:25:38 +0200] * Removed run attribute. (#515) Csaba Jakosa {0bc870b}
|
||||
[2016-08-23 12:21:26 +0200] GTK 3.20 :: Lightdm rewrite (#516) Csaba Jakosa {caa0540}
|
||||
[2016-08-22 19:28:35 +0200] [GTK 3.20] Issue #484 fixed Csaba Jakosa {b1c1fe6}
|
||||
[2016-08-22 11:02:05 +0200] [GTK 3.20] Use old link color. Fixes #499 Csaba Jakosa {220dc21}
|
||||
[2016-07-27 23:47:11 +0530] [Gtk-3.18] Use old link color. Fixes #499 Khurshid Alam {c65721b}
|
||||
[2016-07-27 11:49:25 -0400] Restore and fix Xfce desktop icon shadows. Fix #492 Jeremy Bicha {d2fecfd}
|
||||
[2016-07-26 03:06:35 -0400] Don't install GTK3 source files. Fixes #503 (#504) Jeremy Bicha {b0aaf84}
|
||||
[2016-07-21 01:20:28 +0530] [Gtk-3.18] Use dark mode tabs in gnometerminal (by default). Fixes .. Khurshid Alam {749cfa3}
|
||||
[2016-07-20 00:37:58 +0530] Drop support for Gtk-3.16 Khurshid Alam {c565223}
|
||||
[2016-07-20 00:21:53 +0530] [Gtk-3.18] Provide gap between buttons in message dialog. Fixes #498 Khurshid Alam {58642c3}
|
||||
[2016-07-15 08:59:15 +0300] Fix for issue #492 (#496) Alexey Donoga {76321bb}
|
||||
[2016-07-02 07:44:33 +0200] GTK 3.20 :: Optimized Nemo and Nautilus design and update searchbar.. Csaba Jakosa {bd780f0}
|
|
@ -1,46 +0,0 @@
|
|||
# Code of Conduct
|
||||
|
||||
## Our Pledge
|
||||
|
||||
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
|
||||
|
||||
## Our Standards
|
||||
|
||||
Examples of behavior that contributes to creating a positive environment include:
|
||||
|
||||
* Using welcoming and inclusive language
|
||||
* Being respectful of differing viewpoints and experiences
|
||||
* Gracefully accepting constructive criticism
|
||||
* Focusing on what is best for the community
|
||||
* Showing empathy towards other community members
|
||||
|
||||
Examples of unacceptable behavior by participants include:
|
||||
|
||||
* The use of sexualized language or imagery and unwelcome sexual attention or advances
|
||||
* Trolling, insulting/derogatory comments, and personal or political attacks
|
||||
* Public or private harassment
|
||||
* Publishing others' private information, such as a physical or electronic address, without explicit permission
|
||||
* Other conduct which could reasonably be considered inappropriate in a professional setting
|
||||
|
||||
## Our Responsibilities
|
||||
|
||||
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
|
||||
|
||||
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
|
||||
|
||||
## Scope
|
||||
|
||||
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
|
||||
|
||||
## Enforcement
|
||||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at team@numixproject.org. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
|
||||
|
||||
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
|
||||
|
||||
## Attribution
|
||||
|
||||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
|
||||
|
||||
[homepage]: http://contributor-covenant.org
|
||||
[version]: http://contributor-covenant.org/version/1/4/
|
67
Makefile
|
@ -1,67 +0,0 @@
|
|||
SASS=sassc
|
||||
SASSFLAGS=-M -t expanded
|
||||
GLIB_COMPILE_RESOURCES=glib-compile-resources
|
||||
RES_DIR=src/gtk-3.0
|
||||
SCSS_DIR=$(RES_DIR)/scss
|
||||
DIST_DIR=$(RES_DIR)/dist
|
||||
RES_DIR320=src/gtk-3.20
|
||||
SCSS_DIR320=$(RES_DIR320)/scss
|
||||
DIST_DIR320=$(RES_DIR320)/dist
|
||||
INSTALL_DIR=$(DESTDIR)/usr/share/themes/Numix
|
||||
ROOT_DIR=${PWD}
|
||||
UTILS=scripts/utils.sh
|
||||
|
||||
all: clean gresource
|
||||
|
||||
css:
|
||||
mkdir $(DIST_DIR)
|
||||
$(SASS) $(SASSFLAGS) $(SCSS_DIR)/gtk.scss $(DIST_DIR)/gtk.css
|
||||
$(SASS) $(SASSFLAGS) $(SCSS_DIR)/gtk-dark.scss $(DIST_DIR)/gtk-dark.css
|
||||
mkdir $(DIST_DIR320)
|
||||
$(SASS) $(SASSFLAGS) $(SCSS_DIR320)/gtk.scss $(DIST_DIR320)/gtk.css
|
||||
$(SASS) $(SASSFLAGS) $(SCSS_DIR320)/gtk-dark.scss $(DIST_DIR320)/gtk-dark.css
|
||||
|
||||
gresource: css
|
||||
$(GLIB_COMPILE_RESOURCES) --sourcedir=$(RES_DIR) $(RES_DIR)/gtk.gresource.xml
|
||||
$(GLIB_COMPILE_RESOURCES) --sourcedir=$(RES_DIR320) $(RES_DIR320)/gtk.gresource.xml
|
||||
|
||||
watch: clean
|
||||
while true; do \
|
||||
make gresource; \
|
||||
inotifywait @gtk.gresource -qr -e modify -e create -e delete $(RES_DIR); \
|
||||
done
|
||||
|
||||
clean:
|
||||
rm -rf $(DIST_DIR)
|
||||
rm -f $(RES_DIR)/gtk.gresource
|
||||
rm -rf $(DIST_DIR320)
|
||||
rm -f $(RES_DIR320)/gtk.gresource
|
||||
rm -rf $(ROOT_DIR)/dist
|
||||
|
||||
install: all
|
||||
$(UTILS) install $(INSTALL_DIR)
|
||||
|
||||
uninstall:
|
||||
rm -rf $(INSTALL_DIR)
|
||||
|
||||
changes:
|
||||
$(UTILS) changes
|
||||
|
||||
zip: all
|
||||
mkdir $(ROOT_DIR)/dist
|
||||
$(UTILS) install $(ROOT_DIR)/dist/$$(basename $(INSTALL_DIR))
|
||||
cd $(ROOT_DIR)/dist && zip --symlinks -rq $$(basename $(INSTALL_DIR)) $$(basename $(INSTALL_DIR))
|
||||
|
||||
|
||||
.PHONY: all
|
||||
.PHONY: css
|
||||
.PHONY: watch
|
||||
.PHONY: gresource
|
||||
.PHONY: clean
|
||||
.PHONY: install
|
||||
.PHONY: uninstall
|
||||
.PHONY: changes
|
||||
|
||||
.DEFAULT_GOAL := all
|
||||
|
||||
# vim: set ts=4 sw=4 tw=0 noet :
|
68
README.md
|
@ -1,85 +1,31 @@
|
|||
## Numix
|
||||
##### A modern flat theme with a combination of light and dark elements. It supports GNOME, Unity, Xfce and Openbox.
|
||||
[](https://numixproject.org/) [](https://circleci.com/gh/numixproject/numix-gtk-theme/tree/master) [](https://github.com/numixproject/numix-gtk-theme/releases/latest)  
|
||||
Numix is a modern flat theme with a combination of light and dark elements. It supports Gnome, Unity, XFCE and Openbox.
|
||||
|
||||
## Install It
|
||||
### Manual installation
|
||||
|
||||
### Distro Packages
|
||||
|Distro|Install Command/Links|
|
||||
|:----:|:----:|
|
||||
|![arch][arch] ![antergos][antergos]|`sudo pacman -S numix-gtk-theme`|
|
||||
|![opensuse][opensuse]|[1 Click Install](http://software.opensuse.org/ymp/openSUSE:Factory/standard/numix-gtk-theme.ymp) \| [OBS Repo](http://software.opensuse.org/download.html?project=openSUSE%3AFactory&package=numix-gtk-theme)|
|
||||
|![fedora][fedora]|`sudo dnf install numix-gtk-theme`|
|
||||
|![debian][debian] ![ubuntu][ubuntu]|`sudo apt install numix-gtk-theme`|
|
||||
Extract the zip file to the themes directory i.e. `/usr/share/themes/`
|
||||
|
||||
## Build It
|
||||
To set the theme in Gnome, run the following commands in Terminal,
|
||||
|
||||
First, you need to compile the theme using the [Sass](http://sass-lang.com/) compiler.
|
||||
|
||||
You will need to install SassC (`sassc`) which is likely to be available as a package in your distribution's software repositories.
|
||||
|
||||
You'll also need the ```glib-compile-schemas``` and ```gdk-pixbuf-pixdata``` commands in your path to generate the gresource binary. Install them using your distribution's package manager.
|
||||
|
||||
|Distro|Commands|
|
||||
|:----:|:----:|
|
||||
|![arch][arch] ![antergos][antergos]|`sudo pacman -S sassc glib2 gdk-pixbuf2`|
|
||||
|![opensuse][opensuse]|`sudo zypper install sassc glib2-devel gdk-pixbuf-devel`|
|
||||
|![fedora][fedora]|`sudo dnf install sassc glib2-devel gdk-pixbuf2-devel`|
|
||||
|![debian][debian] ![ubuntu][ubuntu]|`sudo apt-get install sassc libglib2.0-dev libgdk-pixbuf2.0-dev libxml2-utils`|
|
||||
|
||||
After installing all the dependencies, change to the cloned directory and, run the following in Terminal,
|
||||
|
||||
```sh
|
||||
sudo make install
|
||||
```
|
||||
|
||||
To set the theme in GNOME, run the following commands in Terminal,
|
||||
|
||||
```sh
|
||||
gsettings set org.gnome.desktop.interface gtk-theme "Numix"
|
||||
gsettings set org.gnome.desktop.wm.preferences theme "Numix"
|
||||
```
|
||||
|
||||
To set the theme in Xfce, run the following commands in Terminal,
|
||||
|
||||
```sh
|
||||
```
|
||||
xfconf-query -c xsettings -p /Net/ThemeName -s "Numix"
|
||||
xfconf-query -c xfwm4 -p /general/theme -s "Numix"
|
||||
```
|
||||
|
||||
In Openbox you can set the theme with [ObConf](http://openbox.org/wiki/ObConf:About) tool. Alternatively, you can set the theme by changing the `<name> `key value to `Numix` in the `<theme>` section of your rc.xml file.
|
||||
|
||||
### For contributors
|
||||
Start by reviewing the [guidelines for contributing](https://github.com/numixproject/numix-gtk-theme/blob/master/.github/CONTRIBUTING.md).
|
||||
|
||||
#### For developers
|
||||
If you want to hack on the theme, make sure you have the `inotifywait` command available, which is used for watching and automatically building the files.
|
||||
|
||||
To start watching for changes, run the following,
|
||||
|
||||
```sh
|
||||
make watch
|
||||
```
|
||||
|
||||
If you change any assets, you'll need to regenerate the `gtk.gresource.xml` and `gtk.gresource` files. You can use [grrr](https://github.com/satya164/grrr) to do it easily.
|
||||
|
||||
### Requirements
|
||||
|
||||
GTK+ 3.18 or above
|
||||
GTK+ 3.6 or above
|
||||
|
||||
Murrine theme engine
|
||||
|
||||
### Code and license
|
||||
|
||||
Report bugs or contribute at [GitHub](https://github.com/numixproject/numix-gtk-theme)
|
||||
Report bugs or contribute at [GitHub](https://github.com/shimmerproject/Numix)
|
||||
|
||||
License: GPL-3.0+
|
||||
|
||||
|
||||
[antergos]: https://antergos.com/distro-logos/logo-square26x26.png "antergos"
|
||||
[arch]: https://antergos.com/distro-logos/archlogo26x26.png "arch"
|
||||
[fedora]: https://antergos.com/distro-logos/fedora-logo.png "fedora"
|
||||
[openSUSE]: https://antergos.com/distro-logos/Geeko-button-bling7.png "openSUSE"
|
||||
[ubuntu]: https://antergos.com/distro-logos/ubuntu_orange_hex.png "ubuntu"
|
||||
[debian]: https://antergos.com/distro-logos/openlogo-nd-25.png "debian"
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
machine:
|
||||
ruby:
|
||||
version: 2.3.0
|
|
@ -1,8 +1,6 @@
|
|||
# Numix GTK Theme
|
||||
|
||||
gtk-color-scheme = "bg_color:#eeeeee\nfg_color:#555555\nbase_color:#ffffff\ntext_color:#333333\nselected_bg_color:#f0544c\nselected_fg_color:#ffffff\ntooltip_bg_color:#444444\ntooltip_fg_color:#eeeeee\ntitlebar_bg_color:#444444\ntitlebar_fg_color:#dddddd\nmenubar_bg_color:#444444\nmenubar_fg_color:#dddddd\ntoolbar_bg_color:#eeeeee\ntoolbar_fg_color:#555555\nmenu_bg_color:#444444\nmenu_fg_color:#dddddd\npanel_bg_color:#444444\npanel_fg_color:#dddddd\nlink_color:#f06860"
|
||||
|
||||
gtk-icon-sizes = "inkscape-decoration=16,16:gtk-small-toolbar=16,16"
|
||||
gtk-color-scheme = "base_color:#f9f9f9\nbg_color:#dedede\ntooltip_bg_color:#2d2d2d\nselected_bg_color:#d64937\ntext_color:#333333\nfg_color:#555555\ntooltip_fg_color:#dedede\nselected_fg_color:#f9f9f9\nmenubar_bg_color:#2d2d2d\nmenubar_fg_color:#dcdcdc\ntoolbar_bg_color:#dedede\ntoolbar_fg_color:#555555\nmenu_bg_color:#2d2d2d\nmenu_fg_color:#dcdcdc\npanel_bg_color:#2d2d2d\npanel_fg_color:#dcdcdc\nlink_color:#fc6f5d"
|
||||
|
||||
# Default Style
|
||||
|
||||
|
@ -47,8 +45,8 @@ style "murrine-default" {
|
|||
GtkRange::stepper_spacing = 0
|
||||
GtkRange::trough-under-steppers = 1
|
||||
|
||||
GtkScale::slider-length = 16
|
||||
GtkScale::slider-width = 16
|
||||
GtkScale::slider-length = 15
|
||||
GtkScale::slider-width = 15
|
||||
GtkScale::trough-side-details = 1
|
||||
|
||||
GtkScrollbar::activate-slider = 1
|
||||
|
@ -202,7 +200,7 @@ style "murrine-scrollbar" {
|
|||
|
||||
engine "murrine" {
|
||||
roundness = 0
|
||||
contrast = 0.0
|
||||
contrast = 0.00
|
||||
border_shades = { 0.9, 0.9 }
|
||||
trough_shades = { 0.97, 0.97 }
|
||||
trough_border_shades = { 1.0, 1.0 }
|
||||
|
@ -224,7 +222,7 @@ style "murrine-scale" = "murrine-thin" {
|
|||
bg[INSENSITIVE] = shade (0.95, @bg_color)
|
||||
|
||||
engine "murrine" {
|
||||
roundness = 8
|
||||
roundness = 7
|
||||
gradient_shades = { 1.08, 1.08, 1.08, 1.08 }
|
||||
border_shades = { 1.0, 1.0 }
|
||||
trough_shades = { 1.08, 1.08 }
|
||||
|
@ -390,34 +388,34 @@ style "murrine-menubaritem" {
|
|||
# Toolbars
|
||||
|
||||
style "murrine-toolbar" = "murrine-thin" {
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = shade (1.02, @bg_color)
|
||||
bg[NORMAL] = @toolbar_bg_color
|
||||
bg[PRELIGHT] = shade (1.02, @toolbar_bg_color)
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[ACTIVE] = shade (0.9, @bg_color)
|
||||
bg[INSENSITIVE] = @bg_color
|
||||
bg[ACTIVE] = shade (0.9, @toolbar_bg_color)
|
||||
bg[INSENSITIVE] = @toolbar_bg_color
|
||||
|
||||
fg[NORMAL] = @fg_color
|
||||
fg[PRELIGHT] = @fg_color
|
||||
fg[NORMAL] = @toolbar_fg_color
|
||||
fg[PRELIGHT] = @toolbar_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @fg_color
|
||||
fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
|
||||
fg[ACTIVE] = @toolbar_fg_color
|
||||
fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color)
|
||||
|
||||
engine "murrine" {
|
||||
}
|
||||
}
|
||||
|
||||
style "murrine-toolbutton" = "murrine-button" {
|
||||
bg[NORMAL] = shade (1.08, @bg_color)
|
||||
bg[PRELIGHT] = shade (1.10, @bg_color)
|
||||
bg[NORMAL] = shade (1.08, @toolbar_bg_color)
|
||||
bg[PRELIGHT] = shade (1.10, @toolbar_bg_color)
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[ACTIVE] = shade (0.95, @bg_color)
|
||||
bg[INSENSITIVE] = shade (0.85, @bg_color)
|
||||
bg[ACTIVE] = shade (0.95, @toolbar_bg_color)
|
||||
bg[INSENSITIVE] = shade (0.85, @toolbar_bg_color)
|
||||
|
||||
fg[NORMAL] = @fg_color
|
||||
fg[PRELIGHT] = @fg_color
|
||||
fg[NORMAL] = @toolbar_fg_color
|
||||
fg[PRELIGHT] = @toolbar_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @fg_color
|
||||
fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
|
||||
fg[ACTIVE] = @toolbar_fg_color
|
||||
fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color)
|
||||
|
||||
engine "murrine" {
|
||||
}
|
||||
|
@ -435,7 +433,7 @@ style "murrine-panel" = "murrine-thin" {
|
|||
bg[NORMAL] = @panel_bg_color
|
||||
bg[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color)
|
||||
bg[SELECTED] = mix (0.21, @panel_fg_color, @panel_bg_color)
|
||||
bg[ACTIVE] = shade (0.8, @panel_bg_color)
|
||||
bg[ACTIVE] = shade (0.9, @panel_bg_color)
|
||||
bg[INSENSITIVE] = @panel_bg_color
|
||||
|
||||
fg[NORMAL] = @panel_fg_color
|
||||
|
@ -458,7 +456,6 @@ style "murrine-panel" = "murrine-thin" {
|
|||
|
||||
engine "murrine" {
|
||||
roundness = 0
|
||||
contrast = 0.0
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -472,18 +469,13 @@ class "PanelToplevel*" style "murrine-panel"
|
|||
widget_class "*PanelToplevel*" style "murrine-panel"
|
||||
widget_class "*notif*" style "murrine-panel"
|
||||
widget_class "*Notif*" style "murrine-panel"
|
||||
widget_class "*Tray*" style "murrine-panel"
|
||||
widget_class "*Tray*" style "murrine-panel"
|
||||
widget_class "*tray*" style "murrine-panel"
|
||||
widget_class "*computertemp*" style "murrine-panel"
|
||||
widget_class "*Applet*Tomboy*" style "murrine-panel"
|
||||
widget_class "*Applet*Netstatus*" style "murrine-panel"
|
||||
widget "*gdm-user-switch-menubar*" style "murrine-panel"
|
||||
|
||||
# LXPanel (code based on Lubuntu-default theme's gtkrc file)
|
||||
widget "*.tclock.*" style "murrine-panel"
|
||||
widget "*.taskbar.*" style "murrine-panel"
|
||||
widget_class "*GtkBgbox*" style "murrine-panel"
|
||||
|
||||
style "bold-panel-item" {
|
||||
font_name = "Bold"
|
||||
|
||||
|
@ -501,7 +493,6 @@ widget "*gimmie*" style "bold-panel-item"
|
|||
# XFCE Styles
|
||||
|
||||
style "workspace-switcher" = "murrine-panel" {
|
||||
bg[ACTIVE] = @selected_bg_color
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
}
|
||||
|
||||
|
@ -519,44 +510,32 @@ style "xfdesktop-windowlist" {
|
|||
style "xfdesktop-icon-view" {
|
||||
XfdesktopIconView::label-alpha = 0
|
||||
XfdesktopIconView::selected-label-alpha = 60
|
||||
XfdesktopIconView::shadow-x-offset = 0
|
||||
XfdesktopIconView::shadow-y-offset = 1
|
||||
XfdesktopIconView::selected-shadow-x-offset = 0
|
||||
XfdesktopIconView::selected-shadow-y-offset = 1
|
||||
XfdesktopIconView::shadow-color = "#000000"
|
||||
XfdesktopIconView::selected-shadow-color = "#000000"
|
||||
XfdesktopIconView::shadow-blur-radius = 2
|
||||
XfdesktopIconView::cell-spacing = 2
|
||||
XfdesktopIconView::cell-padding = 6
|
||||
XfdesktopIconView::cell-text-width-proportion = 1.9
|
||||
XfdesktopIconVIew::ellipsize-icon-labels = 1
|
||||
|
||||
base[NORMAL] = @selected_bg_color
|
||||
base[SELECTED] = @selected_bg_color
|
||||
base[ACTIVE] = @selected_bg_color
|
||||
|
||||
fg[NORMAL] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
|
||||
}
|
||||
|
||||
style "xfwm-tabwin" {
|
||||
Xfwm4TabwinWidget::border-width = 1
|
||||
Xfwm4TabwinWidget::border-alpha = 1.0
|
||||
Xfwm4TabwinWidget::icon-size = 64
|
||||
Xfwm4TabwinWidget::alpha = 1.0
|
||||
Xfwm4TabwinWidget::border-radius = 2
|
||||
|
||||
bg[NORMAL] = @menu_bg_color
|
||||
bg[SELECTED] = @menu_bg_color
|
||||
|
||||
fg[NORMAL] = @menu_fg_color
|
||||
|
||||
engine "murrine" {
|
||||
contrast = 0.0
|
||||
border_shades = { 0.9, 0.9 }
|
||||
textstyle = 5
|
||||
text_shade = 0.05
|
||||
}
|
||||
}
|
||||
|
||||
style "xfwm-tabwin-button" {
|
||||
font_name = "bold"
|
||||
style "xfwm-tabwin" {
|
||||
Xfwm4TabwinWidget::border-width = 0
|
||||
Xfwm4TabwinWidget::icon-size = 64
|
||||
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[NORMAL] = @menu_bg_color
|
||||
fg[NORMAL] = @menu_fg_color
|
||||
|
||||
engine "murrine" {
|
||||
focusstyle = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "xfsm-logout" {
|
||||
|
@ -583,7 +562,7 @@ style "xfsm-logout-button" {
|
|||
}
|
||||
}
|
||||
|
||||
widget "*Pager*" style "workspace-switcher"
|
||||
widget "*WnckPager*" style "workspace-switcher"
|
||||
|
||||
widget "*Xfce*Panel*" style "murrine-panel"
|
||||
class "*Xfce*Panel*" style "murrine-panel"
|
||||
|
@ -601,30 +580,6 @@ widget_class "*ThunarShortcutsView*" style "sidepane"
|
|||
widget_class "*ThunarTreeView*" style "sidepane"
|
||||
widget_class "*ThunarLocationEntry*" style "murrine-entry"
|
||||
|
||||
style "whiskermenu" {
|
||||
bg[NORMAL] = @menu_bg_color
|
||||
bg[ACTIVE] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
|
||||
bg[PRELIGHT] = @selected_bg_color
|
||||
|
||||
fg[NORMAL] = @menu_fg_color
|
||||
fg[ACTIVE] = @menu_fg_color
|
||||
fg[PRELIGHT] = @menu_fg_color
|
||||
}
|
||||
|
||||
style "whiskermenu-scrollbar" = "murrine-scrollbar" {
|
||||
bg[NORMAL] = mix (0.21, @fg_color, @bg_color)
|
||||
bg[PRELIGHT] = mix (0.31, @fg_color, @bg_color)
|
||||
bg[ACTIVE] = @selected_bg_color
|
||||
|
||||
engine "murrine" {
|
||||
trough_shades = { 4.97, 4.97 }
|
||||
trough_border_shades = { 5.0, 5.0 }
|
||||
}
|
||||
}
|
||||
|
||||
widget "whiskermenu-window*" style "whiskermenu"
|
||||
widget "*whisker*GtkVScrollbar" style "whiskermenu-scrollbar"
|
||||
|
||||
# Gtk2 Open-File Dialog
|
||||
|
||||
widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane"
|
||||
|
@ -640,17 +595,17 @@ style "chromium-toolbar-button" {
|
|||
}
|
||||
|
||||
style "chrome-gtk-frame" {
|
||||
ChromeGtkFrame::frame-color = @titlebar_bg_color
|
||||
ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color
|
||||
ChromeGtkFrame::frame-color = @menubar_bg_color
|
||||
ChromeGtkFrame::inactive-frame-color = @menubar_bg_color
|
||||
|
||||
ChromeGtkFrame::frame-gradient-size = 0
|
||||
ChromeGtkFrame::frame-gradient-color = @titlebar_bg_color
|
||||
ChromeGtkFrame::frame-gradient-color = @menubar_bg_color
|
||||
|
||||
ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color
|
||||
ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color
|
||||
ChromeGtkFrame::incognito-frame-color = @menubar_bg_color
|
||||
ChromeGtkFrame::incognito-inactive-frame-color = @menubar_bg_color
|
||||
|
||||
ChromeGtkFrame::incognito-frame-gradient-size = 0
|
||||
ChromeGtkFrame::incognito-frame-gradient-color = @titlebar_bg_color
|
||||
ChromeGtkFrame::incognito-frame-gradient-color = @menubar_bg_color
|
||||
|
||||
ChromeGtkFrame::scrollbar-trough-color = @bg_color
|
||||
ChromeGtkFrame::scrollbar-slider-normal-color = mix (0.21, @fg_color, @bg_color)
|
||||
|
@ -803,6 +758,5 @@ widget_class "*XfceHeading*" style "xfce-header"
|
|||
widget_class "*XfceDesktop*" style "xfdesktop-windowlist"
|
||||
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
|
||||
widget "xfwm4-tabwin*" style "xfwm-tabwin"
|
||||
widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button"
|
||||
widget_class "*XfsmLogoutDialog*" style "xfsm-logout"
|
||||
widget_class "*XfsmLogoutDialog*GtkButton" style "xfsm-logout-button"
|
|
@ -0,0 +1,311 @@
|
|||
/***********************
|
||||
* fallback mode panel *
|
||||
***********************/
|
||||
PanelWidget,
|
||||
PanelApplet,
|
||||
PanelToplevel {
|
||||
padding: 0;
|
||||
background-color: @panel_bg_color;
|
||||
background-image: none;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
PanelApplet {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
PanelSeparator {
|
||||
border-width: 0;
|
||||
background-color: @panel_bg_color;
|
||||
background-image: none;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.gnome-panel-menu-bar,
|
||||
PanelApplet > GtkMenuBar.menubar,
|
||||
PanelApplet > GtkMenuBar.menubar.menuitem,
|
||||
PanelMenuBar.menubar,
|
||||
PanelMenuBar.menubar.menuitem {
|
||||
-Panelpanel-icon-visible: true;
|
||||
|
||||
border-width: 0;
|
||||
background-color: @panel_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
PanelAppletFrame {
|
||||
border-width: 0;
|
||||
background-color: @panel_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
PanelApplet .button {
|
||||
-GtkButton-inner-border: 2;
|
||||
|
||||
border-width: 0 1px;
|
||||
border-radius: 0;
|
||||
border-color: transparent;
|
||||
background-color: @panel_bg_color;
|
||||
background-image: none;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
PanelApplet .button:active {
|
||||
border-width: 0 1px;
|
||||
border-radius: 0;
|
||||
border-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
|
||||
background-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
|
||||
background-image: none;
|
||||
color: shade(@panel_fg_color, 1.08);
|
||||
}
|
||||
|
||||
PanelApplet .button:prelight {
|
||||
border-color: mix(@panel_bg_color, @panel_fg_color, 0.11);
|
||||
background-color: mix(@panel_bg_color, @panel_fg_color, 0.11);
|
||||
background-image: none;
|
||||
color: shade(@panel_fg_color, 1.08);
|
||||
}
|
||||
|
||||
PanelApplet .button:active:prelight {
|
||||
border-color: mix(@panel_bg_color, @panel_fg_color, 0.31);
|
||||
background-color: mix(@panel_bg_color, @panel_fg_color, 0.31);
|
||||
background-image: none;
|
||||
color: shade(@panel_fg_color, 1.08);
|
||||
}
|
||||
|
||||
WnckPager, WnckTasklist {
|
||||
background-color: @panel_bg_color;
|
||||
}
|
||||
|
||||
/************
|
||||
* nautilus *
|
||||
************/
|
||||
.nautilus-canvas-item {
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item {
|
||||
color: white;
|
||||
text-shadow: 1px 1px black;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item:active {
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item:selected {
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item:active,
|
||||
.nautilus-desktop.nautilus-canvas-item:prelight,
|
||||
.nautilus-desktop.nautilus-canvas-item:selected {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
NautilusWindow .toolbar {
|
||||
border-width: 0 0 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@toolbar_bg_color, 0.8);
|
||||
}
|
||||
|
||||
NautilusWindow .sidebar .frame {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
NautilusWindow > GtkGrid > .pane-separator,
|
||||
NautilusWindow > GtkGrid > .pane-separator:hover {
|
||||
border-width: 0 1px 0 0;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: @theme_bg_color;
|
||||
}
|
||||
|
||||
NautilusNotebook.notebook {
|
||||
border-right-width: 0;
|
||||
border-left-width: 0;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
NautilusNotebook .frame {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
NautilusQueryEditor .primary-toolbar.toolbar {
|
||||
border-top-width: 0;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
NautilusQueryEditor .toolbar {
|
||||
padding-top: 3px;
|
||||
padding-bottom: 2px;
|
||||
border-width: 1px 0 0 0;
|
||||
border-style: solid;
|
||||
border-color: @toolbar_bg_color;
|
||||
background-color: shade(@toolbar_bg_color, 0.9);
|
||||
}
|
||||
|
||||
NautilusQueryEditor .toolbar:nth-child(2) {
|
||||
border-color: shade(@toolbar_bg_color, 0.8);
|
||||
}
|
||||
|
||||
NautilusQueryEditor .toolbar:last-child,
|
||||
NautilusQueryEditor .primary-toolbar.toolbar:only-child {
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: shade(@toolbar_bg_color, 0.8);
|
||||
}
|
||||
|
||||
/******************
|
||||
* gnome terminal *
|
||||
******************/
|
||||
VteTerminal {
|
||||
background-color: @osd_base;
|
||||
color: @osd_fg;
|
||||
}
|
||||
|
||||
TerminalWindow GtkNotebook.notebook {
|
||||
border-right-width: 0;
|
||||
border-bottom-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
TerminalWindow .scrollbars-junction,
|
||||
TerminalWindow .scrollbar.trough {
|
||||
background-color: @osd_base;
|
||||
}
|
||||
|
||||
TerminalWindow .scrollbar.button,
|
||||
TerminalWindow .scrollbar.button:active,
|
||||
TerminalWindow .scrollbar.button:active:hover {
|
||||
color: shade(@osd_base, 0.6);
|
||||
}
|
||||
|
||||
TerminalWindow .scrollbar.slider {
|
||||
border-color: mix(shade(@osd_base, 0.87), @osd_fg, 0.21);
|
||||
background-color: mix(@osd_base, @osd_fg, 0.21);
|
||||
}
|
||||
|
||||
TerminalWindow .scrollbar.slider:hover,
|
||||
TerminalWindow .scrollbar.slider.vertical:hover {
|
||||
border-color: mix(shade(@osd_base, 0.87), @osd_fg, 0.31);
|
||||
background-color: mix(@osd_base, @osd_fg, 0.31);
|
||||
}
|
||||
|
||||
TerminalWindow .scrollbar.slider:active,
|
||||
TerminalWindow .scrollbar.slider.vertical:active {
|
||||
border-color: shade(@theme_selected_bg_color, 0.9);
|
||||
background-color: @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
/*********
|
||||
* gedit *
|
||||
*********/
|
||||
GeditWindow .pane-separator,
|
||||
GeditWindow .pane-separator:hover {
|
||||
border-width: 0 1px 1px 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: @theme_bg_color;
|
||||
color: shade(@theme_bg_color, 0.8);
|
||||
}
|
||||
|
||||
GeditPanel.title GtkLabel {
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
GeditPanel.vertical .title {
|
||||
padding: 4px 0 4px 3px;
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
GeditPanel .toolbar {
|
||||
border-style: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
GeditDocumentsPanel .view {
|
||||
background-color: @theme_base_color;
|
||||
}
|
||||
|
||||
GeditPanel.vertical .notebook {
|
||||
padding: 0;
|
||||
border-width: 1px 0;
|
||||
}
|
||||
|
||||
GeditPanel.horizontal .notebook {
|
||||
padding: 0;
|
||||
border-width: 0 1px 1px 0;
|
||||
}
|
||||
|
||||
GeditWindow .notebook {
|
||||
border-width: 1px 0;
|
||||
}
|
||||
|
||||
GeditPanel .notebook tab,
|
||||
GeditWindow .notebook tab {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
GeditStatusComboBox .button,
|
||||
GeditStatusComboBox .button:hover,
|
||||
GeditStatusComboBox .button:active,
|
||||
GeditStatusComboBox .button:active:hover {
|
||||
padding: 1px 6px 2px 4px;
|
||||
border-style: solid;
|
||||
border-width: 0 1px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
GeditStatusComboBox .button:hover,
|
||||
GeditStatusComboBox .button:active,
|
||||
GeditStatusComboBox .button:active:hover {
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
}
|
||||
|
||||
GeditViewFrame .gedit-search-slider {
|
||||
padding: 4px;
|
||||
border-radius: 0 0 2px 2px;
|
||||
border-width: 0 1px 1px 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_base_color, 0.8);
|
||||
background-color: @theme_base_color;
|
||||
}
|
||||
|
||||
GeditViewFrame .gedit-search-slider .not-found {
|
||||
background-color: @error_bg_color;
|
||||
background-image: none;
|
||||
color: @error_fg_color;
|
||||
}
|
||||
|
||||
GeditViewFrame .gedit-search-slider .not-found:selected {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
GeditFileBrowserWidget .primary-toolbar.toolbar {
|
||||
padding: 2px;
|
||||
border-top: none;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/***************
|
||||
* font-viewer *
|
||||
***************/
|
||||
SushiFontWidget {
|
||||
padding: 6px 12px;
|
||||
}
|
||||
|
||||
/*************
|
||||
* gucharmap *
|
||||
*************/
|
||||
GucharmapChartable {
|
||||
background-color: @theme_base_color;
|
||||
}
|
||||
|
||||
GucharmapChartable:active,
|
||||
GucharmapChartable:focus,
|
||||
GucharmapChartable:selected {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
|
@ -0,0 +1,671 @@
|
|||
/********************
|
||||
* dynamic notebook *
|
||||
********************/
|
||||
.dynamic-notebook {
|
||||
background-color: shade(@theme_bg_color, 1.08);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.dynamic-notebook GtkLabel,
|
||||
.dynamic-notebook GtkImage {
|
||||
color: alpha(@theme_fg_color, 0.5);
|
||||
}
|
||||
|
||||
.dynamic-notebook .notebook {
|
||||
-GtkNotebook-tab-overlap: 3px;
|
||||
-GtkNotebook-initial-gap: 12px;
|
||||
|
||||
border-width: 1px 0 0 0;
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.dynamic-notebook .notebook tab {
|
||||
padding: 3px;
|
||||
border-color: shade(@theme_bg_color, 0.85);
|
||||
border-radius: 0;
|
||||
background-color: shade(@theme_bg_color, 0.9);
|
||||
background-image: none;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.dynamic-notebook .notebook tab:nth-child(first) {
|
||||
border-width: 0 1px 0 1px;
|
||||
}
|
||||
|
||||
.dynamic-notebook .notebook tab:active {
|
||||
border-width: 1px;
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
border-top-color: @theme_selected_bg_color;
|
||||
background-color: shade(@theme_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.dynamic-notebook .notebook tab .entry {
|
||||
border-radius: 2px;
|
||||
padding: 4px 3px;
|
||||
}
|
||||
|
||||
.dynamic-notebook .button:hover,
|
||||
.dynamic-notebook .button:hover:active,
|
||||
.dynamic-notebook .notebook .button,
|
||||
.dynamic-notebook .notebook .button:hover,
|
||||
.dynamic-notebook .notebook .button:hover:active {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
background-color: shade(@theme_bg_color, 1.10);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.dynamic-notebook .button:hover:active,
|
||||
.dynamic-notebook .notebook .button:hover:active {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
}
|
||||
|
||||
.dynamic-notebook .menu GtkLabel {
|
||||
color: @menu_fg;
|
||||
}
|
||||
|
||||
/****************
|
||||
* content view *
|
||||
****************/
|
||||
.content-view-window {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_base_color, 0.8);
|
||||
border-radius: 2px;
|
||||
background-color:@theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.content-view,
|
||||
.content-view GtkViewport {
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view * {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view .entry {
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.content-view .button {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_base_color, 0.8);
|
||||
border-radius: 2px;
|
||||
background-color: shade(@theme_base_color, 1.08);
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.content-view .button:hover {
|
||||
border-color: shade(@theme_base_color, 0.7);
|
||||
background-color: shade(@theme_base_color, 1.10);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view .button:active {
|
||||
border-color: shade(@theme_base_color, 0.8);
|
||||
background-color: shade(@theme_base_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view .button:active:hover {
|
||||
border-color: shade(@theme_base_color, 0.7);
|
||||
color: shade(@theme_text_color, 0.7);
|
||||
}
|
||||
|
||||
.content-view .button:insensitive {
|
||||
background-color: shade(@theme_base_color, 0.9);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view .help_button * {
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.content-view .toolbar {
|
||||
-GtkWidget-window-dragging: true;
|
||||
|
||||
padding: 1px;
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_base_color, 0.8);
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view .menu {
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
border-style: none;
|
||||
background-color: @menu_bg_color;
|
||||
background-image: none;
|
||||
color: @menu_fg_color;
|
||||
}
|
||||
|
||||
/**************
|
||||
* sourcelist *
|
||||
**************/
|
||||
.source-list,
|
||||
.source-list.view {
|
||||
border-radius: 0;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
color: mix(@theme_fg_color, @theme_bg_color, 0.1);
|
||||
}
|
||||
|
||||
.source-list {
|
||||
-GtkTreeView-horizontal-separator: 1;
|
||||
-GtkTreeView-vertical-separator: 1;
|
||||
}
|
||||
|
||||
.source-list.view:selected,
|
||||
.source-list.view:prelight:selected {
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.source-list.view:prelight {
|
||||
background-color: shade(@theme_bg_color, 1.08);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.source-list.badge,
|
||||
.source-list.badge:prelight,
|
||||
.source-list.badge:selected,
|
||||
.source-list.badge:prelight:selected {
|
||||
margin: 0 3px;
|
||||
padding: 0 6px;
|
||||
border-width: 0;
|
||||
border-radius: 10px;
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
/******************
|
||||
* no undo button *
|
||||
******************/
|
||||
.button.noundo,
|
||||
.content-view .button.noundo {
|
||||
border-color: shade(@error_bg_color, 0.8);
|
||||
background-color: shade(@error_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @error_fg_color;
|
||||
}
|
||||
|
||||
.button.noundo:hover,
|
||||
.content-view .button.noundo:hover {
|
||||
border-color: shade(@error_bg_color, 0.7);
|
||||
background-color: @error_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.noundo:active,
|
||||
.content-view .button.noundo:active {
|
||||
border-color: shade(@error_bg_color, 0.8);
|
||||
background-color: shade(@error_bg_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.noundo:active:hover,
|
||||
.content-view .button.noundo:active:hover {
|
||||
border-color: shade(@error_bg_color, 0.7);
|
||||
background-color: shade(@error_bg_color, 0.97);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.noundo GtkLabel,
|
||||
.button.noundo Gtklabel:prelight {
|
||||
color: @error_fg_color;
|
||||
}
|
||||
|
||||
/**********************
|
||||
* affirmative button *
|
||||
**********************/
|
||||
.button.affirmative,
|
||||
.content-view .button.affirmative {
|
||||
border-color: shade(@theme_selected_bg_color, 0.8);
|
||||
background-color: shade(@theme_selected_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.button.affirmative:hover,
|
||||
.content-view .button.affirmative:hover {
|
||||
border-color: shade(@theme_selected_bg_color, 0.7);
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.affirmative:active,
|
||||
.content-view .button.affirmative:active {
|
||||
border-color: shade(@theme_selected_bg_color, 0.8);
|
||||
background-color: shade(@theme_selected_bg_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.affirmative:active:hover,
|
||||
.content-view .button.affirmative:active:hover {
|
||||
border-color: shade(@theme_selected_bg_color, 0.7);
|
||||
background-color: shade(@theme_selected_bg_color, 0.97);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.affirmative GtkLabel,
|
||||
.button.affirmative Gtklabel:prelight {
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
/**********************
|
||||
* secondary toolbars *
|
||||
**********************/
|
||||
.secondary-toolbar.toolbar {
|
||||
padding: 2px;
|
||||
border-color: shade(@toolbar_bg_color, 0.8);
|
||||
background-color: @toolbar_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button {
|
||||
border-color: shade(@toolbar_bg_color, 0.8);
|
||||
background-color: shade(@toolbar_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @toolbar_fg_color;
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:hover {
|
||||
border-color: shade(@toolbar_bg_color, 0.7);
|
||||
background-color: shade(@toolbar_bg_color, 1.10);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:active {
|
||||
border-color: shade(@toolbar_bg_color, 0.8);
|
||||
background-color: shade(@toolbar_bg_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:active:hover {
|
||||
border-color: shade(@toolbar_bg_color, 0.7);
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:focus,
|
||||
.secondary-toolbar.toolbar .button:hover:focus,
|
||||
.secondary-toolbar.toolbar .button:active:focus,
|
||||
.secondary-toolbar.toolbar .button:active:hover:focus {
|
||||
border-color: shade(@toolbar_bg_color, 0.7);
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:insensitive {
|
||||
border-color: shade(@toolbar_bg_color, 0.85);
|
||||
background-color: shade(@toolbar_bg_color, 0.9);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:active *:insensitive {
|
||||
border-color: shade(@toolbar_bg_color, 0.75);
|
||||
background-color: shade(@toolbar_bg_color, 0.80);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/*******************
|
||||
* bottom toolbars *
|
||||
*******************/
|
||||
.bottom-toolbar.toolbar {
|
||||
padding: 6px;
|
||||
border-width: 1px 0 0 0;
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button {
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: shade(@theme_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:hover {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
background-color: shade(@theme_bg_color, 1.10);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:active {
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: shade(@theme_bg_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:active:hover {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:focus,
|
||||
.bottom-toolbar.toolbar .button:hover:focus,
|
||||
.bottom-toolbar.toolbar .button:active:focus,
|
||||
.bottom-toolbar.toolbar .button:active:hover:focus {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:insensitive {
|
||||
border-color: shade(@theme_bg_color, 0.85);
|
||||
background-color: shade(@theme_bg_color, 0.9);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:active *:insensitive {
|
||||
border-color: shade(@theme_bg_color, 0.75);
|
||||
background-color: shade(@theme_bg_color, 0.80);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/*************
|
||||
* statusbar *
|
||||
*************/
|
||||
GraniteWidgetsStatusBar {
|
||||
padding: 1px;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
box-shadow: inset 0 1px shade(@theme_bg_color, 0.8);
|
||||
}
|
||||
|
||||
/***********
|
||||
* popover *
|
||||
***********/
|
||||
GraniteWidgetsPopOver {
|
||||
-GraniteWidgetsPopOver-arrow-width: 21;
|
||||
-GraniteWidgetsPopOver-arrow-height: 12;
|
||||
-GraniteWidgetsPopOver-border-radius: 2px;
|
||||
-GraniteWidgetsPopOver-border-width: 1;
|
||||
-GraniteWidgetsPopOver-shadow-size: 12;
|
||||
|
||||
margin: 0;
|
||||
border-style: solid;
|
||||
border-color: shade(@menu_bg_color, 0.8);
|
||||
color: @menu_fg_color;
|
||||
}
|
||||
|
||||
.popover_bg {
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to bottom,
|
||||
@menu_bg_color,
|
||||
@menu_bg_color
|
||||
);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .sidebar.view,
|
||||
GraniteWidgetsPopOver * {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: @menu_fg_color;
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .sidebar.view:selected,
|
||||
GraniteWidgetsPopOver .sidebar.view:selected:focus,
|
||||
GraniteWidgetsPopOver *:selected,
|
||||
GraniteWidgetsPopOver *:selected:focus {
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .button {
|
||||
border-color: shade(@menu_bg_color, 0.8);
|
||||
background-color: shade(@menu_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @menu_fg_color;
|
||||
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .button:hover {
|
||||
border-color: shade(@menu_bg_color, 0.7);
|
||||
background-color: shade(@menu_bg_color, 1.10);
|
||||
background-image: none;
|
||||
color: shade(@menu_fg_color, 0.7);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .button:active {
|
||||
border-color: shade(@menu_bg_color, 0.8);
|
||||
background-color: shade(@menu_bg_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .button:active:hover {
|
||||
border-color: shade(@menu_bg_color, 0.7);
|
||||
color: shade(@menu_fg_color, 0.7);
|
||||
}
|
||||
|
||||
/* linked buttons */
|
||||
GraniteWidgetsPopOver .linked .button {
|
||||
box-shadow: inset -1px 0 shade(@menu_bg_color, 0.9);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .linked .button:active {
|
||||
box-shadow: inset -1px 0 shade(@menu_bg_color, 0.9),
|
||||
inset 1px 0 alpha(@dark_shadow, 0.07),
|
||||
inset 0 1px alpha(@dark_shadow, 0.08),
|
||||
inset 0 -1px alpha(@dark_shadow, 0.05);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .linked .button:insensitive {
|
||||
box-shadow: inset -1px 0 shade(@menu_bg_color, 0.9);
|
||||
}
|
||||
|
||||
/* remove box shadow from last-child and only-child */
|
||||
GraniteWidgetsPopOver .linked .button:last-child,
|
||||
GraniteWidgetsPopOver .linked .button:only-child,
|
||||
GraniteWidgetsPopOver .linked .button:insensitive:last-child,
|
||||
GraniteWidgetsPopOver .linked .button:insensitive:only-child,
|
||||
GraniteWidgetsPopOver .linked .button:active *:insensitive:last-child,
|
||||
GraniteWidgetsPopOver .linked .button:active *:insensitive:only-child {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/* add back the inset shadow effect */
|
||||
GraniteWidgetsPopOver .linked .button:active:last-child,
|
||||
GraniteWidgetsPopOver .linked .button:active:only-child {
|
||||
box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
|
||||
inset 0 1px alpha(@dark_shadow, 0.08),
|
||||
inset -1px 0 alpha(@dark_shadow, 0.07);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .entry {
|
||||
border-color: shade(@menu_bg_color, 0.7);
|
||||
background-color: @menu_bg_color;
|
||||
background-image: none;
|
||||
color: @menu_fg_color;
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .entry:active,
|
||||
GraniteWidgetsPopOver .entry:focus {
|
||||
border-color: shade(@menu_bg_color, 0.7);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver *.separator {
|
||||
border-color: shade(@menu_bg_color, 0.9);
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.button.app {
|
||||
border-width: 0;
|
||||
border-radius: 2px;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.app:hover {
|
||||
border-color: shade(@theme_selected_bg_color, 0.9);
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.button.app:focus {
|
||||
border-color: shade(@theme_selected_bg_color, 0.9);
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
/********
|
||||
* gala *
|
||||
********/
|
||||
.gala-workspaces-background {
|
||||
border-width: 1px 0 0 0;
|
||||
border-color: shade(@panel_bg_color, 0.8);
|
||||
background-color: @panel_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.gala-workspace-selected {
|
||||
border-width: 1px;
|
||||
border-radius: 2px;
|
||||
border-color: shade(@theme_selected_bg_color, 0.9);
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/*********
|
||||
* files *
|
||||
*********/
|
||||
.files-overlay-bar {
|
||||
margin: 3px;
|
||||
padding: 3px 6px;
|
||||
border-width: 1px;
|
||||
border-color: shade(@theme_base_color, 0.7);
|
||||
border-radius: 2px;
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.files-overlay-bar GtkLabel {
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
/*********
|
||||
* noise *
|
||||
*********/
|
||||
.album-list-view,
|
||||
.album-list-view * {
|
||||
border-color: shade(@theme_base_color, 0.7);
|
||||
border-radius: 0;
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.album-list-view GtkTreeView {
|
||||
-GtkTreeView-vertical-separator: 1;
|
||||
-GtkTreeView-grid-line-width: 0;
|
||||
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.album-list-view GtkTreeView row:nth-child(even) {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: shade(@theme_base_color, 0.97);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
|
||||
.album-list-view GtkTreeView row:nth-child(odd) {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: shade(@theme_base_color, 1.0);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.album-list-view GtkTreeView row:selected {
|
||||
background-color: @selected_bg_color;
|
||||
background-image: none;
|
||||
color: @selected_fg_color;
|
||||
}
|
||||
|
||||
/**********
|
||||
* birdie *
|
||||
**********/
|
||||
BirdieWidgetsTweetList * {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/*********
|
||||
* tweet *
|
||||
*********/
|
||||
.tweet {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**********
|
||||
* notify *
|
||||
**********/
|
||||
.notify {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_base_color, 0.7);
|
||||
border-radius: 2px;
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.notify .low {
|
||||
}
|
||||
|
||||
.notify .critical {
|
||||
}
|
||||
|
||||
/*********
|
||||
* panel *
|
||||
*********/
|
||||
.panel {
|
||||
background-color: @panel_bg_color;
|
||||
background-image: none;
|
||||
color: @panel_fg_color;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
.panel .menubar .menuitem {
|
||||
padding: 1px 3px;
|
||||
}
|
||||
|
||||
.shadow {
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to bottom,
|
||||
rgba(0, 0, 0, 0.3),
|
||||
transparent
|
||||
);
|
||||
}
|
||||
|
||||
.composited-indicator,
|
||||
.wingpanel-app-button,
|
||||
.wingpanel-indicator-button {
|
||||
padding: 0 2px;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.composited-indicator.menuitem:active,
|
||||
.composited-indicator.menuitem:prelight {
|
||||
border-style: none;
|
||||
background-image: none;
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
UnityPanelWidget,
|
||||
.unity-panel {
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
border-color: @panel_bg_color;
|
||||
background-color: @panel_bg_color;
|
||||
background-image: none;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.unity-panel.menubar,
|
||||
.unity-panel .menubar {
|
||||
}
|
||||
|
||||
.unity-panel.menuitem,
|
||||
.unity-panel .menuitem {
|
||||
border-width: 0 1px;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.unity-panel.menubar.menuitem:hover,
|
||||
.unity-panel.menubar .menuitem *:hover {
|
||||
border-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
|
||||
background-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
|
||||
background-image: none;
|
||||
color: shade(@panel_fg_color, 1.08);
|
||||
}
|
|
@ -0,0 +1,54 @@
|
|||
XfceHeading {
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
padding: 0;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.xfce4-panel {
|
||||
background-color: @panel_bg_color;
|
||||
}
|
||||
|
||||
.xfce4-panel .button {
|
||||
border-radius: 0;
|
||||
padding: 1px;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.xfce4-panel .button:active {
|
||||
border-width: 0 1px;
|
||||
border-radius: 0;
|
||||
border-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
|
||||
background-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
|
||||
background-image: none;
|
||||
color: shade(@panel_fg_color, 1.08);
|
||||
}
|
||||
|
||||
.xfce4-panel .button:hover,
|
||||
.xfce4-panel .button:active:hover {
|
||||
border-color: mix(@panel_bg_color, @panel_fg_color, 0.31);
|
||||
background-color: mix(@panel_bg_color, @panel_fg_color, 0.31);
|
||||
background-image: none;
|
||||
color: shade(@panel_fg_color, 1.08);
|
||||
}
|
||||
|
||||
/* menu-styling, e.g. for indicators */
|
||||
.xfce4-panel .menu,
|
||||
.xfce4-panel .menu GtkLabel,
|
||||
.xfce4-panel .menu GtkImage {
|
||||
background-color: @menu_bg_color;
|
||||
color: @menu_fg_color;
|
||||
}
|
||||
|
||||
.xfce4-panel .menu *:hover {
|
||||
border-color: shade(@theme_selected_bg_color, 0.9);
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.xfce4-panel .menu GtkLabel:hover,
|
||||
.xfce4-panel .menu GtkImage:hover {
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
|
@ -0,0 +1,123 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="checkbox-checked-dark.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3810"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="7.9579105"
|
||||
fy="8.8488083"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
r="7"
|
||||
fy="8.8488083"
|
||||
fx="7.9579105"
|
||||
cy="8"
|
||||
cx="8"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient3006"
|
||||
xlink:href="#linearGradient3802"
|
||||
inkscape:collect="always" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="7.919596"
|
||||
inkscape:cx="11.985406"
|
||||
inkscape:cy="7.945688"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="712"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<rect
|
||||
style="fill:#494949;fill-opacity:1;stroke:none"
|
||||
id="rect3757"
|
||||
width="14.789182"
|
||||
height="14.757614"
|
||||
x="0.6843273"
|
||||
y="1037.0781"
|
||||
rx="1"
|
||||
ry="1" />
|
||||
<path
|
||||
style="fill:#211f1e;fill-opacity:1;stroke:none"
|
||||
d="M 2 0 C 0.892 0 3.2526065e-18 0.892 0 2 L 0 14 C 0 15.108 0.892 16 2 16 L 14 16 C 15.108 16 16 15.108 16 14 L 16 2 C 16 0.892 15.108 3.2526065e-18 14 0 L 2 0 z M 2 1 L 14 1 C 14.554 1 15 1.446 15 2 L 15 14 C 15 14.554 14.554 15 14 15 L 2 15 C 1.446 15 1 14.554 1 14 L 1 2 C 1 1.446 1.446 1 2 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="rect3752" />
|
||||
<path
|
||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#d64937;fill-opacity:1;stroke:none;stroke-width:2.9000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
||||
d="m 11.653408,1040.2805 c -0.365873,0.01 -0.727323,0.1623 -0.985551,0.4266 l -4.0292904,3.8367 -1.3822187,-1.5489 c -0.4918947,-0.656 -1.5705595,-0.7265 -2.1406524,-0.14 -0.5700929,0.5865 -0.4910061,1.6854 0.1569519,2.1808 l 2.3831825,2.5599 c 0.9369248,0.9369 1.3590497,0.8116 2.3049741,-0.1343 0,0 3.250459,-3.9103 5.155609,-5.232 0.421127,-0.3992 0.596878,-0.5102 0.377676,-1.0522 -0.219202,-0.542 -1.265927,-0.916 -1.840681,-0.8966 z"
|
||||
id="path5174"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccsccccsc" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.6 KiB |
|
@ -0,0 +1,130 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="checkbox-checked-insensitive-dark.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3810"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="7.9579105"
|
||||
fy="8.8488083"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
r="7"
|
||||
fy="8.8488083"
|
||||
fx="7.9579105"
|
||||
cy="8"
|
||||
cx="8"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient3006"
|
||||
xlink:href="#linearGradient3802"
|
||||
inkscape:collect="always" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="-8.4065911"
|
||||
inkscape:cy="7.945688"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="717"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="26"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#2a2a2a;fill-opacity:1;stroke:none"
|
||||
d="m 1.7429523,1036.9203 12.7034987,0 c 0.586479,0 1.058625,0.468 1.058625,1.0495 l 0,12.5953 c 0,0.5815 -0.472146,1.0496 -1.058625,1.0496 l -12.7034987,0 c -0.5864782,0 -1.05862497,-0.4681 -1.05862497,-1.0496 l 0,-12.5953 c 0,-0.5815 0.47214677,-1.0495 1.05862497,-1.0495 z"
|
||||
id="rect3752-5"
|
||||
sodipodi:nodetypes="sssssssss" />
|
||||
<rect
|
||||
style="fill:#f9f9f9;fill-opacity:1;stroke:none;opacity:0"
|
||||
id="rect3757"
|
||||
width="14"
|
||||
height="14"
|
||||
x="1"
|
||||
y="1"
|
||||
transform="translate(0,1036.3622)"
|
||||
rx="1"
|
||||
ry="1" />
|
||||
<path
|
||||
style="fill:#211f1e;fill-opacity:1;stroke:none"
|
||||
d="M 2 0 C 0.892 0 3.2526065e-18 0.892 0 2 L 0 14 C 0 15.108 0.892 16 2 16 L 14 16 C 15.108 16 16 15.108 16 14 L 16 2 C 16 0.892 15.108 3.2526065e-18 14 0 L 2 0 z M 2 1 L 14 1 C 14.554 1 15 1.446 15 2 L 15 14 C 15 14.554 14.554 15 14 15 L 2 15 C 1.446 15 1 14.554 1 14 L 1 2 C 1 1.446 1.446 1 2 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="rect3752" />
|
||||
<path
|
||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#211f1e;fill-opacity:1;stroke:none;stroke-width:2.90000010000000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
||||
d="m 11.653408,1040.2805 c -0.365873,0.01 -0.727323,0.1623 -0.985551,0.4266 l -4.0292904,3.8367 -1.3822187,-1.5489 c -0.4918947,-0.656 -1.5705595,-0.7265 -2.1406524,-0.14 -0.5700929,0.5865 -0.4910061,1.6854 0.1569519,2.1808 l 2.3831825,2.5599 c 0.9369248,0.9369 1.3590497,0.8116 2.3049741,-0.1343 0,0 3.250459,-3.9103 5.155609,-5.232 0.421127,-0.3992 0.596878,-0.5102 0.377676,-1.0522 -0.219202,-0.542 -1.265927,-0.916 -1.840681,-0.8966 z"
|
||||
id="path5174"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccsccccsc" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 5.1 KiB |
|
@ -0,0 +1,123 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="checkbox-checked-insensitive.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3810"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="7.9579105"
|
||||
fy="8.8488083"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
r="7"
|
||||
fy="8.8488083"
|
||||
fx="7.9579105"
|
||||
cy="8"
|
||||
cx="8"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient3006"
|
||||
xlink:href="#linearGradient3802"
|
||||
inkscape:collect="always" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="-13.014922"
|
||||
inkscape:cy="7.945688"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="717"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="26"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<rect
|
||||
style="fill:#d3d3d3;fill-opacity:1;stroke:none;opacity:1"
|
||||
id="rect3757"
|
||||
width="14.505075"
|
||||
height="14.568211"
|
||||
x="0.74746186"
|
||||
y="1037.0465"
|
||||
rx="1"
|
||||
ry="1" />
|
||||
<path
|
||||
style="fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||
d="M 2 0 C 0.892 0 3.2526065e-18 0.892 0 2 L 0 14 C 0 15.108 0.892 16 2 16 L 14 16 C 15.108 16 16 15.108 16 14 L 16 2 C 16 0.892 15.108 3.2526065e-18 14 0 L 2 0 z M 2 1 L 14 1 C 14.554 1 15 1.446 15 2 L 15 14 C 15 14.554 14.554 15 14 15 L 2 15 C 1.446 15 1 14.554 1 14 L 1 2 C 1 1.446 1.446 1 2 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="rect3752" />
|
||||
<path
|
||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ada9a8;fill-opacity:1;stroke:none;stroke-width:2.90000010000000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
||||
d="m 11.653408,1040.2805 c -0.365873,0.01 -0.727323,0.1623 -0.985551,0.4266 l -4.0292904,3.8367 -1.3822187,-1.5489 c -0.4918947,-0.656 -1.5705595,-0.7265 -2.1406524,-0.14 -0.5700929,0.5865 -0.4910061,1.6854 0.1569519,2.1808 l 2.3831825,2.5599 c 0.9369248,0.9369 1.3590497,0.8116 2.3049741,-0.1343 0,0 3.250459,-3.9103 5.155609,-5.232 0.421127,-0.3992 0.596878,-0.5102 0.377676,-1.0522 -0.219202,-0.542 -1.265927,-0.916 -1.840681,-0.8966 z"
|
||||
id="path5174"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccsccccsc" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.6 KiB |
|
@ -0,0 +1,124 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="checkbox-checked-insensitive.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3810"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="7.9579105"
|
||||
fy="8.8488083"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
r="7"
|
||||
fy="8.8488083"
|
||||
fx="7.9579105"
|
||||
cy="8"
|
||||
cx="8"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient3006"
|
||||
xlink:href="#linearGradient3802"
|
||||
inkscape:collect="always" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="15.268859"
|
||||
inkscape:cy="7.945688"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1280"
|
||||
inkscape:window-height="718"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<rect
|
||||
style="fill:#f9f9f9;fill-opacity:1;stroke:none"
|
||||
id="rect3757"
|
||||
width="14"
|
||||
height="14"
|
||||
x="1"
|
||||
y="1"
|
||||
transform="translate(0,1036.3622)"
|
||||
rx="1"
|
||||
ry="1" />
|
||||
<path
|
||||
style="fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||
d="M 2 0 C 0.892 0 3.2526065e-18 0.892 0 2 L 0 14 C 0 15.108 0.892 16 2 16 L 14 16 C 15.108 16 16 15.108 16 14 L 16 2 C 16 0.892 15.108 3.2526065e-18 14 0 L 2 0 z M 2 1 L 14 1 C 14.554 1 15 1.446 15 2 L 15 14 C 15 14.554 14.554 15 14 15 L 2 15 C 1.446 15 1 14.554 1 14 L 1 2 C 1 1.446 1.446 1 2 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="rect3752" />
|
||||
<path
|
||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#d64937;fill-opacity:1;stroke:none;stroke-width:2.9000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
||||
d="m 11.653408,1040.2805 c -0.365873,0.01 -0.727323,0.1623 -0.985551,0.4266 l -4.0292904,3.8367 -1.3822187,-1.5489 c -0.4918947,-0.656 -1.5705595,-0.7265 -2.1406524,-0.14 -0.5700929,0.5865 -0.4910061,1.6854 0.1569519,2.1808 l 2.3831825,2.5599 c 0.9369248,0.9369 1.3590497,0.8116 2.3049741,-0.1343 0,0 3.250459,-3.9103 5.155609,-5.232 0.421127,-0.3992 0.596878,-0.5102 0.377676,-1.0522 -0.219202,-0.542 -1.265927,-0.916 -1.840681,-0.8966 z"
|
||||
id="path5174"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccsccccsc" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.6 KiB |
|
@ -0,0 +1,124 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="checkbox-mixed.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3810"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="7.9579105"
|
||||
fy="8.8488083"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
r="7"
|
||||
fy="8.8488083"
|
||||
fx="7.9579105"
|
||||
cy="8"
|
||||
cx="8"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient3006"
|
||||
xlink:href="#linearGradient3802"
|
||||
inkscape:collect="always" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="-0.12597641"
|
||||
inkscape:cy="6.1944703"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="712"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<rect
|
||||
style="fill:#494949;fill-opacity:1;stroke:none"
|
||||
id="rect3757"
|
||||
width="14.820748"
|
||||
height="14.757614"
|
||||
x="0.62119281"
|
||||
y="1037.0465"
|
||||
rx="1"
|
||||
ry="1" />
|
||||
<path
|
||||
style="fill:#211f1e;fill-opacity:1;stroke:none"
|
||||
d="M 2 0 C 0.892 0 3.2526065e-18 0.892 0 2 L 0 14 C 0 15.108 0.892 16 2 16 L 14 16 C 15.108 16 16 15.108 16 14 L 16 2 C 16 0.892 15.108 3.2526065e-18 14 0 L 2 0 z M 2 1 L 14 1 C 14.554 1 15 1.446 15 2 L 15 14 C 15 14.554 14.554 15 14 15 L 2 15 C 1.446 15 1 14.554 1 14 L 1 2 C 1 1.446 1.446 1 2 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="rect3752" />
|
||||
<rect
|
||||
style="fill:#d64937;fill-opacity:1;stroke:none"
|
||||
id="rect3931"
|
||||
width="8"
|
||||
height="2"
|
||||
x="4"
|
||||
y="1043.3622" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.7 KiB |
|
@ -0,0 +1,132 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="checkbox-mixed-insensitive-dark.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3810"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="7.9579105"
|
||||
fy="8.8488083"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
r="7"
|
||||
fy="8.8488083"
|
||||
fx="7.9579105"
|
||||
cy="8"
|
||||
cx="8"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient3006"
|
||||
xlink:href="#linearGradient3802"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3784"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="8.522295"
|
||||
fy="8.6830006"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.8571429,-6.3176109e-8,6.3176109e-8,1.8571429,-6.8571438,-6.8571423)" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="12.610752"
|
||||
inkscape:cy="6.1944703"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="717"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="26"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#2a2a2a;fill-opacity:1;stroke:none"
|
||||
d="m 1.7429523,1036.9203 12.7034987,0 c 0.586479,0 1.058625,0.468 1.058625,1.0495 l 0,12.5953 c 0,0.5815 -0.472146,1.0496 -1.058625,1.0496 l -12.7034987,0 c -0.5864782,0 -1.05862497,-0.4681 -1.05862497,-1.0496 l 0,-12.5953 c 0,-0.5815 0.47214677,-1.0495 1.05862497,-1.0495 z"
|
||||
id="rect3752-5"
|
||||
sodipodi:nodetypes="sssssssss" />
|
||||
<path
|
||||
style="fill:#211f1e;fill-opacity:1;stroke:none"
|
||||
d="M 2 0 C 0.892 0 3.2526065e-18 0.892 0 2 L 0 14 C 0 15.108 0.892 16 2 16 L 14 16 C 15.108 16 16 15.108 16 14 L 16 2 C 16 0.892 15.108 3.2526065e-18 14 0 L 2 0 z M 2 1 L 14 1 C 14.554 1 15 1.446 15 2 L 15 14 C 15 14.554 14.554 15 14 15 L 2 15 C 1.446 15 1 14.554 1 14 L 1 2 C 1 1.446 1.446 1 2 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="rect3752" />
|
||||
<rect
|
||||
style="fill:#211f1e;fill-opacity:1;stroke:none"
|
||||
id="rect3931"
|
||||
width="8"
|
||||
height="2"
|
||||
x="4"
|
||||
y="1043.3622" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.3 KiB |
|
@ -0,0 +1,132 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="checkbox-mixed-insensitive.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3810"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="7.9579105"
|
||||
fy="8.8488083"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
r="7"
|
||||
fy="8.8488083"
|
||||
fx="7.9579105"
|
||||
cy="8"
|
||||
cx="8"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient3006"
|
||||
xlink:href="#linearGradient3802"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3784"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="8.522295"
|
||||
fy="8.6830006"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.8571429,-6.3176109e-8,6.3176109e-8,1.8571429,-6.8571438,-6.8571423)" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="-9.7388727"
|
||||
inkscape:cy="6.1944703"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="717"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="26"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#d3d3d3;fill-opacity:1;stroke:none"
|
||||
d="m 1.7339331,1037.2359 12.5952689,0 c 0.581481,0 1.049605,0.4581 1.049605,1.0271 l 0,12.3247 c 0,0.569 -0.468124,1.027 -1.049605,1.027 l -12.5952689,0 c -0.5814816,0 -1.04960577,-0.458 -1.04960577,-1.027 l 0,-12.3247 c 0,-0.569 0.46812417,-1.0271 1.04960577,-1.0271 z"
|
||||
id="rect3752-1"
|
||||
sodipodi:nodetypes="sssssssss" />
|
||||
<path
|
||||
style="fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||
d="M 2 0 C 0.892 0 3.2526065e-18 0.892 0 2 L 0 14 C 0 15.108 0.892 16 2 16 L 14 16 C 15.108 16 16 15.108 16 14 L 16 2 C 16 0.892 15.108 3.2526065e-18 14 0 L 2 0 z M 2 1 L 14 1 C 14.554 1 15 1.446 15 2 L 15 14 C 15 14.554 14.554 15 14 15 L 2 15 C 1.446 15 1 14.554 1 14 L 1 2 C 1 1.446 1.446 1 2 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="rect3752" />
|
||||
<rect
|
||||
style="fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||
id="rect3931"
|
||||
width="8"
|
||||
height="2"
|
||||
x="4"
|
||||
y="1043.3622" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.3 KiB |
|
@ -0,0 +1,138 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="checkbox-mixed.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3810"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="7.9579105"
|
||||
fy="8.8488083"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
r="7"
|
||||
fy="8.8488083"
|
||||
fx="7.9579105"
|
||||
cy="8"
|
||||
cx="8"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient3006"
|
||||
xlink:href="#linearGradient3802"
|
||||
inkscape:collect="always" />
|
||||
<filter
|
||||
color-interpolation-filters="sRGB"
|
||||
inkscape:collect="always"
|
||||
id="filter3971"
|
||||
x="-0.045000002"
|
||||
width="1.09"
|
||||
y="-0.18000001"
|
||||
height="1.36">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.15"
|
||||
id="feGaussianBlur3973" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="0.23638358"
|
||||
inkscape:cy="6.1944703"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="711"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<rect
|
||||
style="fill:#f9f9f9;fill-opacity:1;stroke:none"
|
||||
id="rect3757"
|
||||
width="14"
|
||||
height="14"
|
||||
x="1"
|
||||
y="1"
|
||||
transform="translate(0,1036.3622)"
|
||||
rx="1"
|
||||
ry="1" />
|
||||
<path
|
||||
style="fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||
d="M 2 0 C 0.892 0 3.2526065e-18 0.892 0 2 L 0 14 C 0 15.108 0.892 16 2 16 L 14 16 C 15.108 16 16 15.108 16 14 L 16 2 C 16 0.892 15.108 3.2526065e-18 14 0 L 2 0 z M 2 1 L 14 1 C 14.554 1 15 1.446 15 2 L 15 14 C 15 14.554 14.554 15 14 15 L 2 15 C 1.446 15 1 14.554 1 14 L 1 2 C 1 1.446 1.446 1 2 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="rect3752" />
|
||||
<rect
|
||||
style="fill:#d64937;fill-opacity:1;stroke:none"
|
||||
id="rect3931"
|
||||
width="8"
|
||||
height="2"
|
||||
x="4"
|
||||
y="1043.3622" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.0 KiB |
|
@ -0,0 +1,117 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="checkbox-unchecked.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3810"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="7.9579105"
|
||||
fy="8.8488083"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
r="7"
|
||||
fy="8.8488083"
|
||||
fx="7.9579105"
|
||||
cy="8"
|
||||
cx="8"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient3006"
|
||||
xlink:href="#linearGradient3802"
|
||||
inkscape:collect="always" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="-3.5770243"
|
||||
inkscape:cy="6.1944703"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="712"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<rect
|
||||
style="fill:#494949;fill-opacity:1;stroke:none"
|
||||
id="rect3757"
|
||||
width="14.441941"
|
||||
height="14.947018"
|
||||
x="0.81059641"
|
||||
y="1036.9203"
|
||||
rx="1"
|
||||
ry="1" />
|
||||
<path
|
||||
style="fill:#211f1e;fill-opacity:1;stroke:none"
|
||||
d="M 2 0 C 0.892 0 3.2526065e-18 0.892 0 2 L 0 14 C 0 15.108 0.892 16 2 16 L 14 16 C 15.108 16 16 15.108 16 14 L 16 2 C 16 0.892 15.108 3.2526065e-18 14 0 L 2 0 z M 2 1 L 14 1 C 14.554 1 15 1.446 15 2 L 15 14 C 15 14.554 14.554 15 14 15 L 2 15 C 1.446 15 1 14.554 1 14 L 1 2 C 1 1.446 1.446 1 2 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="rect3752" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.5 KiB |
|
@ -0,0 +1,114 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="checkbox-unchecked-insensitive-dark.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3810"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="7.9579105"
|
||||
fy="8.8488083"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3784"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="8.522295"
|
||||
fy="8.6830006"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.5714285,-3.0029155e-8,3.0029156e-8,1.5714286,-4.5714284,-4.5714283)" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="-13.46381"
|
||||
inkscape:cy="6.1944703"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="717"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="26"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#2a2a2a;fill-opacity:1;stroke:none"
|
||||
d="m 1.6166832,1037.0567 12.7034988,0 c 0.586479,0 1.058625,0.468 1.058625,1.0495 l 0,12.5953 c 0,0.5815 -0.472146,1.0496 -1.058625,1.0496 l -12.7034988,0 c -0.5864782,0 -1.05862494,-0.4681 -1.05862494,-1.0496 l 0,-12.5953 c 0,-0.5815 0.47214674,-1.0495 1.05862494,-1.0495 z"
|
||||
id="rect3752-5"
|
||||
sodipodi:nodetypes="sssssssss" />
|
||||
<path
|
||||
style="fill:#211f1e;fill-opacity:1;stroke:none"
|
||||
d="M 2 0 C 0.892 0 3.2526065e-18 0.892 0 2 L 0 14 C 0 15.108 0.892 16 2 16 L 14 16 C 15.108 16 16 15.108 16 14 L 16 2 C 16 0.892 15.108 3.2526065e-18 14 0 L 2 0 z M 2 1 L 14 1 C 14.554 1 15 1.446 15 2 L 15 14 C 15 14.554 14.554 15 14 15 L 2 15 C 1.446 15 1 14.554 1 14 L 1 2 C 1 1.446 1.446 1 2 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="rect3752" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.8 KiB |
|
@ -0,0 +1,114 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="checkbox-unchecked-insensitive.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3810"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="7.9579105"
|
||||
fy="8.8488083"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3784"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="8.522295"
|
||||
fy="8.6830006"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.5714285,-3.0029155e-8,3.0029156e-8,1.5714286,-4.5714284,-4.5714283)" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="-9.7388727"
|
||||
inkscape:cy="6.1944703"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="717"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="26"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#d3d3d3;fill-opacity:1;stroke:none"
|
||||
d="m 1.6707985,1036.9834 12.5952685,0 c 0.581481,0 1.049606,0.4621 1.049606,1.0361 l 0,12.4328 c 0,0.574 -0.468125,1.0362 -1.049606,1.0362 l -12.5952685,0 c -0.5814816,0 -1.0496057,-0.4622 -1.0496057,-1.0362 l 0,-12.4328 c 0,-0.574 0.4681241,-1.0361 1.0496057,-1.0361 z"
|
||||
id="rect3752-2"
|
||||
sodipodi:nodetypes="sssssssss" />
|
||||
<path
|
||||
style="fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||
d="M 2 0 C 0.892 0 3.2526065e-18 0.892 0 2 L 0 14 C 0 15.108 0.892 16 2 16 L 14 16 C 15.108 16 16 15.108 16 14 L 16 2 C 16 0.892 15.108 3.2526065e-18 14 0 L 2 0 z M 2 1 L 14 1 C 14.554 1 15 1.446 15 2 L 15 14 C 15 14.554 14.554 15 14 15 L 2 15 C 1.446 15 1 14.554 1 14 L 1 2 C 1 1.446 1.446 1 2 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="rect3752" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.8 KiB |
|
@ -0,0 +1,118 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="checkbox-unchecked.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3810"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="7.9579105"
|
||||
fy="8.8488083"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
r="7"
|
||||
fy="8.8488083"
|
||||
fx="7.9579105"
|
||||
cy="8"
|
||||
cx="8"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient3006"
|
||||
xlink:href="#linearGradient3802"
|
||||
inkscape:collect="always" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="0.23638358"
|
||||
inkscape:cy="6.1944703"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="711"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<rect
|
||||
style="fill:#f9f9f9;fill-opacity:1;stroke:none"
|
||||
id="rect3757"
|
||||
width="14"
|
||||
height="14"
|
||||
x="1"
|
||||
y="1"
|
||||
transform="translate(0,1036.3622)"
|
||||
rx="1"
|
||||
ry="1" />
|
||||
<path
|
||||
style="fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||
d="M 2 0 C 0.892 0 3.2526065e-18 0.892 0 2 L 0 14 C 0 15.108 0.892 16 2 16 L 14 16 C 15.108 16 16 15.108 16 14 L 16 2 C 16 0.892 15.108 3.2526065e-18 14 0 L 2 0 z M 2 1 L 14 1 C 14.554 1 15 1.446 15 2 L 15 14 C 15 14.554 14.554 15 14 15 L 2 15 C 1.446 15 1 14.554 1 14 L 1 2 C 1 1.446 1.446 1 2 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="rect3752" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.5 KiB |
|
@ -0,0 +1,124 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="40"
|
||||
height="40"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="grid-selection-checked-dark.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3810"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="7.9579105"
|
||||
fy="8.8488083"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
r="7"
|
||||
fy="8.8488083"
|
||||
fx="7.9579105"
|
||||
cy="8"
|
||||
cx="8"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient3006"
|
||||
xlink:href="#linearGradient3802"
|
||||
inkscape:collect="always" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.2"
|
||||
inkscape:cx="16.07243"
|
||||
inkscape:cy="19.731402"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="712"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1012.3622)">
|
||||
<rect
|
||||
style="fill:#494949;fill-opacity:1;stroke:none"
|
||||
id="rect3757"
|
||||
width="37.05357"
|
||||
height="37.05357"
|
||||
x="1.4285715"
|
||||
y="1013.7908"
|
||||
rx="1"
|
||||
ry="1" />
|
||||
<path
|
||||
style="fill:#211f1e;fill-opacity:1;stroke:none"
|
||||
d="m 5,1012.3622 c -2.77,0 -5,2.23 -5,5 l 0,30 c 0,2.77 2.23,5 5,5 l 30,0 c 2.77,0 5,-2.23 5,-5 l 0,-30 c 0,-2.77 -2.23,-5 -5,-5 z m 0,2.0536 30,0 c 1.385,0 3.035714,1.5614 3.035714,2.9464 l 0,30 c 0,1.385 -1.650714,3.0357 -3.035714,3.0357 l -30,0 c -1.385,0 -2.9464286,-1.6507 -2.9464286,-3.0357 l 0,-30 c 0,-1.385 1.5614286,-2.9464 2.9464286,-2.9464 z"
|
||||
id="rect3752"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ssssssssssssssssss" />
|
||||
<path
|
||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#d64937;fill-opacity:1;stroke:none;stroke-width:2.9000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
||||
d="m 29.13352,1022.158 c -0.914683,0.025 -1.818308,0.4057 -2.463877,1.0665 l -10.073226,9.5917 -3.455547,-3.8722 c -1.229737,-1.64 -3.926399,-1.8163 -5.3516312,-0.35 -1.4252323,1.4662 -1.2275153,4.2135 0.3923797,5.452 l 5.9579565,6.3997 c 2.342312,2.3423 3.397624,2.029 5.762435,-0.3357 0,0 8.126148,-9.7758 12.889022,-13.08 1.052818,-0.998 1.492196,-1.2755 0.94419,-2.6305 -0.548004,-1.355 -3.164817,-2.29 -4.601702,-2.2415 z"
|
||||
id="path5174"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccsccccsc" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.7 KiB |
|
@ -0,0 +1,124 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="40"
|
||||
height="40"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="grid-selection-checked.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3810"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="7.9579105"
|
||||
fy="8.8488083"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
r="7"
|
||||
fy="8.8488083"
|
||||
fx="7.9579105"
|
||||
cy="8"
|
||||
cx="8"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient3006"
|
||||
xlink:href="#linearGradient3802"
|
||||
inkscape:collect="always" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.2"
|
||||
inkscape:cx="35.44743"
|
||||
inkscape:cy="19.731402"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="712"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1012.3622)">
|
||||
<rect
|
||||
style="fill:#f9f9f9;fill-opacity:1;stroke:none"
|
||||
id="rect3757"
|
||||
width="37.5"
|
||||
height="37.5"
|
||||
x="1.4285715"
|
||||
y="1013.7908"
|
||||
rx="1"
|
||||
ry="1" />
|
||||
<path
|
||||
style="fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||
d="m 5,1012.3622 c -2.77,0 -5,2.23 -5,5 l 0,30 c 0,2.77 2.23,5 5,5 l 30,0 c 2.77,0 5,-2.23 5,-5 l 0,-30 c 0,-2.77 -2.23,-5 -5,-5 z m 0,2.0536 30,0 c 1.385,0 3.035714,1.5614 3.035714,2.9464 l 0,30 c 0,1.385 -1.650714,3.0357 -3.035714,3.0357 l -30,0 c -1.385,0 -2.9464286,-1.6507 -2.9464286,-3.0357 l 0,-30 c 0,-1.385 1.5614286,-2.9464 2.9464286,-2.9464 z"
|
||||
id="rect3752"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ssssssssssssssssss" />
|
||||
<path
|
||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#d64937;fill-opacity:1;stroke:none;stroke-width:2.9000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
||||
d="m 29.13352,1022.158 c -0.914683,0.025 -1.818308,0.4057 -2.463877,1.0665 l -10.073226,9.5917 -3.455547,-3.8722 c -1.229737,-1.64 -3.926399,-1.8163 -5.3516312,-0.35 -1.4252323,1.4662 -1.2275153,4.2135 0.3923797,5.452 l 5.9579565,6.3997 c 2.342312,2.3423 3.397624,2.029 5.762435,-0.3357 0,0 8.126148,-9.7758 12.889022,-13.08 1.052818,-0.998 1.492196,-1.2755 0.94419,-2.6305 -0.548004,-1.355 -3.164817,-2.29 -4.601702,-2.2415 z"
|
||||
id="path5174"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccsccccsc" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.7 KiB |
|
@ -0,0 +1,118 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="40"
|
||||
height="40"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="grid-selection-checked-dark.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3810"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="7.9579105"
|
||||
fy="8.8488083"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
r="7"
|
||||
fy="8.8488083"
|
||||
fx="7.9579105"
|
||||
cy="8"
|
||||
cx="8"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient3006"
|
||||
xlink:href="#linearGradient3802"
|
||||
inkscape:collect="always" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.2"
|
||||
inkscape:cx="16.07243"
|
||||
inkscape:cy="19.731402"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="712"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1012.3622)">
|
||||
<rect
|
||||
style="fill:#494949;fill-opacity:1;stroke:none"
|
||||
id="rect3757"
|
||||
width="37.05357"
|
||||
height="37.05357"
|
||||
x="1.4285715"
|
||||
y="1013.7908"
|
||||
rx="1"
|
||||
ry="1" />
|
||||
<path
|
||||
style="fill:#211f1e;fill-opacity:1;stroke:none"
|
||||
d="m 5,1012.3622 c -2.77,0 -5,2.23 -5,5 l 0,30 c 0,2.77 2.23,5 5,5 l 30,0 c 2.77,0 5,-2.23 5,-5 l 0,-30 c 0,-2.77 -2.23,-5 -5,-5 z m 0,2.0536 30,0 c 1.385,0 3.035714,1.5614 3.035714,2.9464 l 0,30 c 0,1.385 -1.650714,3.0357 -3.035714,3.0357 l -30,0 c -1.385,0 -2.9464286,-1.6507 -2.9464286,-3.0357 l 0,-30 c 0,-1.385 1.5614286,-2.9464 2.9464286,-2.9464 z"
|
||||
id="rect3752"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ssssssssssssssssss" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.6 KiB |
|
@ -0,0 +1,118 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="40"
|
||||
height="40"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="grid-selection-checked.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3810"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="7.9579105"
|
||||
fy="8.8488083"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
r="7"
|
||||
fy="8.8488083"
|
||||
fx="7.9579105"
|
||||
cy="8"
|
||||
cx="8"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient3006"
|
||||
xlink:href="#linearGradient3802"
|
||||
inkscape:collect="always" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.2"
|
||||
inkscape:cx="35.44743"
|
||||
inkscape:cy="19.731402"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="712"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1012.3622)">
|
||||
<rect
|
||||
style="fill:#f9f9f9;fill-opacity:1;stroke:none"
|
||||
id="rect3757"
|
||||
width="37.5"
|
||||
height="37.5"
|
||||
x="1.4285715"
|
||||
y="1013.7908"
|
||||
rx="1"
|
||||
ry="1" />
|
||||
<path
|
||||
style="fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||
d="m 5,1012.3622 c -2.77,0 -5,2.23 -5,5 l 0,30 c 0,2.77 2.23,5 5,5 l 30,0 c 2.77,0 5,-2.23 5,-5 l 0,-30 c 0,-2.77 -2.23,-5 -5,-5 z m 0,2.0536 30,0 c 1.385,0 3.035714,1.5614 3.035714,2.9464 l 0,30 c 0,1.385 -1.650714,3.0357 -3.035714,3.0357 l -30,0 c -1.385,0 -2.9464286,-1.6507 -2.9464286,-3.0357 l 0,-30 c 0,-1.385 1.5614286,-2.9464 2.9464286,-2.9464 z"
|
||||
id="rect3752"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ssssssssssssssssss" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.6 KiB |
|
@ -0,0 +1,109 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="menuitem-checkbox-checked-insensitive.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3810"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="7.9579105"
|
||||
fy="8.8488083"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
r="7"
|
||||
fy="8.8488083"
|
||||
fx="7.9579105"
|
||||
cy="8"
|
||||
cx="8"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient3006"
|
||||
xlink:href="#linearGradient3802"
|
||||
inkscape:collect="always" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="15.268859"
|
||||
inkscape:cy="7.945688"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1280"
|
||||
inkscape:window-height="711"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#f9f9f9;fill-opacity:1;stroke:none;stroke-width:2.90000010000000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
||||
d="m 11.653408,1040.2805 c -0.365873,0.01 -0.727323,0.1623 -0.985551,0.4266 l -4.0292904,3.8367 -1.3822187,-1.5489 c -0.4918947,-0.656 -1.5705595,-0.7265 -2.1406524,-0.14 -0.5700929,0.5865 -0.4910061,1.6854 0.1569519,2.1808 l 2.3831825,2.5599 c 0.9369248,0.9369 1.3590497,0.8116 2.3049741,-0.1343 0,0 3.250459,-3.9103 5.155609,-5.232 0.421127,-0.3992 0.596878,-0.5102 0.377676,-1.0522 -0.219202,-0.542 -1.265927,-0.916 -1.840681,-0.8966 z"
|
||||
id="path5174"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccsccccsc" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.0 KiB |
|
@ -0,0 +1,109 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="menuitem-checkbox-checked.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3810"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="7.9579105"
|
||||
fy="8.8488083"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
r="7"
|
||||
fy="8.8488083"
|
||||
fx="7.9579105"
|
||||
cy="8"
|
||||
cx="8"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient3006"
|
||||
xlink:href="#linearGradient3802"
|
||||
inkscape:collect="always" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="15.268859"
|
||||
inkscape:cy="7.945688"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1280"
|
||||
inkscape:window-height="711"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#999999;fill-opacity:1;stroke:none;stroke-width:2.90000010000000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
||||
d="m 11.653408,1040.2805 c -0.365873,0.01 -0.727323,0.1623 -0.985551,0.4266 l -4.0292904,3.8367 -1.3822187,-1.5489 c -0.4918947,-0.656 -1.5705595,-0.7265 -2.1406524,-0.14 -0.5700929,0.5865 -0.4910061,1.6854 0.1569519,2.1808 l 2.3831825,2.5599 c 0.9369248,0.9369 1.3590497,0.8116 2.3049741,-0.1343 0,0 3.250459,-3.9103 5.155609,-5.232 0.421127,-0.3992 0.596878,-0.5102 0.377676,-1.0522 -0.219202,-0.542 -1.265927,-0.916 -1.840681,-0.8966 z"
|
||||
id="path5174"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccsccccsc" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.0 KiB |
|
@ -0,0 +1,109 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="menuitem-checkbox-checked.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3810"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="7.9579105"
|
||||
fy="8.8488083"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
r="7"
|
||||
fy="8.8488083"
|
||||
fx="7.9579105"
|
||||
cy="8"
|
||||
cx="8"
|
||||
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient3006"
|
||||
xlink:href="#linearGradient3802"
|
||||
inkscape:collect="always" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="1.5686652"
|
||||
inkscape:cy="7.945688"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="712"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#d64937;fill-opacity:1;stroke:none;stroke-width:2.90000010000000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
||||
d="m 11.653408,1040.2805 c -0.365873,0.01 -0.727323,0.1623 -0.985551,0.4266 l -4.0292904,3.8367 -1.3822187,-1.5489 c -0.4918947,-0.656 -1.5705595,-0.7265 -2.1406524,-0.14 -0.5700929,0.5865 -0.4910061,1.6854 0.1569519,2.1808 l 2.3831825,2.5599 c 0.9369248,0.9369 1.3590497,0.8116 2.3049741,-0.1343 0,0 3.250459,-3.9103 5.155609,-5.232 0.421127,-0.3992 0.596878,-0.5102 0.377676,-1.0522 -0.219202,-0.542 -1.265927,-0.916 -1.840681,-0.8966 z"
|
||||
id="path5174"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccsccccsc" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.0 KiB |
|
@ -0,0 +1,100 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="menuitem-checkbox-mixed-hover.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3971"
|
||||
x="-0.045"
|
||||
width="1.09"
|
||||
y="-0.18"
|
||||
height="1.36">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.15"
|
||||
id="feGaussianBlur3973" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.4"
|
||||
inkscape:cx="9.0209629"
|
||||
inkscape:cy="10.758851"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="712"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<rect
|
||||
style="fill:#f9f9f9;fill-opacity:1;stroke:none;opacity:1"
|
||||
id="rect3931"
|
||||
width="8"
|
||||
height="2"
|
||||
x="4"
|
||||
y="7"
|
||||
transform="translate(0,1036.3622)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
|
@ -0,0 +1,107 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="menuitem-checkbox-mixed.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3971"
|
||||
x="-0.045"
|
||||
width="1.09"
|
||||
y="-0.18"
|
||||
height="1.36">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.15"
|
||||
id="feGaussianBlur3973" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.4"
|
||||
inkscape:cx="5.7866595"
|
||||
inkscape:cy="10.758851"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1280"
|
||||
inkscape:window-height="711"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<rect
|
||||
style="fill:#555753;fill-opacity:1;stroke:none;filter:url(#filter3971)"
|
||||
id="rect3931-1"
|
||||
width="8"
|
||||
height="2"
|
||||
x="4"
|
||||
y="1043.4515" />
|
||||
<rect
|
||||
style="fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||
id="rect3931"
|
||||
width="8"
|
||||
height="2"
|
||||
x="4"
|
||||
y="7"
|
||||
transform="translate(0,1036.3622)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.8 KiB |
|
@ -0,0 +1,107 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="menuitem-checkbox-mixed-hover.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3971"
|
||||
x="-0.045"
|
||||
width="1.09"
|
||||
y="-0.18"
|
||||
height="1.36">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.15"
|
||||
id="feGaussianBlur3973" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.4"
|
||||
inkscape:cx="5.7866595"
|
||||
inkscape:cy="10.758851"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1280"
|
||||
inkscape:window-height="711"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<rect
|
||||
style="fill:#555753;fill-opacity:1;stroke:none;filter:url(#filter3971)"
|
||||
id="rect3931-1"
|
||||
width="8"
|
||||
height="2"
|
||||
x="4"
|
||||
y="1043.4515" />
|
||||
<rect
|
||||
style="fill:#f9f9f9;fill-opacity:1;stroke:none"
|
||||
id="rect3931"
|
||||
width="8"
|
||||
height="2"
|
||||
x="4"
|
||||
y="7"
|
||||
transform="translate(0,1036.3622)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.8 KiB |
|
@ -0,0 +1,107 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="radio-mixed-insensitive.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3971"
|
||||
x="-0.045"
|
||||
width="1.09"
|
||||
y="-0.18"
|
||||
height="1.36">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.15"
|
||||
id="feGaussianBlur3973" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.4"
|
||||
inkscape:cx="5.7866595"
|
||||
inkscape:cy="10.758851"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1280"
|
||||
inkscape:window-height="711"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<rect
|
||||
style="fill:#555753;fill-opacity:1;stroke:none;filter:url(#filter3971)"
|
||||
id="rect3931-1"
|
||||
width="8"
|
||||
height="2"
|
||||
x="4"
|
||||
y="1043.4515" />
|
||||
<rect
|
||||
style="fill:#d64937;fill-opacity:1;stroke:none"
|
||||
id="rect3931"
|
||||
width="8"
|
||||
height="2"
|
||||
x="4"
|
||||
y="7"
|
||||
transform="translate(0,1036.3622)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.8 KiB |
|
@ -0,0 +1,90 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="menuitem-radio-checked-hover.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="-7.0832348"
|
||||
inkscape:cy="11.076724"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="712"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#f9f9f9;fill-opacity:1;stroke:none;opacity:1"
|
||||
id="path3833"
|
||||
sodipodi:cx="8"
|
||||
sodipodi:cy="8"
|
||||
sodipodi:rx="3"
|
||||
sodipodi:ry="3"
|
||||
d="M 11,8 C 11,9.6568542 9.6568542,11 8,11 6.3431458,11 5,9.6568542 5,8 5,6.3431458 6.3431458,5 8,5 c 1.6568542,0 3,1.3431458 3,3 z"
|
||||
transform="translate(0,1036.3622)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.5 KiB |
|
@ -0,0 +1,110 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="menuitem-radio-checked-insensitive.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3810"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="7.9579105"
|
||||
fy="8.8488083"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.5714285,1.411262e-8,-1.411262e-8,1.5714286,-4.5714281,-4.5714287)" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3881">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.24"
|
||||
id="feGaussianBlur3883" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="-7.0832348"
|
||||
inkscape:cy="11.076724"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="711"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||
id="path3833"
|
||||
sodipodi:cx="8"
|
||||
sodipodi:cy="8"
|
||||
sodipodi:rx="3"
|
||||
sodipodi:ry="3"
|
||||
d="M 11,8 C 11,9.6568542 9.6568542,11 8,11 6.3431458,11 5,9.6568542 5,8 5,6.3431458 6.3431458,5 8,5 c 1.6568542,0 3,1.3431458 3,3 z"
|
||||
transform="translate(0,1036.3622)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.1 KiB |
|
@ -0,0 +1,110 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="menuitem-radio-checked.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3810"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="7.9579105"
|
||||
fy="8.8488083"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.5714285,1.411262e-8,-1.411262e-8,1.5714286,-4.5714281,-4.5714287)" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3881">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.24"
|
||||
id="feGaussianBlur3883" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="6.616959"
|
||||
inkscape:cy="11.076724"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="711"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#d64937;fill-opacity:1;stroke:none"
|
||||
id="path3833"
|
||||
sodipodi:cx="8"
|
||||
sodipodi:cy="8"
|
||||
sodipodi:rx="3"
|
||||
sodipodi:ry="3"
|
||||
d="M 11,8 C 11,9.6568542 9.6568542,11 8,11 6.3431458,11 5,9.6568542 5,8 5,6.3431458 6.3431458,5 8,5 c 1.6568542,0 3,1.3431458 3,3 z"
|
||||
transform="translate(0,1036.3622)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.1 KiB |
|
@ -0,0 +1,94 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="9"
|
||||
height="4"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="pane-handle-horizontal.svg">
|
||||
<defs
|
||||
id="defs4" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="16"
|
||||
inkscape:cx="-11.087273"
|
||||
inkscape:cy="3.6971205"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="717"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="26"
|
||||
inkscape:window-maximized="1"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2985"
|
||||
empspacing="8"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0px"
|
||||
originy="-3.4765626e-05px" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1048.3622)">
|
||||
<rect
|
||||
y="-1052.3622"
|
||||
x="-9"
|
||||
height="4"
|
||||
width="1"
|
||||
id="rect3757"
|
||||
style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
transform="scale(-1,-1)" />
|
||||
<rect
|
||||
y="-1052.3622"
|
||||
x="-5"
|
||||
height="4"
|
||||
width="1"
|
||||
id="rect3757-3"
|
||||
style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
transform="scale(-1,-1)" />
|
||||
<rect
|
||||
y="-1052.3622"
|
||||
x="-1"
|
||||
height="4"
|
||||
width="1"
|
||||
id="rect3757-35"
|
||||
style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
transform="scale(-1,-1)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.9 KiB |
|
@ -0,0 +1,94 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="4"
|
||||
height="9"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="pane-handle.svg">
|
||||
<defs
|
||||
id="defs4" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="16"
|
||||
inkscape:cx="-11.087273"
|
||||
inkscape:cy="3.6971205"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="717"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="26"
|
||||
inkscape:window-maximized="1"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2985"
|
||||
empspacing="8"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0px"
|
||||
originy="-3.4765626e-05px" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1043.3622)">
|
||||
<rect
|
||||
y="-4"
|
||||
x="1051.3622"
|
||||
height="4"
|
||||
width="1"
|
||||
id="rect3757"
|
||||
style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
transform="matrix(0,1,-1,0,0,0)" />
|
||||
<rect
|
||||
y="-4"
|
||||
x="1047.3622"
|
||||
height="4"
|
||||
width="1"
|
||||
id="rect3757-3"
|
||||
style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
transform="matrix(0,1,-1,0,0,0)" />
|
||||
<rect
|
||||
y="-4"
|
||||
x="1043.3622"
|
||||
height="4"
|
||||
width="1"
|
||||
id="rect3757-35"
|
||||
style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
transform="matrix(0,1,-1,0,0,0)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.9 KiB |
|
@ -0,0 +1,115 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="radio-mixed.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3971"
|
||||
x="-0.045"
|
||||
width="1.09"
|
||||
y="-0.18"
|
||||
height="1.36">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.15"
|
||||
id="feGaussianBlur3973" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.4"
|
||||
inkscape:cx="1.8186463"
|
||||
inkscape:cy="10.758851"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="712"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#494949;fill-opacity:1;stroke:none"
|
||||
id="path3800"
|
||||
sodipodi:cx="8"
|
||||
sodipodi:cy="8"
|
||||
sodipodi:rx="7"
|
||||
sodipodi:ry="7"
|
||||
d="M 15,8 A 7,7 0 1 1 1,8 7,7 0 1 1 15,8 z"
|
||||
transform="matrix(1.0605868,0,0,1.0542092,-0.46237245,1036.0847)" />
|
||||
<path
|
||||
style="opacity:1;fill:#211f1e;fill-opacity:1;stroke:none"
|
||||
d="M 8 0 C 3.581722 8.8817842e-16 -3.006854e-17 3.581722 0 8 C 0 12.418278 3.581722 16 8 16 C 12.418278 16 16 12.418278 16 8 C 16 3.581722 12.418278 -1.8064254e-15 8 0 z M 8 1 C 11.865993 1 15 4.1340068 15 8 C 15 11.865993 11.865993 15 8 15 C 4.1340068 15 1 11.865993 1 8 C 1 4.1340068 4.1340068 1 8 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="path3008" />
|
||||
<rect
|
||||
style="fill:#d64937;fill-opacity:1;stroke:none"
|
||||
id="rect3931"
|
||||
width="8"
|
||||
height="2"
|
||||
x="4"
|
||||
y="7"
|
||||
transform="translate(0,1036.3622)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.4 KiB |
|
@ -0,0 +1,111 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="radio-mixed-insensitive-dark.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3810"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="7.9579105"
|
||||
fy="8.8488083"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.5714285,1.411262e-8,-1.411262e-8,1.5714286,-4.5714281,-4.5714287)" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.4"
|
||||
inkscape:cx="3.2785714"
|
||||
inkscape:cy="10.758851"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="717"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="26"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#2a2a2a;fill-opacity:1;stroke:none"
|
||||
d="m 8.1785714,1037.0497 c 4.0385816,0 7.3124996,3.254 7.3124996,7.2678 0,4.0139 -3.273918,7.2679 -7.3124996,7.2679 -4.0385821,0 -7.31249997,-3.254 -7.31249997,-7.2679 0,-4.0138 3.27391787,-7.2678 7.31249997,-7.2678 z"
|
||||
id="path3008-2"
|
||||
sodipodi:nodetypes="sssss" />
|
||||
<path
|
||||
style="opacity:1;fill:#211f1e;fill-opacity:1;stroke:none"
|
||||
d="M 8 0 C 3.581722 8.8817842e-16 -3.006854e-17 3.581722 0 8 C 0 12.418278 3.581722 16 8 16 C 12.418278 16 16 12.418278 16 8 C 16 3.581722 12.418278 -1.8064254e-15 8 0 z M 8 1 C 11.865993 1 15 4.1340068 15 8 C 15 11.865993 11.865993 15 8 15 C 4.1340068 15 1 11.865993 1 8 C 1 4.1340068 4.1340068 1 8 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="path3008" />
|
||||
<rect
|
||||
style="fill:#211f1e;fill-opacity:1;stroke:none"
|
||||
id="rect3931"
|
||||
width="8"
|
||||
height="2"
|
||||
x="4"
|
||||
y="7"
|
||||
transform="translate(0,1036.3622)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.6 KiB |
|
@ -0,0 +1,113 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="radio-mixed-insensitive.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3802"
|
||||
id="radialGradient3810"
|
||||
cx="8"
|
||||
cy="8"
|
||||
fx="7.9579105"
|
||||
fy="8.8488083"
|
||||
r="7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.5714285,1.411262e-8,-1.411262e-8,1.5714286,-4.5714281,-4.5714287)" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.4"
|
||||
inkscape:cx="-1.2669119"
|
||||
inkscape:cy="10.758851"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="717"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="26"
|
||||
inkscape:window-maximized="1"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#d3d3d3;fill-opacity:1;stroke:none"
|
||||
d="m 8.0669643,1037.1836 c 4.0755647,0 7.3794647,3.224 7.3794647,7.2009 0,3.9769 -3.3039,7.2009 -7.3794647,7.2009 -4.0755656,0 -7.3794643,-3.224 -7.3794643,-7.2009 0,-3.9769 3.3038987,-7.2009 7.3794643,-7.2009 z"
|
||||
id="path3008-5"
|
||||
sodipodi:nodetypes="sssss" />
|
||||
<path
|
||||
style="opacity:1;fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||
d="M 8 0 C 3.581722 8.8817842e-16 -3.006854e-17 3.581722 0 8 C 0 12.418278 3.581722 16 8 16 C 12.418278 16 16 12.418278 16 8 C 16 3.581722 12.418278 -1.8064254e-15 8 0 z M 8 1 C 11.865993 1 15 4.1340068 15 8 C 15 11.865993 11.865993 15 8 15 C 4.1340068 15 1 11.865993 1 8 C 1 4.1340068 4.1340068 1 8 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="path3008" />
|
||||
<rect
|
||||
style="fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||
id="rect3931"
|
||||
width="8"
|
||||
height="2"
|
||||
x="4"
|
||||
y="7"
|
||||
transform="translate(0,1036.3622)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.6 KiB |
|
@ -0,0 +1,122 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="radio-mixed.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3971"
|
||||
x="-0.045"
|
||||
width="1.09"
|
||||
y="-0.18"
|
||||
height="1.36">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.15"
|
||||
id="feGaussianBlur3973" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.4"
|
||||
inkscape:cx="5.7866595"
|
||||
inkscape:cy="10.758851"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="711"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#f9f9f9;fill-opacity:1;stroke:none"
|
||||
id="path3800"
|
||||
sodipodi:cx="8"
|
||||
sodipodi:cy="8"
|
||||
sodipodi:rx="7"
|
||||
sodipodi:ry="7"
|
||||
d="m 15,8 c 0,3.865993 -3.134007,7 -7,7 C 4.1340068,15 1,11.865993 1,8 1,4.1340068 4.1340068,1 8,1 c 3.865993,0 7,3.1340068 7,7 z"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<path
|
||||
style="opacity:1;fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||
d="M 8 0 C 3.581722 8.8817842e-16 -3.006854e-17 3.581722 0 8 C 0 12.418278 3.581722 16 8 16 C 12.418278 16 16 12.418278 16 8 C 16 3.581722 12.418278 -1.8064254e-15 8 0 z M 8 1 C 11.865993 1 15 4.1340068 15 8 C 15 11.865993 11.865993 15 8 15 C 4.1340068 15 1 11.865993 1 8 C 1 4.1340068 4.1340068 1 8 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="path3008" />
|
||||
<rect
|
||||
style="fill:#555753;fill-opacity:1;stroke:none;filter:url(#filter3971)"
|
||||
id="rect3931-1"
|
||||
width="8"
|
||||
height="2"
|
||||
x="4"
|
||||
y="1043.4515" />
|
||||
<rect
|
||||
style="fill:#d64937;fill-opacity:1;stroke:none"
|
||||
id="rect3931"
|
||||
width="8"
|
||||
height="2"
|
||||
x="4"
|
||||
y="7"
|
||||
transform="translate(0,1036.3622)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.6 KiB |
|
@ -0,0 +1,105 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="radio-selected.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="-7.0832348"
|
||||
inkscape:cy="11.076724"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="712"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#494949;fill-opacity:1;stroke:none"
|
||||
id="path3800"
|
||||
sodipodi:cx="8"
|
||||
sodipodi:cy="8"
|
||||
sodipodi:rx="7"
|
||||
sodipodi:ry="7"
|
||||
d="m 15,8 c 0,3.865993 -3.134007,7 -7,7 C 4.1340068,15 1,11.865993 1,8 1,4.1340068 4.1340068,1 8,1 c 3.865993,0 7,3.1340068 7,7 z"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<path
|
||||
style="opacity:1;fill:#211f1e;fill-opacity:1;stroke:none"
|
||||
d="M 8 0 C 3.581722 8.8817842e-16 -3.006854e-17 3.581722 0 8 C 0 12.418278 3.581722 16 8 16 C 12.418278 16 16 12.418278 16 8 C 16 3.581722 12.418278 -1.8064254e-15 8 0 z M 8 1 C 11.865993 1 15 4.1340068 15 8 C 15 11.865993 11.865993 15 8 15 C 4.1340068 15 1 11.865993 1 8 C 1 4.1340068 4.1340068 1 8 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="path3008" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#d64937;fill-opacity:1;stroke:none"
|
||||
id="path3833"
|
||||
sodipodi:cx="8"
|
||||
sodipodi:cy="8"
|
||||
sodipodi:rx="3"
|
||||
sodipodi:ry="3"
|
||||
d="M 11,8 C 11,9.6568542 9.6568542,11 8,11 6.3431458,11 5,9.6568542 5,8 5,6.3431458 6.3431458,5 8,5 c 1.6568542,0 3,1.3431458 3,3 z"
|
||||
transform="translate(0,1036.3622)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.4 KiB |
|
@ -0,0 +1,101 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="radio-selected-insensitive-dark.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="-3.0396662"
|
||||
inkscape:cy="11.076724"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="717"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="26"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#2a2a2a;fill-opacity:1;stroke:none"
|
||||
d="m 8.0319969,1037.1354 c 4.0385821,0 7.3125001,3.254 7.3125001,7.2678 0,4.0139 -3.273918,7.2679 -7.3125001,7.2679 -4.0385817,0 -7.31249964,-3.254 -7.31249964,-7.2679 0,-4.0138 3.27391794,-7.2678 7.31249964,-7.2678 z"
|
||||
id="path3008-2"
|
||||
sodipodi:nodetypes="sssss" />
|
||||
<path
|
||||
style="opacity:1;fill:#211f1e;fill-opacity:1;stroke:none"
|
||||
d="M 8 0 C 3.581722 8.8817842e-16 -3.006854e-17 3.581722 0 8 C 0 12.418278 3.581722 16 8 16 C 12.418278 16 16 12.418278 16 8 C 16 3.581722 12.418278 -1.8064254e-15 8 0 z M 8 1 C 11.865993 1 15 4.1340068 15 8 C 15 11.865993 11.865993 15 8 15 C 4.1340068 15 1 11.865993 1 8 C 1 4.1340068 4.1340068 1 8 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="path3008" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#211f1e;fill-opacity:1;stroke:none;opacity:0.8"
|
||||
id="path3833"
|
||||
sodipodi:cx="8"
|
||||
sodipodi:cy="8"
|
||||
sodipodi:rx="3"
|
||||
sodipodi:ry="3"
|
||||
d="M 11,8 C 11,9.6568542 9.6568542,11 8,11 6.3431458,11 5,9.6568542 5,8 5,6.3431458 6.3431458,5 8,5 c 1.6568542,0 3,1.3431458 3,3 z"
|
||||
transform="translate(0,1036.3622)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.4 KiB |
|
@ -0,0 +1,101 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="radio-selected-insensitive.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="-3.3582973"
|
||||
inkscape:cy="11.076724"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="717"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="26"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#d3d3d3;fill-opacity:1;stroke:none"
|
||||
d="m 8.0315672,1036.8571 c 4.1275048,0 7.4735088,3.3602 7.4735088,7.5051 0,4.1449 -3.346004,7.5051 -7.4735088,7.5051 -4.1275049,0 -7.47350894,-3.3602 -7.47350894,-7.5051 0,-4.1449 3.34600404,-7.5051 7.47350894,-7.5051 z"
|
||||
id="path3008-1"
|
||||
sodipodi:nodetypes="sssss" />
|
||||
<path
|
||||
style="opacity:1;fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||
d="M 8 0 C 3.581722 8.8817842e-16 -3.006854e-17 3.581722 0 8 C 0 12.418278 3.581722 16 8 16 C 12.418278 16 16 12.418278 16 8 C 16 3.581722 12.418278 -1.8064254e-15 8 0 z M 8 1 C 11.865993 1 15 4.1340068 15 8 C 15 11.865993 11.865993 15 8 15 C 4.1340068 15 1 11.865993 1 8 C 1 4.1340068 4.1340068 1 8 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="path3008" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||
id="path3833"
|
||||
sodipodi:cx="8"
|
||||
sodipodi:cy="8"
|
||||
sodipodi:rx="3"
|
||||
sodipodi:ry="3"
|
||||
d="M 11,8 C 11,9.6568542 9.6568542,11 8,11 6.3431458,11 5,9.6568542 5,8 5,6.3431458 6.3431458,5 8,5 c 1.6568542,0 3,1.3431458 3,3 z"
|
||||
transform="translate(0,1036.3622)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.4 KiB |
|
@ -0,0 +1,113 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="radio-selected.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3881">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.24"
|
||||
id="feGaussianBlur3883" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="6.616959"
|
||||
inkscape:cy="11.076724"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="711"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#f9f9f9;fill-opacity:1;stroke:none"
|
||||
id="path3800"
|
||||
sodipodi:cx="8"
|
||||
sodipodi:cy="8"
|
||||
sodipodi:rx="7"
|
||||
sodipodi:ry="7"
|
||||
d="m 15,8 c 0,3.865993 -3.134007,7 -7,7 C 4.1340068,15 1,11.865993 1,8 1,4.1340068 4.1340068,1 8,1 c 3.865993,0 7,3.1340068 7,7 z"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<path
|
||||
style="opacity:1;fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||
d="M 8 0 C 3.581722 8.8817842e-16 -3.006854e-17 3.581722 0 8 C 0 12.418278 3.581722 16 8 16 C 12.418278 16 16 12.418278 16 8 C 16 3.581722 12.418278 -1.8064254e-15 8 0 z M 8 1 C 11.865993 1 15 4.1340068 15 8 C 15 11.865993 11.865993 15 8 15 C 4.1340068 15 1 11.865993 1 8 C 1 4.1340068 4.1340068 1 8 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="path3008" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#d64937;fill-opacity:1;stroke:none"
|
||||
id="path3833"
|
||||
sodipodi:cx="8"
|
||||
sodipodi:cy="8"
|
||||
sodipodi:rx="3"
|
||||
sodipodi:ry="3"
|
||||
d="M 11,8 C 11,9.6568542 9.6568542,11 8,11 6.3431458,11 5,9.6568542 5,8 5,6.3431458 6.3431458,5 8,5 c 1.6568542,0 3,1.3431458 3,3 z"
|
||||
transform="translate(0,1036.3622)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.5 KiB |
|
@ -0,0 +1,95 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="radio-unselected.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="-5.850567"
|
||||
inkscape:cy="6.3489358"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="712"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#494949;fill-opacity:1;stroke:none"
|
||||
id="path3800"
|
||||
sodipodi:cx="8"
|
||||
sodipodi:cy="8"
|
||||
sodipodi:rx="7"
|
||||
sodipodi:ry="7"
|
||||
d="M 15,8 A 7,7 0 1 1 1,8 7,7 0 1 1 15,8 z"
|
||||
transform="matrix(1.0496057,0,0,1.0315672,-0.42841291,1036.2044)" />
|
||||
<path
|
||||
style="opacity:1;fill:#211f1e;fill-opacity:1;stroke:none"
|
||||
d="M 8 0 C 3.581722 8.8817842e-16 -3.006854e-17 3.581722 0 8 C 0 12.418278 3.581722 16 8 16 C 12.418278 16 16 12.418278 16 8 C 16 3.581722 12.418278 -1.8064254e-15 8 0 z M 8 1 C 11.865993 1 15 4.1340068 15 8 C 15 11.865993 11.865993 15 8 15 C 4.1340068 15 1 11.865993 1 8 C 1 4.1340068 4.1340068 1 8 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="path3008" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.9 KiB |
|
@ -0,0 +1,75 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="radio-unselected-insensitive-dark.svg">
|
||||
<defs
|
||||
id="defs4" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="-5.850567"
|
||||
inkscape:cy="6.3489358"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="717"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="26"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#2a2a2a;fill-opacity:1;stroke:none"
|
||||
d="m 7.9891678,1037.1027 c 4.0385812,0 7.3124992,3.254 7.3124992,7.2678 0,4.0139 -3.273918,7.2679 -7.3124992,7.2679 -4.0385821,0 -7.31249997,-3.254 -7.31249997,-7.2679 0,-4.0138 3.27391787,-7.2678 7.31249997,-7.2678 z"
|
||||
id="path3008-2"
|
||||
sodipodi:nodetypes="sssss" />
|
||||
<path
|
||||
style="opacity:1;fill:#211f1e;fill-opacity:1;stroke:none"
|
||||
d="M 8 0 C 3.581722 8.8817842e-16 -3.006854e-17 3.581722 0 8 C 0 12.418278 3.581722 16 8 16 C 12.418278 16 16 12.418278 16 8 C 16 3.581722 12.418278 -1.8064254e-15 8 0 z M 8 1 C 11.865993 1 15 4.1340068 15 8 C 15 11.865993 11.865993 15 8 15 C 4.1340068 15 1 11.865993 1 8 C 1 4.1340068 4.1340068 1 8 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="path3008" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
|
@ -0,0 +1,75 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="radio-unselected-insensitive.svg">
|
||||
<defs
|
||||
id="defs4" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="-15.257613"
|
||||
inkscape:cy="6.3489358"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="717"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="26"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#d3d3d3;fill-opacity:1;stroke:none"
|
||||
d="m 7.9368654,1036.9834 c 4.1798076,0 7.5682106,3.3036 7.5682106,7.3788 0,4.0752 -3.388403,7.3788 -7.5682106,7.3788 -4.1798073,0 -7.56821074,-3.3036 -7.56821074,-7.3788 0,-4.0752 3.38840344,-7.3788 7.56821074,-7.3788 z"
|
||||
id="path3008-7"
|
||||
sodipodi:nodetypes="sssss" />
|
||||
<path
|
||||
style="opacity:1;fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||
d="M 8 0 C 3.581722 8.8817842e-16 -3.006854e-17 3.581722 0 8 C 0 12.418278 3.581722 16 8 16 C 12.418278 16 16 12.418278 16 8 C 16 3.581722 12.418278 -1.8064254e-15 8 0 z M 8 1 C 11.865993 1 15 4.1340068 15 8 C 15 11.865993 11.865993 15 8 15 C 4.1340068 15 1 11.865993 1 8 C 1 4.1340068 4.1340068 1 8 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="path3008" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
|
@ -0,0 +1,95 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="radio-unselected.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="linearGradient3802">
|
||||
<stop
|
||||
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3804" />
|
||||
<stop
|
||||
id="stop3812"
|
||||
offset="0.5"
|
||||
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#949493;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3806" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="7.8496268"
|
||||
inkscape:cy="6.3489358"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="711"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3006"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#f9f9f9;fill-opacity:1;stroke:none"
|
||||
id="path3800"
|
||||
sodipodi:cx="8"
|
||||
sodipodi:cy="8"
|
||||
sodipodi:rx="7"
|
||||
sodipodi:ry="7"
|
||||
d="m 15,8 c 0,3.865993 -3.134007,7 -7,7 C 4.1340068,15 1,11.865993 1,8 1,4.1340068 4.1340068,1 8,1 c 3.865993,0 7,3.1340068 7,7 z"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<path
|
||||
style="opacity:1;fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||
d="M 8 0 C 3.581722 8.8817842e-16 -3.006854e-17 3.581722 0 8 C 0 12.418278 3.581722 16 8 16 C 12.418278 16 16 12.418278 16 8 C 16 3.581722 12.418278 -1.8064254e-15 8 0 z M 8 1 C 11.865993 1 15 4.1340068 15 8 C 15 11.865993 11.865993 15 8 15 C 4.1340068 15 1 11.865993 1 8 C 1 4.1340068 4.1340068 1 8 1 z "
|
||||
transform="translate(0,1036.3622)"
|
||||
id="path3008" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.0 KiB |
|
@ -0,0 +1,66 @@
|
|||
/* Default color scheme */
|
||||
@define-color base_color #333333;
|
||||
@define-color bg_color #2d2d2d;
|
||||
@define-color text_color #dedede;
|
||||
@define-color fg_color #dcdcdc;
|
||||
@define-color selected_bg_color #d64937;
|
||||
@define-color selected_fg_color #f9f9f9;
|
||||
@define-color tooltip_bg_color #2d2d2d;
|
||||
@define-color tooltip_fg_color #dedede;
|
||||
|
||||
/* colormap actually used by the theme, to be overridden in other css files */
|
||||
@define-color theme_bg_color @bg_color;
|
||||
@define-color theme_fg_color @fg_color;
|
||||
@define-color theme_base_color @base_color;
|
||||
@define-color theme_text_color @text_color;
|
||||
@define-color theme_selected_bg_color @selected_bg_color;
|
||||
@define-color theme_selected_fg_color @selected_fg_color;
|
||||
@define-color theme_tooltip_bg_color @tooltip_bg_color;
|
||||
@define-color theme_tooltip_fg_color @tooltip_fg_color;
|
||||
|
||||
/* shadow effects */
|
||||
@define-color light_shadow #fff;
|
||||
@define-color dark_shadow #000;
|
||||
|
||||
/* misc colors used by gtk+ */
|
||||
@define-color info_fg_color rgb (58, 135, 173);
|
||||
@define-color info_bg_color rgb (217, 237, 247);
|
||||
@define-color warning_fg_color rgb (192, 152, 83);
|
||||
@define-color warning_bg_color rgb (252, 248, 227);
|
||||
@define-color question_fg_color rgb (214, 73, 55);
|
||||
@define-color question_bg_color rgb (252, 229, 213);
|
||||
@define-color error_fg_color rgb (185, 74, 72);
|
||||
@define-color error_bg_color rgb (242, 222, 222);
|
||||
@define-color link_color #fc6f5d;
|
||||
@define-color success_color #53a93f;
|
||||
@define-color warning_color #f57900;
|
||||
@define-color error_color #cc0000;
|
||||
|
||||
/* widget colors */
|
||||
@define-color menubar_bg_color #2d2d2d;
|
||||
@define-color menubar_fg_color #dcdcdc;
|
||||
@define-color toolbar_bg_color #2d2d2d;
|
||||
@define-color toolbar_fg_color #dcdcdc;
|
||||
@define-color menu_bg_color #2d2d2d;
|
||||
@define-color menu_fg_color #dcdcdc;
|
||||
@define-color panel_bg_color #2d2d2d;
|
||||
@define-color panel_fg_color #dcdcdc;
|
||||
|
||||
/* osd */
|
||||
@define-color osd_base #2d2d2d;
|
||||
@define-color osd_fg #dcdcdc;
|
||||
@define-color osd_bg alpha(@osd_base, 0.8);
|
||||
|
||||
/* window manager colors */
|
||||
@define-color wm_bg #2d2d2d;
|
||||
@define-color wm_title_focused #dcdcdc;
|
||||
@define-color wm_title_unfocused #888888;
|
||||
@define-color wm_border_focused #484848;
|
||||
@define-color wm_border_unfocused #393939;
|
||||
|
||||
@import url("gtk-widgets.css");
|
||||
@import url("gtk-widgets-assets-dark.css");
|
||||
@import url("apps/gnome-applications.css");
|
||||
@import url("apps/granite-widgets.css");
|
||||
@import url("apps/unity.css");
|
||||
@import url("apps/xfce.css");
|
|
@ -0,0 +1,137 @@
|
|||
/*******************
|
||||
* check and radio *
|
||||
*******************/
|
||||
/* draw regular check and radio items using our assets */
|
||||
.check,
|
||||
.check row:selected,
|
||||
.check row:selected:focus {
|
||||
background-image: url("assets/checkbox-unchecked-dark.svg");
|
||||
}
|
||||
|
||||
.check:insensitive,
|
||||
.check row:selected:insensitive,
|
||||
.check row:selected:focus:insensitive {
|
||||
background-image: url("assets/checkbox-unchecked-insensitive-dark.svg");
|
||||
}
|
||||
|
||||
.check:active,
|
||||
.check row:selected:active,
|
||||
.check row:selected:focus:active {
|
||||
background-image: url("assets/checkbox-checked-dark.svg");
|
||||
}
|
||||
|
||||
.check:active:insensitive,
|
||||
.check row:selected:active:insensitive,
|
||||
.check row:selected:focus:active:insensitive {
|
||||
background-image: url("assets/checkbox-checked-insensitive-dark.svg");
|
||||
}
|
||||
|
||||
.check:inconsistent,
|
||||
.check row:selected:inconsistent,
|
||||
.check row:selected:focus:inconsistent {
|
||||
background-image: url("assets/checkbox-mixed-dark.svg");
|
||||
}
|
||||
|
||||
.check:inconsistent:insensitive,
|
||||
.check row:selected:inconsistent:insensitive,
|
||||
.check row:selected:focus:inconsistent:insensitive {
|
||||
background-image: url("assets/checkbox-mixed-insensitive-dark.svg");
|
||||
}
|
||||
|
||||
.radio,
|
||||
.radio row:selected,
|
||||
.radio row:selected:focus {
|
||||
background-image: url("assets/radio-unselected-dark.svg");
|
||||
}
|
||||
|
||||
.radio:insensitive,
|
||||
.radio row:selected:insensitive,
|
||||
.radio row:selected:focus:insensitive {
|
||||
background-image: url("assets/radio-unselected-insensitive-dark.svg");
|
||||
}
|
||||
|
||||
.radio:active,
|
||||
.radio row:selected:active,
|
||||
.radio row:selected:focus:active {
|
||||
background-image: url("assets/radio-selected-dark.svg");
|
||||
}
|
||||
|
||||
.radio:active:insensitive,
|
||||
.radio row:selected:active:insensitive,
|
||||
.radio row:selected:focus:active:insensitive {
|
||||
background-image: url("assets/radio-selected-insensitive-dark.svg");
|
||||
}
|
||||
|
||||
.radio:inconsistent,
|
||||
.radio row:selected:inconsistent,
|
||||
.radio row:selected:focus:inconsistent {
|
||||
background-image: url("assets/radio-mixed-dark.svg");
|
||||
}
|
||||
|
||||
.radio:inconsistent:insensitive,
|
||||
.radio row:selected:inconsistent:insensitive,
|
||||
.radio row:selected:focus:inconsistent:insensitive {
|
||||
background-image: url("assets/radio-mixed-insensitive-dark.svg");
|
||||
}
|
||||
|
||||
.menuitem.check:active {
|
||||
background-image: url("assets/menuitem-checkbox-checked.svg");
|
||||
}
|
||||
|
||||
.menuitem.check:active:hover {
|
||||
background-image: url("assets/menuitem-checkbox-checked-hover.svg");
|
||||
}
|
||||
|
||||
.menuitem.check:active:insensitive {
|
||||
background-image: url("assets/menuitem-checkbox-checked-insensitive.svg");
|
||||
}
|
||||
|
||||
.menuitem.check:inconsistent:hover,
|
||||
.menuitem.radio:inconsistent:hover {
|
||||
background-image: url("assets/menuitem-checkbox-mixed-hover.svg");
|
||||
}
|
||||
|
||||
.menuitem.check:inconsistent,
|
||||
.menuitem.radio:inconsistent {
|
||||
background-image: url("assets/menuitem-checkbox-mixed.svg");
|
||||
}
|
||||
|
||||
.menuitem.check:inconsistent:insensitive,
|
||||
.menuitem.radio:inconsistent:insensitive {
|
||||
background-image: url("assets/menuitem-checkbox-mixed-insensitive.svg");
|
||||
}
|
||||
|
||||
.menuitem.radio:active {
|
||||
background-image: url("assets/menuitem-radio-checked.svg");
|
||||
}
|
||||
|
||||
.menuitem.radio:active:hover {
|
||||
background-image: url("assets/menuitem-radio-checked-hover.svg");
|
||||
}
|
||||
|
||||
.menuitem.radio:active:insensitive {
|
||||
background-image: url("assets/menuitem-radio-checked-insensitive.svg");
|
||||
}
|
||||
|
||||
GtkIconView.content-view.cell.check {
|
||||
background-image: url("assets/grid-selection-unchecked-dark.svg");
|
||||
}
|
||||
|
||||
GtkIconView.content-view.cell.check:active {
|
||||
background-image: url("assets/grid-selection-checked-dark.svg");
|
||||
}
|
||||
|
||||
/******************
|
||||
* pane separator *
|
||||
******************/
|
||||
.pane-separator.horizontal {
|
||||
background-image: url("assets/pane-handle.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
.pane-separator.vertical {
|
||||
background-image: url("assets/pane-handle-vertical.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
|
@ -0,0 +1,137 @@
|
|||
/*******************
|
||||
* check and radio *
|
||||
*******************/
|
||||
/* draw regular check and radio items using our assets */
|
||||
.check,
|
||||
.check row:selected,
|
||||
.check row:selected:focus {
|
||||
background-image: url("assets/checkbox-unchecked.svg");
|
||||
}
|
||||
|
||||
.check:insensitive,
|
||||
.check row:selected:insensitive,
|
||||
.check row:selected:focus:insensitive {
|
||||
background-image: url("assets/checkbox-unchecked-insensitive.svg");
|
||||
}
|
||||
|
||||
.check:active,
|
||||
.check row:selected:active,
|
||||
.check row:selected:focus:active {
|
||||
background-image: url("assets/checkbox-checked.svg");
|
||||
}
|
||||
|
||||
.check:active:insensitive,
|
||||
.check row:selected:active:insensitive,
|
||||
.check row:selected:focus:active:insensitive {
|
||||
background-image: url("assets/checkbox-checked-insensitive.svg");
|
||||
}
|
||||
|
||||
.check:inconsistent,
|
||||
.check row:selected:inconsistent,
|
||||
.check row:selected:focus:inconsistent {
|
||||
background-image: url("assets/checkbox-mixed.svg");
|
||||
}
|
||||
|
||||
.check:inconsistent:insensitive,
|
||||
.check row:selected:inconsistent:insensitive,
|
||||
.check row:selected:focus:inconsistent:insensitive {
|
||||
background-image: url("assets/checkbox-mixed-insensitive.svg");
|
||||
}
|
||||
|
||||
.radio,
|
||||
.radio row:selected,
|
||||
.radio row:selected:focus {
|
||||
background-image: url("assets/radio-unselected.svg");
|
||||
}
|
||||
|
||||
.radio:insensitive,
|
||||
.radio row:selected:insensitive,
|
||||
.radio row:selected:focus:insensitive {
|
||||
background-image: url("assets/radio-unselected-insensitive.svg");
|
||||
}
|
||||
|
||||
.radio:active,
|
||||
.radio row:selected:active,
|
||||
.radio row:selected:focus:active {
|
||||
background-image: url("assets/radio-selected.svg");
|
||||
}
|
||||
|
||||
.radio:active:insensitive,
|
||||
.radio row:selected:active:insensitive,
|
||||
.radio row:selected:focus:active:insensitive {
|
||||
background-image: url("assets/radio-selected-insensitive.svg");
|
||||
}
|
||||
|
||||
.radio:inconsistent,
|
||||
.radio row:selected:inconsistent,
|
||||
.radio row:selected:focus:inconsistent {
|
||||
background-image: url("assets/radio-mixed.svg");
|
||||
}
|
||||
|
||||
.radio:inconsistent:insensitive,
|
||||
.radio row:selected:inconsistent:insensitive,
|
||||
.radio row:selected:focus:inconsistent:insensitive {
|
||||
background-image: url("assets/radio-mixed-insensitive.svg");
|
||||
}
|
||||
|
||||
.menuitem.check:active {
|
||||
background-image: url("assets/menuitem-checkbox-checked.svg");
|
||||
}
|
||||
|
||||
.menuitem.check:active:hover {
|
||||
background-image: url("assets/menuitem-checkbox-checked-hover.svg");
|
||||
}
|
||||
|
||||
.menuitem.check:active:insensitive {
|
||||
background-image: url("assets/menuitem-checkbox-checked-insensitive.svg");
|
||||
}
|
||||
|
||||
.menuitem.check:inconsistent:hover,
|
||||
.menuitem.radio:inconsistent:hover {
|
||||
background-image: url("assets/menuitem-checkbox-mixed-hover.svg");
|
||||
}
|
||||
|
||||
.menuitem.check:inconsistent,
|
||||
.menuitem.radio:inconsistent {
|
||||
background-image: url("assets/menuitem-checkbox-mixed.svg");
|
||||
}
|
||||
|
||||
.menuitem.check:inconsistent:insensitive,
|
||||
.menuitem.radio:inconsistent:insensitive {
|
||||
background-image: url("assets/menuitem-checkbox-mixed-insensitive.svg");
|
||||
}
|
||||
|
||||
.menuitem.radio:active {
|
||||
background-image: url("assets/menuitem-radio-checked.svg");
|
||||
}
|
||||
|
||||
.menuitem.radio:active:hover {
|
||||
background-image: url("assets/menuitem-radio-checked-hover.svg");
|
||||
}
|
||||
|
||||
.menuitem.radio:active:insensitive {
|
||||
background-image: url("assets/menuitem-radio-checked-insensitive.svg");
|
||||
}
|
||||
|
||||
GtkIconView.content-view.cell.check {
|
||||
background-image: url("assets/grid-selection-unchecked.svg");
|
||||
}
|
||||
|
||||
GtkIconView.content-view.cell.check:active {
|
||||
background-image: url("assets/grid-selection-checked.svg");
|
||||
}
|
||||
|
||||
/******************
|
||||
* pane separator *
|
||||
******************/
|
||||
.pane-separator.horizontal {
|
||||
background-image: url("assets/pane-handle.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
.pane-separator.vertical {
|
||||
background-image: url("assets/pane-handle-vertical.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
|
@ -0,0 +1,66 @@
|
|||
/* Default color scheme */
|
||||
@define-color bg_color #dedede;
|
||||
@define-color fg_color #555555;
|
||||
@define-color base_color #f9f9f9;
|
||||
@define-color text_color #333333;
|
||||
@define-color selected_bg_color #d64937;
|
||||
@define-color selected_fg_color #f9f9f9;
|
||||
@define-color tooltip_bg_color #2d2d2d;
|
||||
@define-color tooltip_fg_color #dedede;
|
||||
|
||||
/* colormap actually used by the theme, to be overridden in other css files */
|
||||
@define-color theme_bg_color @bg_color;
|
||||
@define-color theme_fg_color @fg_color;
|
||||
@define-color theme_base_color @base_color;
|
||||
@define-color theme_text_color @text_color;
|
||||
@define-color theme_selected_bg_color @selected_bg_color;
|
||||
@define-color theme_selected_fg_color @selected_fg_color;
|
||||
@define-color theme_tooltip_bg_color @tooltip_bg_color;
|
||||
@define-color theme_tooltip_fg_color @tooltip_fg_color;
|
||||
|
||||
/* shadow effects */
|
||||
@define-color light_shadow #fff;
|
||||
@define-color dark_shadow #000;
|
||||
|
||||
/* misc colors used by gtk+ */
|
||||
@define-color info_fg_color rgb (58, 135, 173);
|
||||
@define-color info_bg_color rgb (217, 237, 247);
|
||||
@define-color warning_fg_color rgb (192, 152, 83);
|
||||
@define-color warning_bg_color rgb (252, 248, 227);
|
||||
@define-color question_fg_color rgb (214, 73, 55);
|
||||
@define-color question_bg_color rgb (252, 229, 213);
|
||||
@define-color error_fg_color rgb (185, 74, 72);
|
||||
@define-color error_bg_color rgb (242, 222, 222);
|
||||
@define-color link_color #fc6f5d;
|
||||
@define-color success_color #53a93f;
|
||||
@define-color warning_color #f57900;
|
||||
@define-color error_color #cc0000;
|
||||
|
||||
/* widget colors */
|
||||
@define-color menubar_bg_color #2d2d2d;
|
||||
@define-color menubar_fg_color #dcdcdc;
|
||||
@define-color toolbar_bg_color #dedede;
|
||||
@define-color toolbar_fg_color #555555;
|
||||
@define-color menu_bg_color #2d2d2d;
|
||||
@define-color menu_fg_color #dcdcdc;
|
||||
@define-color panel_bg_color #2d2d2d;
|
||||
@define-color panel_fg_color #dcdcdc;
|
||||
|
||||
/* osd */
|
||||
@define-color osd_base #2d2d2d;
|
||||
@define-color osd_fg #dcdcdc;
|
||||
@define-color osd_bg alpha(@osd_base, 0.8);
|
||||
|
||||
/* window manager colors */
|
||||
@define-color wm_bg #2d2d2d;
|
||||
@define-color wm_title_focused #dcdcdc;
|
||||
@define-color wm_title_unfocused #888888;
|
||||
@define-color wm_border_focused #484848;
|
||||
@define-color wm_border_unfocused #393939;
|
||||
|
||||
@import url("gtk-widgets.css");
|
||||
@import url("gtk-widgets-assets.css");
|
||||
@import url("apps/gnome-applications.css");
|
||||
@import url("apps/granite-widgets.css");
|
||||
@import url("apps/unity.css");
|
||||
@import url("apps/xfce.css");
|
|
@ -0,0 +1,4 @@
|
|||
[Settings]
|
||||
gtk-color-scheme = "base_color:#f9f9f9\nbg_color:#dedede\ntooltip_bg_color:#2d2d2d\nselected_bg_color:#d64937\ntext_color:#333333\nfg_color:#555555\ntooltip_fg_color:#dedede\nselected_fg_color:#f9f9f9\nmenubar_bg_color:#2d2d2d\nmenubar_fg_color:#dcdcdc\ntoolbar_bg_color:#dedede\ntoolbar_fg_color:#555555\nmenu_bg_color:#2d2d2d\nmenu_fg_color:#dcdcdc\npanel_bg_color:#2d2d2d\npanel_fg_color:#dcdcdc\nlink_color:#fc6f5d"
|
||||
gtk-auto-mnemonics = 1
|
||||
gtk-visible-focus = automatic
|
|
@ -6,6 +6,5 @@ Encoding=UTF-8
|
|||
|
||||
[X-GNOME-Metatheme]
|
||||
GtkTheme=Numix
|
||||
IconTheme=Numix
|
||||
MetacityTheme=Numix
|
||||
ButtonLayout=:minimize,maximize,close
|
After Width: | Height: | Size: 345 B |
After Width: | Height: | Size: 380 B |
After Width: | Height: | Size: 390 B |
After Width: | Height: | Size: 330 B |
After Width: | Height: | Size: 182 B |
After Width: | Height: | Size: 205 B |
After Width: | Height: | Size: 206 B |
After Width: | Height: | Size: 182 B |
|
@ -4,22 +4,16 @@
|
|||
<name>Numix</name>
|
||||
<author>Satyajit Sahoo</author>
|
||||
<copyright>GPL-3.0+</copyright>
|
||||
<date>11 December 2013</date>
|
||||
<date>4 August 2013</date>
|
||||
<description>Numix Metacity Theme</description>
|
||||
</info>
|
||||
|
||||
<!-- ::: CONSTANTS ::: -->
|
||||
<constant name="C_titlebar" value="#444444" />
|
||||
<constant name="C_titlebar" value="#2d2d2d" />
|
||||
<constant name="C_border_focused" value="#484848" />
|
||||
<constant name="C_border_unfocused" value="#393939" />
|
||||
<constant name="C_title_focused" value="#eeeeee" />
|
||||
<constant name="C_title_focused" value="#dcdcdc" />
|
||||
<constant name="C_title_unfocused" value="#888888" />
|
||||
<constant name="C_icons_focused" value="#eeeeee" />
|
||||
<constant name="C_icons_focused_prelight" value="gtk:bg[SELECTED])" />
|
||||
<constant name="C_icons_focused_pressed" value="shade/gtk:bg[SELECTED]/0.8" />
|
||||
<constant name="C_icons_unfocused" value="#888888" />
|
||||
<constant name="C_icons_unfocused_prelight" value="gtk:bg[SELECTED])" />
|
||||
<constant name="C_icons_unfocused_pressed" value="shade/gtk:bg[SELECTED]/0.8" />
|
||||
|
||||
<!-- ::: GEOMETRY ::: -->
|
||||
<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1">
|
||||
|
@ -174,22 +168,22 @@
|
|||
|
||||
<draw_ops name="border_right_unfocused">
|
||||
<line
|
||||
x1="width-1" y1="0"
|
||||
x2="width-1" y2="height"
|
||||
x1="width-1" y1="0"
|
||||
x2="width-1" y2="height"
|
||||
color="C_border_unfocused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="border_left_focused">
|
||||
<line
|
||||
x1="0" y1="0"
|
||||
x2="0" y2="height"
|
||||
x1="0" y1="0"
|
||||
x2="0" y2="height"
|
||||
color="C_border_focused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="border_left_unfocused">
|
||||
<line
|
||||
x1="0" y1="0"
|
||||
x2="0" y2="height"
|
||||
x1="0" y1="0"
|
||||
x2="0" y2="height"
|
||||
color="C_border_unfocused" />
|
||||
</draw_ops>
|
||||
|
||||
|
@ -197,111 +191,19 @@
|
|||
<!-- note: negative values in x or y causes gnome-shell to crash -->
|
||||
<!-- close icon -->
|
||||
<draw_ops name="close_focused">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+2" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<image filename="close_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="close_focused_prelight">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+2" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<image filename="close_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="close_focused_pressed">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+2" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_pressed" />
|
||||
<image filename="close_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="close_unfocused">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+2" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<image filename="close_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="close_unfocused_prelight">
|
||||
|
@ -314,47 +216,19 @@
|
|||
|
||||
<!-- maximize icon -->
|
||||
<draw_ops name="maximize_focused">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<image filename="maximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="maximize_focused_prelight">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<image filename="maximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="maximize_focused_pressed">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<image filename="maximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="maximize_unfocused">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<image filename="maximize_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="maximize_unfocused_prelight">
|
||||
|
@ -367,47 +241,19 @@
|
|||
|
||||
<!-- unmaximize icon -->
|
||||
<draw_ops name="unmaximize_focused">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<image filename="unmaximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unmaximize_focused_prelight">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<image filename="unmaximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unmaximize_focused_pressed">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<image filename="unmaximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unmaximize_unfocused">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<image filename="unmaximize_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unmaximize_unfocused_prelight">
|
||||
|
@ -420,31 +266,19 @@
|
|||
|
||||
<!-- minimize icon -->
|
||||
<draw_ops name="minimize_focused">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="height-(height-height%3)/3-5"
|
||||
width="width-2*(width-width%3)/3-2" height="2" filled="true"
|
||||
color="C_icons_focused" />
|
||||
<image filename="minimize_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="minimize_focused_prelight">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="height-(height-height%3)/3-5"
|
||||
width="width-2*(width-width%3)/3-2" height="2" filled="true"
|
||||
color="C_icons_focused_prelight" />
|
||||
<image filename="minimize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="minimize_focused_pressed">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="height-(height-height%3)/3-5"
|
||||
width="width-2*(width-width%3)/3-2" height="2" filled="true"
|
||||
color="C_icons_focused_pressed" />
|
||||
<image filename="minimize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="minimize_unfocused">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="height-(height-height%3)/3-5"
|
||||
width="width-2*(width-width%3)/3-2" height="2" filled="true"
|
||||
color="C_icons_unfocused" />
|
||||
<image filename="minimize_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="minimize_unfocused_prelight">
|
||||
|
@ -456,197 +290,33 @@
|
|||
</draw_ops>
|
||||
|
||||
<!-- menu icon -->
|
||||
<draw_ops name="menu_focused">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+5" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="2" filled="true"
|
||||
color="C_icons_focused" />
|
||||
</draw_ops>
|
||||
<draw_ops name="menu_focused"></draw_ops>
|
||||
|
||||
<draw_ops name="menu_focused_prelight">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+5" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="2" filled="true"
|
||||
color="C_icons_focused_prelight" />
|
||||
</draw_ops>
|
||||
<draw_ops name="menu_focused_prelight"></draw_ops>
|
||||
|
||||
<draw_ops name="menu_focused_pressed">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+5" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="2" filled="true"
|
||||
color="C_icons_focused_pressed" />
|
||||
</draw_ops>
|
||||
<draw_ops name="menu_focused_pressed"></draw_ops>
|
||||
|
||||
<draw_ops name="menu_unfocused">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+5" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="2" filled="true"
|
||||
color="C_icons_unfocused" />
|
||||
</draw_ops>
|
||||
<draw_ops name="menu_unfocused"></draw_ops>
|
||||
|
||||
<draw_ops name="menu_unfocused_prelight">
|
||||
<include name="menu_focused_prelight" />
|
||||
</draw_ops>
|
||||
<draw_ops name="menu_unfocused_prelight"></draw_ops>
|
||||
|
||||
<draw_ops name="menu_unfocused_pressed">
|
||||
<include name="menu_focused_pressed" />
|
||||
</draw_ops>
|
||||
<draw_ops name="menu_unfocused_pressed"></draw_ops>
|
||||
|
||||
<!-- shade icon -->
|
||||
<draw_ops name="shade_focused">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+4" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused" />
|
||||
<image filename="shade_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="shade_focused_prelight">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+4" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused_prelight" />
|
||||
<image filename="shade_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="shade_focused_pressed">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+4" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused_pressed" />
|
||||
<image filename="shade_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="shade_unfocused">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+4" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_unfocused" />
|
||||
<image filename="shade_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="shade_unfocused_prelight">
|
||||
|
@ -659,127 +329,19 @@
|
|||
|
||||
<!-- unshade icon -->
|
||||
<draw_ops name="unshade_focused">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+5"
|
||||
x2="(width-width%3)/3+4" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-4" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+5"
|
||||
x2="width-(width-width%3)/3-7" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-4"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused" />
|
||||
<image filename="unshade_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unshade_focused_prelight">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+5"
|
||||
x2="(width-width%3)/3+4" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-4" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+5"
|
||||
x2="width-(width-width%3)/3-7" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-4"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused_prelight" />
|
||||
<image filename="unshade_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unshade_focused_pressed">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+4" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused_pressed" />
|
||||
<image filename="unshade_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unshade_unfocused">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+5"
|
||||
x2="(width-width%3)/3+4" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-4" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+5"
|
||||
x2="width-(width-width%3)/3-7" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-4"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_unfocused" />
|
||||
<image filename="unshade_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unshade_unfocused_prelight">
|
||||
|
@ -990,7 +552,7 @@
|
|||
<button function="unstick" state="pressed"><draw_ops></draw_ops></button>
|
||||
</frame_style>
|
||||
|
||||
<frame_style name="dialog_focused" geometry="normal">
|
||||
<frame_style name="dialog_focused" geometry="nobuttons">
|
||||
<piece position="entire_background" draw_ops="entire_background_focused" />
|
||||
<piece position="titlebar" draw_ops="rounded_titlebar_focused" />
|
||||
<piece position="title" draw_ops="title_focused" />
|
||||
|
@ -1024,7 +586,7 @@
|
|||
<button function="unstick" state="pressed"><draw_ops></draw_ops></button>
|
||||
</frame_style>
|
||||
|
||||
<frame_style name="dialog_unfocused" geometry="normal">
|
||||
<frame_style name="dialog_unfocused" geometry="nobuttons">
|
||||
<piece position="entire_background" draw_ops="entire_background_unfocused" />
|
||||
<piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
|
||||
<piece position="title" draw_ops="title_unfocused" />
|
|
@ -4,22 +4,16 @@
|
|||
<name>Numix</name>
|
||||
<author>Satyajit Sahoo</author>
|
||||
<copyright>GPL-3.0+</copyright>
|
||||
<date>11 December 2013</date>
|
||||
<date>8 March 2013</date>
|
||||
<description>Numix Mutter Theme</description>
|
||||
</info>
|
||||
|
||||
<!-- ::: CONSTANTS ::: -->
|
||||
<constant name="C_titlebar" value="gtk:custom(wm_bg,#444444)" />
|
||||
<constant name="C_titlebar" value="gtk:custom(wm_bg,#2d2d2d)" />
|
||||
<constant name="C_border_focused" value="gtk:custom(wm_border_focused,#484848)" />
|
||||
<constant name="C_border_unfocused" value="gtk:custom(wm_border_unfocused,#393939)" />
|
||||
<constant name="C_title_focused" value="gtk:custom(wm_title_focused,#eeeeee)" />
|
||||
<constant name="C_title_focused" value="gtk:custom(wm_title_focused,#dcdcdc)" />
|
||||
<constant name="C_title_unfocused" value="gtk:custom(wm_title_unfocused,#888888)" />
|
||||
<constant name="C_icons_focused" value="gtk:custom(wm_icons_focused,#eeeeee)" />
|
||||
<constant name="C_icons_focused_prelight" value="gtk:custom(wm_icons_focused_prelight,gtk:bg[SELECTED])" />
|
||||
<constant name="C_icons_focused_pressed" value="gtk:custom(wm_icons_focused_pressed,shade/gtk:bg[SELECTED]/0.8)" />
|
||||
<constant name="C_icons_unfocused" value="gtk:custom(wm_icons_unfocused,#888888)" />
|
||||
<constant name="C_icons_unfocused_prelight" value="gtk:custom(wm_icons_focused_prelight,gtk:bg[SELECTED])" />
|
||||
<constant name="C_icons_unfocused_pressed" value="gtk:custom(wm_icons_focused_pressed,shade/gtk:bg[SELECTED]/0.8)" />
|
||||
|
||||
<!-- ::: GEOMETRY ::: -->
|
||||
<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1">
|
||||
|
@ -186,22 +180,22 @@
|
|||
|
||||
<draw_ops name="border_right_unfocused">
|
||||
<line
|
||||
x1="width-1" y1="0"
|
||||
x2="width-1" y2="height"
|
||||
x1="width-1" y1="0"
|
||||
x2="width-1" y2="height"
|
||||
color="C_border_unfocused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="border_left_focused">
|
||||
<line
|
||||
x1="0" y1="0"
|
||||
x2="0" y2="height"
|
||||
x1="0" y1="0"
|
||||
x2="0" y2="height"
|
||||
color="C_border_focused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="border_left_unfocused">
|
||||
<line
|
||||
x1="0" y1="0"
|
||||
x2="0" y2="height"
|
||||
x1="0" y1="0"
|
||||
x2="0" y2="height"
|
||||
color="C_border_unfocused" />
|
||||
</draw_ops>
|
||||
|
||||
|
@ -209,111 +203,19 @@
|
|||
<!-- note: negative values in x or y causes gnome-shell to crash -->
|
||||
<!-- close icon -->
|
||||
<draw_ops name="close_focused">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+2" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<image filename="close_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="close_focused_prelight">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+2" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<image filename="close_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="close_focused_pressed">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+2" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_pressed" />
|
||||
<image filename="close_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="close_unfocused">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+2" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<image filename="close_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="close_unfocused_prelight">
|
||||
|
@ -326,47 +228,19 @@
|
|||
|
||||
<!-- maximize icon -->
|
||||
<draw_ops name="maximize_focused">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<image filename="maximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="maximize_focused_prelight">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<image filename="maximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="maximize_focused_pressed">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<image filename="maximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="maximize_unfocused">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<image filename="maximize_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="maximize_unfocused_prelight">
|
||||
|
@ -379,47 +253,19 @@
|
|||
|
||||
<!-- unmaximize icon -->
|
||||
<draw_ops name="unmaximize_focused">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<image filename="unmaximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unmaximize_focused_prelight">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<image filename="unmaximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unmaximize_focused_pressed">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<image filename="unmaximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unmaximize_unfocused">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<image filename="unmaximize_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unmaximize_unfocused_prelight">
|
||||
|
@ -432,31 +278,19 @@
|
|||
|
||||
<!-- minimize icon -->
|
||||
<draw_ops name="minimize_focused">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="height-(height-height%3)/3-5"
|
||||
width="width-2*(width-width%3)/3-2" height="2" filled="true"
|
||||
color="C_icons_focused" />
|
||||
<image filename="minimize_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="minimize_focused_prelight">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="height-(height-height%3)/3-5"
|
||||
width="width-2*(width-width%3)/3-2" height="2" filled="true"
|
||||
color="C_icons_focused_prelight" />
|
||||
<image filename="minimize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="minimize_focused_pressed">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="height-(height-height%3)/3-5"
|
||||
width="width-2*(width-width%3)/3-2" height="2" filled="true"
|
||||
color="C_icons_focused_pressed" />
|
||||
<image filename="minimize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="minimize_unfocused">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="height-(height-height%3)/3-5"
|
||||
width="width-2*(width-width%3)/3-2" height="2" filled="true"
|
||||
color="C_icons_unfocused" />
|
||||
<image filename="minimize_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="minimize_unfocused_prelight">
|
||||
|
@ -468,197 +302,33 @@
|
|||
</draw_ops>
|
||||
|
||||
<!-- menu icon -->
|
||||
<draw_ops name="menu_focused">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+5" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="2" filled="true"
|
||||
color="C_icons_focused" />
|
||||
</draw_ops>
|
||||
<draw_ops name="menu_focused"></draw_ops>
|
||||
|
||||
<draw_ops name="menu_focused_prelight">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+5" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="2" filled="true"
|
||||
color="C_icons_focused_prelight" />
|
||||
</draw_ops>
|
||||
<draw_ops name="menu_focused_prelight"></draw_ops>
|
||||
|
||||
<draw_ops name="menu_focused_pressed">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+5" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="2" filled="true"
|
||||
color="C_icons_focused_pressed" />
|
||||
</draw_ops>
|
||||
<draw_ops name="menu_focused_pressed"></draw_ops>
|
||||
|
||||
<draw_ops name="menu_unfocused">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+5" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="2" filled="true"
|
||||
color="C_icons_unfocused" />
|
||||
</draw_ops>
|
||||
<draw_ops name="menu_unfocused"></draw_ops>
|
||||
|
||||
<draw_ops name="menu_unfocused_prelight">
|
||||
<include name="menu_focused_prelight" />
|
||||
</draw_ops>
|
||||
<draw_ops name="menu_unfocused_prelight"></draw_ops>
|
||||
|
||||
<draw_ops name="menu_unfocused_pressed">
|
||||
<include name="menu_focused_pressed" />
|
||||
</draw_ops>
|
||||
<draw_ops name="menu_unfocused_pressed"></draw_ops>
|
||||
|
||||
<!-- shade icon -->
|
||||
<draw_ops name="shade_focused">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+4" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused" />
|
||||
<image filename="shade_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="shade_focused_prelight">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+4" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused_prelight" />
|
||||
<image filename="shade_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="shade_focused_pressed">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+4" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused_pressed" />
|
||||
<image filename="shade_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="shade_unfocused">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+4" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_unfocused" />
|
||||
<image filename="shade_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="shade_unfocused_prelight">
|
||||
|
@ -671,127 +341,19 @@
|
|||
|
||||
<!-- unshade icon -->
|
||||
<draw_ops name="unshade_focused">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+5"
|
||||
x2="(width-width%3)/3+4" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-4" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+5"
|
||||
x2="width-(width-width%3)/3-7" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-4"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused" />
|
||||
<image filename="unshade_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unshade_focused_prelight">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+5"
|
||||
x2="(width-width%3)/3+4" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-4" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+5"
|
||||
x2="width-(width-width%3)/3-7" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-4"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused_prelight" />
|
||||
<image filename="unshade_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unshade_focused_pressed">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+4" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused_pressed" />
|
||||
<image filename="unshade_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unshade_unfocused">
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+5"
|
||||
x2="(width-width%3)/3+4" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-4" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+5"
|
||||
x2="width-(width-width%3)/3-7" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-4"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_unfocused" />
|
||||
<image filename="unshade_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unshade_unfocused_prelight">
|
||||
|
@ -1002,7 +564,7 @@
|
|||
<button function="unstick" state="pressed"><draw_ops></draw_ops></button>
|
||||
</frame_style>
|
||||
|
||||
<frame_style name="dialog_focused" geometry="normal">
|
||||
<frame_style name="dialog_focused" geometry="nobuttons">
|
||||
<piece position="entire_background" draw_ops="entire_background_focused" />
|
||||
<piece position="titlebar" draw_ops="rounded_titlebar_focused" />
|
||||
<piece position="title" draw_ops="title_focused" />
|
||||
|
@ -1036,7 +598,7 @@
|
|||
<button function="unstick" state="pressed"><draw_ops></draw_ops></button>
|
||||
</frame_style>
|
||||
|
||||
<frame_style name="dialog_unfocused" geometry="normal">
|
||||
<frame_style name="dialog_unfocused" geometry="nobuttons">
|
||||
<piece position="entire_background" draw_ops="entire_background_unfocused" />
|
||||
<piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
|
||||
<piece position="title" draw_ops="title_unfocused" />
|
After Width: | Height: | Size: 172 B |
After Width: | Height: | Size: 190 B |
After Width: | Height: | Size: 190 B |
After Width: | Height: | Size: 172 B |
After Width: | Height: | Size: 191 B |
After Width: | Height: | Size: 192 B |
After Width: | Height: | Size: 192 B |
After Width: | Height: | Size: 190 B |
After Width: | Height: | Size: 181 B |
After Width: | Height: | Size: 204 B |
After Width: | Height: | Size: 205 B |
After Width: | Height: | Size: 181 B |
After Width: | Height: | Size: 195 B |
After Width: | Height: | Size: 195 B |
After Width: | Height: | Size: 195 B |
After Width: | Height: | Size: 194 B |
|
@ -4,21 +4,21 @@
|
|||
|
||||
|
||||
# Menu
|
||||
menu.border.color: #444444
|
||||
menu.border.color: #2d2d2d
|
||||
|
||||
menu.title.bg: flat solid
|
||||
menu.title.bg.color: #444444
|
||||
menu.title.text.color: #eeeeee
|
||||
menu.title.bg.color: #2d2d2d
|
||||
menu.title.text.color: #dcdcdc
|
||||
menu.title.text.justify: center
|
||||
|
||||
menu.items.bg: flat solid
|
||||
menu.items.bg.color: #444444
|
||||
menu.items.text.color: #eeeeee
|
||||
menu.items.bg.color: #2d2d2d
|
||||
menu.items.text.color: #dcdcdc
|
||||
menu.items.disabled.text.color: #888888
|
||||
|
||||
menu.items.active.bg: flat solid
|
||||
menu.items.active.bg.color: #f06860
|
||||
menu.items.active.text.color: #ffffff
|
||||
menu.items.active.bg.color: #d64937
|
||||
menu.items.active.text.color: #f9f9f9
|
||||
|
||||
menu.separator.color: #262626
|
||||
menu.separator.width: 1
|
||||
|
@ -30,88 +30,74 @@ menu.separator.padding.height: 4
|
|||
window.active.border.color: #484848
|
||||
|
||||
window.active.title.bg: flat solid
|
||||
window.active.title.bg.color: #444444
|
||||
window.active.title.separator.color: #444444
|
||||
window.active.title.bg.color: #2d2d2d
|
||||
window.active.title.separator.color: #2d2d2d
|
||||
window.active.text.justify: center
|
||||
|
||||
window.active.label.bg: parentrelative
|
||||
window.active.label.text.color: #eeeeee
|
||||
window.active.label.text.color: #dcdcdc
|
||||
|
||||
window.active.handle.bg: flat solid
|
||||
window.active.handle.bg.color: #444444
|
||||
window.active.handle.bg.color: #2d2d2d
|
||||
|
||||
window.active.grip.bg: flat solid
|
||||
window.active.grip.bg.color: #444444
|
||||
window.active.grip.bg.color: #2d2d2d
|
||||
|
||||
window.active.button.unpressed.bg: flat solid
|
||||
window.active.button.unpressed.bg.color: #444444
|
||||
window.active.button.unpressed.image.color: #eeeeee
|
||||
window.active.button.unpressed.bg.color: #2d2d2d
|
||||
window.active.button.unpressed.image.color: #dcdcdc
|
||||
|
||||
window.active.button.pressed.bg: flat solid
|
||||
window.active.button.pressed.bg.color: #444444
|
||||
window.active.button.pressed.image.color: #f06860
|
||||
window.active.button.pressed.bg.color: #2d2d2d
|
||||
window.active.button.pressed.image.color: #d64937
|
||||
|
||||
window.active.button.disabled.bg: flat solid
|
||||
window.active.button.disabled.bg.color: #444444
|
||||
window.active.button.disabled.bg.color: #2d2d2d
|
||||
window.active.button.disabled.image.color: #888888
|
||||
|
||||
window.active.button.hover.bg: flat solid
|
||||
window.active.button.hover.bg.color: #444444
|
||||
window.active.button.hover.image.color: #f06860
|
||||
|
||||
window.active.button.toggled.image.color: #eeeeee
|
||||
window.active.button.toggled.hover.image.color: #f06860
|
||||
|
||||
|
||||
# Inactive window
|
||||
window.inactive.border.color: #393939
|
||||
|
||||
window.inactive.title.bg: flat solid
|
||||
window.inactive.title.bg.color: #444444
|
||||
window.inactive.title.separator.color: #444444
|
||||
window.inactive.title.bg.color: #2d2d2d
|
||||
window.inactive.title.separator.color: #2d2d2d
|
||||
window.inactive.text.justify: center
|
||||
|
||||
window.inactive.label.bg: parentrelative
|
||||
window.inactive.label.text.color: #888888
|
||||
|
||||
window.inactive.handle.bg: flat solid
|
||||
window.inactive.handle.bg.color: #444444
|
||||
window.inactive.handle.bg.color: #2d2d2d
|
||||
|
||||
window.inactive.grip.bg: flat solid
|
||||
window.inactive.grip.bg.color: #444444
|
||||
window.inactive.grip.bg.color: #2d2d2d
|
||||
|
||||
window.inactive.button.unpressed.bg: flat solid
|
||||
window.inactive.button.unpressed.bg.color: #444444
|
||||
window.inactive.button.unpressed.bg.color: #2d2d2d
|
||||
window.inactive.button.unpressed.image.color: #888888
|
||||
|
||||
window.inactive.button.pressed.bg: flat solid
|
||||
window.inactive.button.pressed.bg.color: #444444
|
||||
window.inactive.button.pressed.image.color: #f06860
|
||||
window.inactive.button.pressed.bg.color: #2d2d2d
|
||||
window.inactive.button.pressed.image.color: #d64937
|
||||
|
||||
window.inactive.button.disabled.bg: flat solid
|
||||
window.inactive.button.disabled.bg.color: #444444
|
||||
window.inactive.button.disabled.bg.color: #2d2d2d
|
||||
window.inactive.button.disabled.image.color: #888888
|
||||
|
||||
window.inactive.button.hover.bg: flat solid
|
||||
window.inactive.button.hover.bg.color: #444444
|
||||
window.inactive.button.hover.image.color: #f06860
|
||||
|
||||
window.inactive.button.toggled.image.color: #888888
|
||||
window.inactive.button.toggled.hover.image.color: #f06860
|
||||
|
||||
|
||||
# OSD
|
||||
osd.border.width: 1
|
||||
osd.border.color: #484848
|
||||
|
||||
osd.bg: flat solid
|
||||
osd.bg.color: #444444
|
||||
osd.bg.color: #2d2d2d
|
||||
osd.label.bg: flat solid
|
||||
osd.label.bg.color: #444444
|
||||
osd.label.text.color: #eeeeee
|
||||
osd.label.bg.color: #2d2d2d
|
||||
osd.label.text.color: #dcdcdc
|
||||
|
||||
osd.hilight.bg: flat solid
|
||||
osd.hilight.bg.color: #f06860
|
||||
osd.hilight.bg.color: #d64937
|
||||
|
||||
osd.unhilight.bg: flat solid
|
||||
osd.unhilight.bg.color: #888888
|
||||
|
@ -128,7 +114,7 @@ osd.button.focused.bg: flat solid border
|
|||
osd.button.focused.bg.color: #303030
|
||||
osd.button.focused.*.border.color: #1e1e1e
|
||||
|
||||
osd.button.focused.box.color: #f06860
|
||||
osd.button.focused.box.color: #d64937
|
||||
|
||||
|
||||
# Fonts
|
|
@ -1,34 +0,0 @@
|
|||
#! /bin/bash
|
||||
|
||||
INKSCAPE="/usr/bin/inkscape"
|
||||
OPTIPNG="/usr/bin/optipng"
|
||||
|
||||
SRC_FILE="../src/assets/all-assets.svg"
|
||||
ASSETS_DIR="../src/assets"
|
||||
INDEX="../src/assets/all-assets.txt"
|
||||
|
||||
for i in `cat $INDEX`
|
||||
do
|
||||
if [ -f $ASSETS_DIR/$i.png ]; then
|
||||
echo $ASSETS_DIR/$i.png exists.
|
||||
else
|
||||
echo
|
||||
echo Rendering $ASSETS_DIR/$i.png
|
||||
$INKSCAPE --export-id=$i \
|
||||
--export-id-only \
|
||||
--export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null #\
|
||||
# && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png
|
||||
fi
|
||||
if [ -f $ASSETS_DIR/$i@2.png ]; then
|
||||
echo $ASSETS_DIR/$i@2.png exists.
|
||||
else
|
||||
echo
|
||||
echo Rendering $ASSETS_DIR/$i@2.png
|
||||
$INKSCAPE --export-id=$i \
|
||||
--export-dpi=180 \
|
||||
--export-id-only \
|
||||
--export-png=$ASSETS_DIR/$i@2.png $SRC_FILE >/dev/null #\
|
||||
# && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i@2.png
|
||||
fi
|
||||
done
|
||||
exit 0
|
109
scripts/utils.sh
|
@ -1,109 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
do_install() {
|
||||
local GTKDIR GTK320DIR GTKVER INSTALL_DIR
|
||||
INSTALL_DIR="$1"
|
||||
GTKDIR="${INSTALL_DIR}/gtk-3.0"
|
||||
GTK320DIR="${INSTALL_DIR}/gtk-3.20"
|
||||
|
||||
install -dm755 "${INSTALL_DIR}"
|
||||
|
||||
cd src
|
||||
|
||||
cp index.theme "${INSTALL_DIR}"
|
||||
|
||||
cp -rt "${INSTALL_DIR}" \
|
||||
assets gtk-2.0 metacity-1 openbox-3 xfce-notify-4.0 xfwm4 unity
|
||||
|
||||
for _DIR in "${GTKDIR}" "${GTK320DIR}"
|
||||
do
|
||||
GTKVER="${_DIR##*/}"
|
||||
|
||||
mkdir -p "${_DIR}"
|
||||
|
||||
cp -t "${_DIR}" \
|
||||
"${GTKVER}/gtk.css" \
|
||||
"${GTKVER}/gtk-dark.css" \
|
||||
"${GTKVER}/gtk.gresource" \
|
||||
"${GTKVER}/thumbnail.png"
|
||||
|
||||
cd "${_DIR}"
|
||||
ln -srf ../assets assets
|
||||
cd -
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
output_changes_file_version_marker() {
|
||||
|
||||
line() {
|
||||
dashes="$(printf '%0.s-' $(seq 1 13))"
|
||||
echo "${dashes}>>>> $1 <<<<${dashes}"
|
||||
}
|
||||
|
||||
tag_line="$(line $1)"
|
||||
|
||||
echo "-${tag_line}${tag_line}${tag_line}-"
|
||||
}
|
||||
|
||||
|
||||
update_changes_file() {
|
||||
LAST_STABLE_RELEASE=$(git describe --abbrev=0 --tags $(git rev-list --tags --max-count=1))
|
||||
LAST_MAJOR_MINOR="${LAST_STABLE_RELEASE%.*}"
|
||||
|
||||
LAST_MAJOR="${LAST_STABLE_RELEASE%%.*}"
|
||||
LAST_MINOR="${LAST_MAJOR_MINOR#*.}"
|
||||
LAST_PATCH="${LAST_STABLE_RELEASE##*.}"
|
||||
|
||||
case "${PWD##*/}" in
|
||||
numix-gtk-theme)
|
||||
NEXT_PATCH=$(($LAST_PATCH + 1))
|
||||
|
||||
NEXT_STABLE_RELEASE="${LAST_MAJOR_MINOR}.${NEXT_PATCH}"
|
||||
;;
|
||||
|
||||
Numix-Frost)
|
||||
LAST_MAJOR=$(($LAST_MAJOR + 1))
|
||||
NEXT_STABLE_RELEASE="${LAST_MAJOR}.${LAST_MINOR}.${LAST_PATCH}"
|
||||
LAST_PATCH=$(($LAST_PATCH - 1))
|
||||
|
||||
LAST_STABLE_RELEASE="${LAST_MAJOR}.${LAST_MINOR}.${LAST_PATCH}"
|
||||
;;
|
||||
|
||||
*)
|
||||
echo 'Unknown directory!' && exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
[[ -f CHANGES ]] && mv CHANGES CHANGES.old
|
||||
|
||||
output_changes_file_version_marker "${NEXT_STABLE_RELEASE}" > CHANGES
|
||||
|
||||
{ git log \
|
||||
--pretty=format:"[%ai] %<(69,trunc) %s %><(15) %aN {%h}" \
|
||||
--cherry-pick "${LAST_STABLE_RELEASE}...HEAD"; } >> CHANGES
|
||||
|
||||
|
||||
[[ -f CHANGES.old ]] && echo "" >> CHANGES && cat CHANGES.old >> CHANGES && rm CHANGES.old
|
||||
|
||||
git add CHANGES
|
||||
git commit -m 'RELEASE PREP :: Update CHANGES file.'
|
||||
git push
|
||||
}
|
||||
|
||||
|
||||
|
||||
case $1 in
|
||||
changes)
|
||||
update_changes_file
|
||||
exit $?
|
||||
;;
|
||||
|
||||
install)
|
||||
do_install "$2"
|
||||
;;
|
||||
|
||||
*)
|
||||
exit 0
|
||||
;;
|
||||
esac
|
Before Width: | Height: | Size: 154 KiB |