aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Alexey Stepanov <blueingreen@bluig.space>2024-09-22 17:51:30 +0000
committerLibravatar Alexey Stepanov <blueingreen@bluig.space>2024-09-22 17:51:30 +0000
commit5ec5a81d7a143fd6a55a839bf1ea947a6d187e74 (patch)
treef10bd2406cc7d22796a5c099d9c19db8622af0dc
first commit
-rw-r--r--LICENSE22
-rw-r--r--README.md17
-rw-r--r--templates/config.yaml3
-rw-r--r--templates/default.mustache28
4 files changed, 70 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..c275ca2
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,22 @@
+MIT License
+
+Copyright (c) 2024 Aleksey Stepanov
+Copyright (c) 2024 Tinted Theming
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..da3d470
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# base16-waybar
+
+<!-- markdownlint-disable MD013 -->
+
+This repo provides templates for using [Base16](https://github.com/tinted-theming/home) color schemes with [nwg-dock](https://github.com/nwg-piotr/nwg-dock), a GTK3-based dock for [Sway](https://github.com/swaywm/sway).
+
+All files in `colors` directory generated by [lustache](https://luarocks.org/modules/olivine-labs/lustache).
+
+## Examples
+
+### base16-onedark
+
+### base16-google-light
+
+## License
+
+MIT
diff --git a/templates/config.yaml b/templates/config.yaml
new file mode 100644
index 0000000..f248d38
--- /dev/null
+++ b/templates/config.yaml
@@ -0,0 +1,3 @@
+default:
+ extension: .css
+ output: colors
diff --git a/templates/default.mustache b/templates/default.mustache
new file mode 100644
index 0000000..86aee88
--- /dev/null
+++ b/templates/default.mustache
@@ -0,0 +1,28 @@
+/*
+*
+* system: {{scheme-system}}
+* name: {{scheme-name}}
+* slug: {{scheme-slug}}
+* author: {{scheme-author}}
+* description: {{scheme-description}}
+* variant: {{scheme-variant}}
+*
+*/
+
+window {
+ background-color:
+ border-color:
+}
+
+button,
+image {
+ color:
+}
+
+button {
+ color:
+}
+
+button:hover {
+ background-color:
+}