Initial
This commit is contained in:
commit
c8734e660a
392 changed files with 21043 additions and 0 deletions
21
.config/waybar/base16-waybar/LICENSE
Normal file
21
.config/waybar/base16-waybar/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2018 Michael Nussbaum
|
||||
|
||||
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.
|
||||
69
.config/waybar/base16-waybar/README.md
Normal file
69
.config/waybar/base16-waybar/README.md
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
# base16-waybar
|
||||
|
||||
[base16][base16-home-link] template for [waybar][waybar-link].
|
||||
|
||||
This repository is meant to work with [base16][base16-home-link] from Tinted
|
||||
Theming. It provides a hook and template that can be used dynamically load
|
||||
base16 color schemes in waybar.
|
||||
|
||||
This project works alongside [base16-sway][base16-sway] and relies on the hook
|
||||
function to send the message to Sway to reload its configuration file which in
|
||||
turn will restart waybar.
|
||||
|
||||
## Installation
|
||||
|
||||
Clone the repository:
|
||||
|
||||
```text
|
||||
git clone https://github.com/freddiehaddad/base16-waybar.git ~/.config/base16-waybar
|
||||
```
|
||||
|
||||
Copy the hook to your base16-shell hooks directory:
|
||||
|
||||
```text
|
||||
cp ~/.config/base16-waybar/hooks/10-waybar.sh ~/.config/base16-shell/hooks
|
||||
```
|
||||
|
||||
Add to the top of your `style.css` file import to the color scheme:
|
||||
|
||||
```css
|
||||
@import "scheme.css";
|
||||
```
|
||||
|
||||
You can now reference the colors through the file:
|
||||
|
||||
```css
|
||||
#waybar {
|
||||
background-color: @base00;
|
||||
border-bottom: 2px solid @base01;
|
||||
color: @base05;
|
||||
}
|
||||
```
|
||||
|
||||
In your sway configuration, configure waybar as follows:
|
||||
|
||||
```text
|
||||
exec_always "kill $(pgrep waybar); waybar"
|
||||
|
||||
```
|
||||
|
||||
Re-run your base16 theme to execute the hook:
|
||||
|
||||
```text
|
||||
base16_tokyo-night-dark
|
||||
```
|
||||
|
||||
Verify the hook created the symbolic link to the correct template:
|
||||
|
||||
```text
|
||||
~/.config/waybar/scheme.css ⇒ /home/.../.config/base16-waybar/colors/base16-tokyo-night-dark.css
|
||||
```
|
||||
|
||||
## Other
|
||||
|
||||
[Original repo][github-waybar-repo-link]
|
||||
|
||||
[base16-home-link]: https://github.com/base16-project/home
|
||||
[base16-sway]: https://github.com/freddiehaddad/base16-sway
|
||||
[waybar-link]: https://github.com/Alexays/Waybar
|
||||
[github-waybar-repo-link]: https://github.com/mnussbaum/base16-waybar
|
||||
23
.config/waybar/base16-waybar/colors/base16-3024.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-3024.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 3024
|
||||
* Author: Jan T. Sott (http://github.com/idleberg)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #090300;
|
||||
@define-color base01 #3a3432;
|
||||
@define-color base02 #4a4543;
|
||||
@define-color base03 #5c5855;
|
||||
@define-color base04 #807d7c;
|
||||
@define-color base05 #a5a2a2;
|
||||
@define-color base06 #d6d5d4;
|
||||
@define-color base07 #f7f7f7;
|
||||
@define-color base08 #db2d20;
|
||||
@define-color base09 #e8bbd0;
|
||||
@define-color base0A #fded02;
|
||||
@define-color base0B #01a252;
|
||||
@define-color base0C #b5e4f4;
|
||||
@define-color base0D #01a0e4;
|
||||
@define-color base0E #a16a94;
|
||||
@define-color base0F #cdab53;
|
||||
23
.config/waybar/base16-waybar/colors/base16-apathy.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-apathy.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Apathy
|
||||
* Author: Jannik Siebert (https://github.com/janniks)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #031a16;
|
||||
@define-color base01 #0b342d;
|
||||
@define-color base02 #184e45;
|
||||
@define-color base03 #2b685e;
|
||||
@define-color base04 #5f9c92;
|
||||
@define-color base05 #81b5ac;
|
||||
@define-color base06 #a7cec8;
|
||||
@define-color base07 #d2e7e4;
|
||||
@define-color base08 #3e9688;
|
||||
@define-color base09 #3e7996;
|
||||
@define-color base0A #3e4c96;
|
||||
@define-color base0B #883e96;
|
||||
@define-color base0C #963e4c;
|
||||
@define-color base0D #96883e;
|
||||
@define-color base0E #4c963e;
|
||||
@define-color base0F #3e965b;
|
||||
23
.config/waybar/base16-waybar/colors/base16-apprentice.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-apprentice.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Apprentice
|
||||
* Author: romainl
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #262626;
|
||||
@define-color base01 #af5f5f;
|
||||
@define-color base02 #5f875f;
|
||||
@define-color base03 #87875f;
|
||||
@define-color base04 #5f87af;
|
||||
@define-color base05 #5f5f87;
|
||||
@define-color base06 #5f8787;
|
||||
@define-color base07 #6c6c6c;
|
||||
@define-color base08 #444444;
|
||||
@define-color base09 #ff8700;
|
||||
@define-color base0A #87af87;
|
||||
@define-color base0B #ffffaf;
|
||||
@define-color base0C #87afd7;
|
||||
@define-color base0D #8787af;
|
||||
@define-color base0E #5fafaf;
|
||||
@define-color base0F #bcbcbc;
|
||||
23
.config/waybar/base16-waybar/colors/base16-ashes.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-ashes.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Ashes
|
||||
* Author: Jannik Siebert (https://github.com/janniks)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #1c2023;
|
||||
@define-color base01 #393f45;
|
||||
@define-color base02 #565e65;
|
||||
@define-color base03 #747c84;
|
||||
@define-color base04 #adb3ba;
|
||||
@define-color base05 #c7ccd1;
|
||||
@define-color base06 #dfe2e5;
|
||||
@define-color base07 #f3f4f5;
|
||||
@define-color base08 #c7ae95;
|
||||
@define-color base09 #c7c795;
|
||||
@define-color base0A #aec795;
|
||||
@define-color base0B #95c7ae;
|
||||
@define-color base0C #95aec7;
|
||||
@define-color base0D #ae95c7;
|
||||
@define-color base0E #c795ae;
|
||||
@define-color base0F #c79595;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Atelier Cave Light
|
||||
* Author: Bram de Haan (http://atelierbramdehaan.nl)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #efecf4;
|
||||
@define-color base01 #e2dfe7;
|
||||
@define-color base02 #8b8792;
|
||||
@define-color base03 #7e7887;
|
||||
@define-color base04 #655f6d;
|
||||
@define-color base05 #585260;
|
||||
@define-color base06 #26232a;
|
||||
@define-color base07 #19171c;
|
||||
@define-color base08 #be4678;
|
||||
@define-color base09 #aa573c;
|
||||
@define-color base0A #a06e3b;
|
||||
@define-color base0B #2a9292;
|
||||
@define-color base0C #398bc6;
|
||||
@define-color base0D #576ddb;
|
||||
@define-color base0E #955ae7;
|
||||
@define-color base0F #bf40bf;
|
||||
23
.config/waybar/base16-waybar/colors/base16-atelier-cave.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-atelier-cave.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Atelier Cave
|
||||
* Author: Bram de Haan (http://atelierbramdehaan.nl)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #19171c;
|
||||
@define-color base01 #26232a;
|
||||
@define-color base02 #585260;
|
||||
@define-color base03 #655f6d;
|
||||
@define-color base04 #7e7887;
|
||||
@define-color base05 #8b8792;
|
||||
@define-color base06 #e2dfe7;
|
||||
@define-color base07 #efecf4;
|
||||
@define-color base08 #be4678;
|
||||
@define-color base09 #aa573c;
|
||||
@define-color base0A #a06e3b;
|
||||
@define-color base0B #2a9292;
|
||||
@define-color base0C #398bc6;
|
||||
@define-color base0D #576ddb;
|
||||
@define-color base0E #955ae7;
|
||||
@define-color base0F #bf40bf;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Atelier Dune Light
|
||||
* Author: Bram de Haan (http://atelierbramdehaan.nl)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #fefbec;
|
||||
@define-color base01 #e8e4cf;
|
||||
@define-color base02 #a6a28c;
|
||||
@define-color base03 #999580;
|
||||
@define-color base04 #7d7a68;
|
||||
@define-color base05 #6e6b5e;
|
||||
@define-color base06 #292824;
|
||||
@define-color base07 #20201d;
|
||||
@define-color base08 #d73737;
|
||||
@define-color base09 #b65611;
|
||||
@define-color base0A #ae9513;
|
||||
@define-color base0B #60ac39;
|
||||
@define-color base0C #1fad83;
|
||||
@define-color base0D #6684e1;
|
||||
@define-color base0E #b854d4;
|
||||
@define-color base0F #d43552;
|
||||
23
.config/waybar/base16-waybar/colors/base16-atelier-dune.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-atelier-dune.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Atelier Dune
|
||||
* Author: Bram de Haan (http://atelierbramdehaan.nl)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #20201d;
|
||||
@define-color base01 #292824;
|
||||
@define-color base02 #6e6b5e;
|
||||
@define-color base03 #7d7a68;
|
||||
@define-color base04 #999580;
|
||||
@define-color base05 #a6a28c;
|
||||
@define-color base06 #e8e4cf;
|
||||
@define-color base07 #fefbec;
|
||||
@define-color base08 #d73737;
|
||||
@define-color base09 #b65611;
|
||||
@define-color base0A #ae9513;
|
||||
@define-color base0B #60ac39;
|
||||
@define-color base0C #1fad83;
|
||||
@define-color base0D #6684e1;
|
||||
@define-color base0E #b854d4;
|
||||
@define-color base0F #d43552;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Atelier Estuary Light
|
||||
* Author: Bram de Haan (http://atelierbramdehaan.nl)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #f4f3ec;
|
||||
@define-color base01 #e7e6df;
|
||||
@define-color base02 #929181;
|
||||
@define-color base03 #878573;
|
||||
@define-color base04 #6c6b5a;
|
||||
@define-color base05 #5f5e4e;
|
||||
@define-color base06 #302f27;
|
||||
@define-color base07 #22221b;
|
||||
@define-color base08 #ba6236;
|
||||
@define-color base09 #ae7313;
|
||||
@define-color base0A #a5980d;
|
||||
@define-color base0B #7d9726;
|
||||
@define-color base0C #5b9d48;
|
||||
@define-color base0D #36a166;
|
||||
@define-color base0E #5f9182;
|
||||
@define-color base0F #9d6c7c;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Atelier Estuary
|
||||
* Author: Bram de Haan (http://atelierbramdehaan.nl)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #22221b;
|
||||
@define-color base01 #302f27;
|
||||
@define-color base02 #5f5e4e;
|
||||
@define-color base03 #6c6b5a;
|
||||
@define-color base04 #878573;
|
||||
@define-color base05 #929181;
|
||||
@define-color base06 #e7e6df;
|
||||
@define-color base07 #f4f3ec;
|
||||
@define-color base08 #ba6236;
|
||||
@define-color base09 #ae7313;
|
||||
@define-color base0A #a5980d;
|
||||
@define-color base0B #7d9726;
|
||||
@define-color base0C #5b9d48;
|
||||
@define-color base0D #36a166;
|
||||
@define-color base0E #5f9182;
|
||||
@define-color base0F #9d6c7c;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Atelier Forest Light
|
||||
* Author: Bram de Haan (http://atelierbramdehaan.nl)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #f1efee;
|
||||
@define-color base01 #e6e2e0;
|
||||
@define-color base02 #a8a19f;
|
||||
@define-color base03 #9c9491;
|
||||
@define-color base04 #766e6b;
|
||||
@define-color base05 #68615e;
|
||||
@define-color base06 #2c2421;
|
||||
@define-color base07 #1b1918;
|
||||
@define-color base08 #f22c40;
|
||||
@define-color base09 #df5320;
|
||||
@define-color base0A #c38418;
|
||||
@define-color base0B #7b9726;
|
||||
@define-color base0C #3d97b8;
|
||||
@define-color base0D #407ee7;
|
||||
@define-color base0E #6666ea;
|
||||
@define-color base0F #c33ff3;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Atelier Forest
|
||||
* Author: Bram de Haan (http://atelierbramdehaan.nl)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #1b1918;
|
||||
@define-color base01 #2c2421;
|
||||
@define-color base02 #68615e;
|
||||
@define-color base03 #766e6b;
|
||||
@define-color base04 #9c9491;
|
||||
@define-color base05 #a8a19f;
|
||||
@define-color base06 #e6e2e0;
|
||||
@define-color base07 #f1efee;
|
||||
@define-color base08 #f22c40;
|
||||
@define-color base09 #df5320;
|
||||
@define-color base0A #c38418;
|
||||
@define-color base0B #7b9726;
|
||||
@define-color base0C #3d97b8;
|
||||
@define-color base0D #407ee7;
|
||||
@define-color base0E #6666ea;
|
||||
@define-color base0F #c33ff3;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Atelier Heath Light
|
||||
* Author: Bram de Haan (http://atelierbramdehaan.nl)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #f7f3f7;
|
||||
@define-color base01 #d8cad8;
|
||||
@define-color base02 #ab9bab;
|
||||
@define-color base03 #9e8f9e;
|
||||
@define-color base04 #776977;
|
||||
@define-color base05 #695d69;
|
||||
@define-color base06 #292329;
|
||||
@define-color base07 #1b181b;
|
||||
@define-color base08 #ca402b;
|
||||
@define-color base09 #a65926;
|
||||
@define-color base0A #bb8a35;
|
||||
@define-color base0B #918b3b;
|
||||
@define-color base0C #159393;
|
||||
@define-color base0D #516aec;
|
||||
@define-color base0E #7b59c0;
|
||||
@define-color base0F #cc33cc;
|
||||
23
.config/waybar/base16-waybar/colors/base16-atelier-heath.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-atelier-heath.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Atelier Heath
|
||||
* Author: Bram de Haan (http://atelierbramdehaan.nl)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #1b181b;
|
||||
@define-color base01 #292329;
|
||||
@define-color base02 #695d69;
|
||||
@define-color base03 #776977;
|
||||
@define-color base04 #9e8f9e;
|
||||
@define-color base05 #ab9bab;
|
||||
@define-color base06 #d8cad8;
|
||||
@define-color base07 #f7f3f7;
|
||||
@define-color base08 #ca402b;
|
||||
@define-color base09 #a65926;
|
||||
@define-color base0A #bb8a35;
|
||||
@define-color base0B #918b3b;
|
||||
@define-color base0C #159393;
|
||||
@define-color base0D #516aec;
|
||||
@define-color base0E #7b59c0;
|
||||
@define-color base0F #cc33cc;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Atelier Lakeside Light
|
||||
* Author: Bram de Haan (http://atelierbramdehaan.nl)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #ebf8ff;
|
||||
@define-color base01 #c1e4f6;
|
||||
@define-color base02 #7ea2b4;
|
||||
@define-color base03 #7195a8;
|
||||
@define-color base04 #5a7b8c;
|
||||
@define-color base05 #516d7b;
|
||||
@define-color base06 #1f292e;
|
||||
@define-color base07 #161b1d;
|
||||
@define-color base08 #d22d72;
|
||||
@define-color base09 #935c25;
|
||||
@define-color base0A #8a8a0f;
|
||||
@define-color base0B #568c3b;
|
||||
@define-color base0C #2d8f6f;
|
||||
@define-color base0D #257fad;
|
||||
@define-color base0E #6b6bb8;
|
||||
@define-color base0F #b72dd2;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Atelier Lakeside
|
||||
* Author: Bram de Haan (http://atelierbramdehaan.nl)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #161b1d;
|
||||
@define-color base01 #1f292e;
|
||||
@define-color base02 #516d7b;
|
||||
@define-color base03 #5a7b8c;
|
||||
@define-color base04 #7195a8;
|
||||
@define-color base05 #7ea2b4;
|
||||
@define-color base06 #c1e4f6;
|
||||
@define-color base07 #ebf8ff;
|
||||
@define-color base08 #d22d72;
|
||||
@define-color base09 #935c25;
|
||||
@define-color base0A #8a8a0f;
|
||||
@define-color base0B #568c3b;
|
||||
@define-color base0C #2d8f6f;
|
||||
@define-color base0D #257fad;
|
||||
@define-color base0E #6b6bb8;
|
||||
@define-color base0F #b72dd2;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Atelier Plateau Light
|
||||
* Author: Bram de Haan (http://atelierbramdehaan.nl)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #f4ecec;
|
||||
@define-color base01 #e7dfdf;
|
||||
@define-color base02 #8a8585;
|
||||
@define-color base03 #7e7777;
|
||||
@define-color base04 #655d5d;
|
||||
@define-color base05 #585050;
|
||||
@define-color base06 #292424;
|
||||
@define-color base07 #1b1818;
|
||||
@define-color base08 #ca4949;
|
||||
@define-color base09 #b45a3c;
|
||||
@define-color base0A #a06e3b;
|
||||
@define-color base0B #4b8b8b;
|
||||
@define-color base0C #5485b6;
|
||||
@define-color base0D #7272ca;
|
||||
@define-color base0E #8464c4;
|
||||
@define-color base0F #bd5187;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Atelier Plateau
|
||||
* Author: Bram de Haan (http://atelierbramdehaan.nl)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #1b1818;
|
||||
@define-color base01 #292424;
|
||||
@define-color base02 #585050;
|
||||
@define-color base03 #655d5d;
|
||||
@define-color base04 #7e7777;
|
||||
@define-color base05 #8a8585;
|
||||
@define-color base06 #e7dfdf;
|
||||
@define-color base07 #f4ecec;
|
||||
@define-color base08 #ca4949;
|
||||
@define-color base09 #b45a3c;
|
||||
@define-color base0A #a06e3b;
|
||||
@define-color base0B #4b8b8b;
|
||||
@define-color base0C #5485b6;
|
||||
@define-color base0D #7272ca;
|
||||
@define-color base0E #8464c4;
|
||||
@define-color base0F #bd5187;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Atelier Savanna Light
|
||||
* Author: Bram de Haan (http://atelierbramdehaan.nl)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #ecf4ee;
|
||||
@define-color base01 #dfe7e2;
|
||||
@define-color base02 #87928a;
|
||||
@define-color base03 #78877d;
|
||||
@define-color base04 #5f6d64;
|
||||
@define-color base05 #526057;
|
||||
@define-color base06 #232a25;
|
||||
@define-color base07 #171c19;
|
||||
@define-color base08 #b16139;
|
||||
@define-color base09 #9f713c;
|
||||
@define-color base0A #a07e3b;
|
||||
@define-color base0B #489963;
|
||||
@define-color base0C #1c9aa0;
|
||||
@define-color base0D #478c90;
|
||||
@define-color base0E #55859b;
|
||||
@define-color base0F #867469;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Atelier Savanna
|
||||
* Author: Bram de Haan (http://atelierbramdehaan.nl)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #171c19;
|
||||
@define-color base01 #232a25;
|
||||
@define-color base02 #526057;
|
||||
@define-color base03 #5f6d64;
|
||||
@define-color base04 #78877d;
|
||||
@define-color base05 #87928a;
|
||||
@define-color base06 #dfe7e2;
|
||||
@define-color base07 #ecf4ee;
|
||||
@define-color base08 #b16139;
|
||||
@define-color base09 #9f713c;
|
||||
@define-color base0A #a07e3b;
|
||||
@define-color base0B #489963;
|
||||
@define-color base0C #1c9aa0;
|
||||
@define-color base0D #478c90;
|
||||
@define-color base0E #55859b;
|
||||
@define-color base0F #867469;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Atelier Seaside Light
|
||||
* Author: Bram de Haan (http://atelierbramdehaan.nl)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #f4fbf4;
|
||||
@define-color base01 #cfe8cf;
|
||||
@define-color base02 #8ca68c;
|
||||
@define-color base03 #809980;
|
||||
@define-color base04 #687d68;
|
||||
@define-color base05 #5e6e5e;
|
||||
@define-color base06 #242924;
|
||||
@define-color base07 #131513;
|
||||
@define-color base08 #e6193c;
|
||||
@define-color base09 #87711d;
|
||||
@define-color base0A #98981b;
|
||||
@define-color base0B #29a329;
|
||||
@define-color base0C #1999b3;
|
||||
@define-color base0D #3d62f5;
|
||||
@define-color base0E #ad2bee;
|
||||
@define-color base0F #e619c3;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Atelier Seaside
|
||||
* Author: Bram de Haan (http://atelierbramdehaan.nl)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #131513;
|
||||
@define-color base01 #242924;
|
||||
@define-color base02 #5e6e5e;
|
||||
@define-color base03 #687d68;
|
||||
@define-color base04 #809980;
|
||||
@define-color base05 #8ca68c;
|
||||
@define-color base06 #cfe8cf;
|
||||
@define-color base07 #f4fbf4;
|
||||
@define-color base08 #e6193c;
|
||||
@define-color base09 #87711d;
|
||||
@define-color base0A #98981b;
|
||||
@define-color base0B #29a329;
|
||||
@define-color base0C #1999b3;
|
||||
@define-color base0D #3d62f5;
|
||||
@define-color base0E #ad2bee;
|
||||
@define-color base0F #e619c3;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Atelier Sulphurpool Light
|
||||
* Author: Bram de Haan (http://atelierbramdehaan.nl)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #f5f7ff;
|
||||
@define-color base01 #dfe2f1;
|
||||
@define-color base02 #979db4;
|
||||
@define-color base03 #898ea4;
|
||||
@define-color base04 #6b7394;
|
||||
@define-color base05 #5e6687;
|
||||
@define-color base06 #293256;
|
||||
@define-color base07 #202746;
|
||||
@define-color base08 #c94922;
|
||||
@define-color base09 #c76b29;
|
||||
@define-color base0A #c08b30;
|
||||
@define-color base0B #ac9739;
|
||||
@define-color base0C #22a2c9;
|
||||
@define-color base0D #3d8fd1;
|
||||
@define-color base0E #6679cc;
|
||||
@define-color base0F #9c637a;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Atelier Sulphurpool
|
||||
* Author: Bram de Haan (http://atelierbramdehaan.nl)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #202746;
|
||||
@define-color base01 #293256;
|
||||
@define-color base02 #5e6687;
|
||||
@define-color base03 #6b7394;
|
||||
@define-color base04 #898ea4;
|
||||
@define-color base05 #979db4;
|
||||
@define-color base06 #dfe2f1;
|
||||
@define-color base07 #f5f7ff;
|
||||
@define-color base08 #c94922;
|
||||
@define-color base09 #c76b29;
|
||||
@define-color base0A #c08b30;
|
||||
@define-color base0B #ac9739;
|
||||
@define-color base0C #22a2c9;
|
||||
@define-color base0D #3d8fd1;
|
||||
@define-color base0E #6679cc;
|
||||
@define-color base0F #9c637a;
|
||||
23
.config/waybar/base16-waybar/colors/base16-atlas.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-atlas.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Atlas
|
||||
* Author: Alex Lende (https://ajlende.com)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #002635;
|
||||
@define-color base01 #00384d;
|
||||
@define-color base02 #517f8d;
|
||||
@define-color base03 #6c8b91;
|
||||
@define-color base04 #869696;
|
||||
@define-color base05 #a1a19a;
|
||||
@define-color base06 #e6e6dc;
|
||||
@define-color base07 #fafaf8;
|
||||
@define-color base08 #ff5a67;
|
||||
@define-color base09 #f08e48;
|
||||
@define-color base0A #ffcc1b;
|
||||
@define-color base0B #7fc06e;
|
||||
@define-color base0C #14747e;
|
||||
@define-color base0D #5dd7b9;
|
||||
@define-color base0E #9a70a4;
|
||||
@define-color base0F #c43060;
|
||||
23
.config/waybar/base16-waybar/colors/base16-ayu-dark.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-ayu-dark.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Ayu Dark
|
||||
* Author: Khue Nguyen <Z5483Y@gmail.com>
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #0f1419;
|
||||
@define-color base01 #131721;
|
||||
@define-color base02 #272d38;
|
||||
@define-color base03 #3e4b59;
|
||||
@define-color base04 #bfbdb6;
|
||||
@define-color base05 #e6e1cf;
|
||||
@define-color base06 #e6e1cf;
|
||||
@define-color base07 #f3f4f5;
|
||||
@define-color base08 #f07178;
|
||||
@define-color base09 #ff8f40;
|
||||
@define-color base0A #ffb454;
|
||||
@define-color base0B #b8cc52;
|
||||
@define-color base0C #95e6cb;
|
||||
@define-color base0D #59c2ff;
|
||||
@define-color base0E #d2a6ff;
|
||||
@define-color base0F #e6b673;
|
||||
23
.config/waybar/base16-waybar/colors/base16-ayu-light.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-ayu-light.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Ayu Light
|
||||
* Author: Khue Nguyen <Z5483Y@gmail.com>
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #fafafa;
|
||||
@define-color base01 #f3f4f5;
|
||||
@define-color base02 #f8f9fa;
|
||||
@define-color base03 #abb0b6;
|
||||
@define-color base04 #828c99;
|
||||
@define-color base05 #5c6773;
|
||||
@define-color base06 #242936;
|
||||
@define-color base07 #1a1f29;
|
||||
@define-color base08 #f07178;
|
||||
@define-color base09 #fa8d3e;
|
||||
@define-color base0A #f2ae49;
|
||||
@define-color base0B #86b300;
|
||||
@define-color base0C #4cbf99;
|
||||
@define-color base0D #36a3d9;
|
||||
@define-color base0E #a37acc;
|
||||
@define-color base0F #e6ba7e;
|
||||
23
.config/waybar/base16-waybar/colors/base16-ayu-mirage.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-ayu-mirage.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Ayu Mirage
|
||||
* Author: Khue Nguyen <Z5483Y@gmail.com>
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #171b24;
|
||||
@define-color base01 #1f2430;
|
||||
@define-color base02 #242936;
|
||||
@define-color base03 #707a8c;
|
||||
@define-color base04 #8a9199;
|
||||
@define-color base05 #cccac2;
|
||||
@define-color base06 #d9d7ce;
|
||||
@define-color base07 #f3f4f5;
|
||||
@define-color base08 #f28779;
|
||||
@define-color base09 #ffad66;
|
||||
@define-color base0A #ffd173;
|
||||
@define-color base0B #d5ff80;
|
||||
@define-color base0C #95e6cb;
|
||||
@define-color base0D #5ccfe6;
|
||||
@define-color base0E #d4bfff;
|
||||
@define-color base0F #f29e74;
|
||||
23
.config/waybar/base16-waybar/colors/base16-bespin.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-bespin.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Bespin
|
||||
* Author: Jan T. Sott
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #28211c;
|
||||
@define-color base01 #36312e;
|
||||
@define-color base02 #5e5d5c;
|
||||
@define-color base03 #666666;
|
||||
@define-color base04 #797977;
|
||||
@define-color base05 #8a8986;
|
||||
@define-color base06 #9d9b97;
|
||||
@define-color base07 #baae9e;
|
||||
@define-color base08 #cf6a4c;
|
||||
@define-color base09 #cf7d34;
|
||||
@define-color base0A #f9ee98;
|
||||
@define-color base0B #54be0d;
|
||||
@define-color base0C #afc4db;
|
||||
@define-color base0D #5ea6ea;
|
||||
@define-color base0E #9b859d;
|
||||
@define-color base0F #937121;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Black Metal (Bathory)
|
||||
* Author: metalelf0 (https://github.com/metalelf0)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #000000;
|
||||
@define-color base01 #121212;
|
||||
@define-color base02 #222222;
|
||||
@define-color base03 #333333;
|
||||
@define-color base04 #999999;
|
||||
@define-color base05 #c1c1c1;
|
||||
@define-color base06 #999999;
|
||||
@define-color base07 #c1c1c1;
|
||||
@define-color base08 #5f8787;
|
||||
@define-color base09 #aaaaaa;
|
||||
@define-color base0A #e78a53;
|
||||
@define-color base0B #fbcb97;
|
||||
@define-color base0C #aaaaaa;
|
||||
@define-color base0D #888888;
|
||||
@define-color base0E #999999;
|
||||
@define-color base0F #444444;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Black Metal (Burzum)
|
||||
* Author: metalelf0 (https://github.com/metalelf0)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #000000;
|
||||
@define-color base01 #121212;
|
||||
@define-color base02 #222222;
|
||||
@define-color base03 #333333;
|
||||
@define-color base04 #999999;
|
||||
@define-color base05 #c1c1c1;
|
||||
@define-color base06 #999999;
|
||||
@define-color base07 #c1c1c1;
|
||||
@define-color base08 #5f8787;
|
||||
@define-color base09 #aaaaaa;
|
||||
@define-color base0A #99bbaa;
|
||||
@define-color base0B #ddeecc;
|
||||
@define-color base0C #aaaaaa;
|
||||
@define-color base0D #888888;
|
||||
@define-color base0E #999999;
|
||||
@define-color base0F #444444;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Black Metal (Dark Funeral)
|
||||
* Author: metalelf0 (https://github.com/metalelf0)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #000000;
|
||||
@define-color base01 #121212;
|
||||
@define-color base02 #222222;
|
||||
@define-color base03 #333333;
|
||||
@define-color base04 #999999;
|
||||
@define-color base05 #c1c1c1;
|
||||
@define-color base06 #999999;
|
||||
@define-color base07 #c1c1c1;
|
||||
@define-color base08 #5f8787;
|
||||
@define-color base09 #aaaaaa;
|
||||
@define-color base0A #5f81a5;
|
||||
@define-color base0B #d0dfee;
|
||||
@define-color base0C #aaaaaa;
|
||||
@define-color base0D #888888;
|
||||
@define-color base0E #999999;
|
||||
@define-color base0F #444444;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Black Metal (Gorgoroth)
|
||||
* Author: metalelf0 (https://github.com/metalelf0)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #000000;
|
||||
@define-color base01 #121212;
|
||||
@define-color base02 #222222;
|
||||
@define-color base03 #333333;
|
||||
@define-color base04 #999999;
|
||||
@define-color base05 #c1c1c1;
|
||||
@define-color base06 #999999;
|
||||
@define-color base07 #c1c1c1;
|
||||
@define-color base08 #5f8787;
|
||||
@define-color base09 #aaaaaa;
|
||||
@define-color base0A #8c7f70;
|
||||
@define-color base0B #9b8d7f;
|
||||
@define-color base0C #aaaaaa;
|
||||
@define-color base0D #888888;
|
||||
@define-color base0E #999999;
|
||||
@define-color base0F #444444;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Black Metal (Immortal)
|
||||
* Author: metalelf0 (https://github.com/metalelf0)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #000000;
|
||||
@define-color base01 #121212;
|
||||
@define-color base02 #222222;
|
||||
@define-color base03 #333333;
|
||||
@define-color base04 #999999;
|
||||
@define-color base05 #c1c1c1;
|
||||
@define-color base06 #999999;
|
||||
@define-color base07 #c1c1c1;
|
||||
@define-color base08 #5f8787;
|
||||
@define-color base09 #aaaaaa;
|
||||
@define-color base0A #556677;
|
||||
@define-color base0B #7799bb;
|
||||
@define-color base0C #aaaaaa;
|
||||
@define-color base0D #888888;
|
||||
@define-color base0E #999999;
|
||||
@define-color base0F #444444;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Black Metal (Khold)
|
||||
* Author: metalelf0 (https://github.com/metalelf0)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #000000;
|
||||
@define-color base01 #121212;
|
||||
@define-color base02 #222222;
|
||||
@define-color base03 #333333;
|
||||
@define-color base04 #999999;
|
||||
@define-color base05 #c1c1c1;
|
||||
@define-color base06 #999999;
|
||||
@define-color base07 #c1c1c1;
|
||||
@define-color base08 #5f8787;
|
||||
@define-color base09 #aaaaaa;
|
||||
@define-color base0A #974b46;
|
||||
@define-color base0B #eceee3;
|
||||
@define-color base0C #aaaaaa;
|
||||
@define-color base0D #888888;
|
||||
@define-color base0E #999999;
|
||||
@define-color base0F #444444;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Black Metal (Marduk)
|
||||
* Author: metalelf0 (https://github.com/metalelf0)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #000000;
|
||||
@define-color base01 #121212;
|
||||
@define-color base02 #222222;
|
||||
@define-color base03 #333333;
|
||||
@define-color base04 #999999;
|
||||
@define-color base05 #c1c1c1;
|
||||
@define-color base06 #999999;
|
||||
@define-color base07 #c1c1c1;
|
||||
@define-color base08 #5f8787;
|
||||
@define-color base09 #aaaaaa;
|
||||
@define-color base0A #626b67;
|
||||
@define-color base0B #a5aaa7;
|
||||
@define-color base0C #aaaaaa;
|
||||
@define-color base0D #888888;
|
||||
@define-color base0E #999999;
|
||||
@define-color base0F #444444;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Black Metal (Mayhem)
|
||||
* Author: metalelf0 (https://github.com/metalelf0)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #000000;
|
||||
@define-color base01 #121212;
|
||||
@define-color base02 #222222;
|
||||
@define-color base03 #333333;
|
||||
@define-color base04 #999999;
|
||||
@define-color base05 #c1c1c1;
|
||||
@define-color base06 #999999;
|
||||
@define-color base07 #c1c1c1;
|
||||
@define-color base08 #5f8787;
|
||||
@define-color base09 #aaaaaa;
|
||||
@define-color base0A #eecc6c;
|
||||
@define-color base0B #f3ecd4;
|
||||
@define-color base0C #aaaaaa;
|
||||
@define-color base0D #888888;
|
||||
@define-color base0E #999999;
|
||||
@define-color base0F #444444;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Black Metal (Nile)
|
||||
* Author: metalelf0 (https://github.com/metalelf0)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #000000;
|
||||
@define-color base01 #121212;
|
||||
@define-color base02 #222222;
|
||||
@define-color base03 #333333;
|
||||
@define-color base04 #999999;
|
||||
@define-color base05 #c1c1c1;
|
||||
@define-color base06 #999999;
|
||||
@define-color base07 #c1c1c1;
|
||||
@define-color base08 #5f8787;
|
||||
@define-color base09 #aaaaaa;
|
||||
@define-color base0A #777755;
|
||||
@define-color base0B #aa9988;
|
||||
@define-color base0C #aaaaaa;
|
||||
@define-color base0D #888888;
|
||||
@define-color base0E #999999;
|
||||
@define-color base0F #444444;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Black Metal (Venom)
|
||||
* Author: metalelf0 (https://github.com/metalelf0)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #000000;
|
||||
@define-color base01 #121212;
|
||||
@define-color base02 #222222;
|
||||
@define-color base03 #333333;
|
||||
@define-color base04 #999999;
|
||||
@define-color base05 #c1c1c1;
|
||||
@define-color base06 #999999;
|
||||
@define-color base07 #c1c1c1;
|
||||
@define-color base08 #5f8787;
|
||||
@define-color base09 #aaaaaa;
|
||||
@define-color base0A #79241f;
|
||||
@define-color base0B #f8f7f2;
|
||||
@define-color base0C #aaaaaa;
|
||||
@define-color base0D #888888;
|
||||
@define-color base0E #999999;
|
||||
@define-color base0F #444444;
|
||||
23
.config/waybar/base16-waybar/colors/base16-black-metal.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-black-metal.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Black Metal
|
||||
* Author: metalelf0 (https://github.com/metalelf0)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #000000;
|
||||
@define-color base01 #121212;
|
||||
@define-color base02 #222222;
|
||||
@define-color base03 #333333;
|
||||
@define-color base04 #999999;
|
||||
@define-color base05 #c1c1c1;
|
||||
@define-color base06 #999999;
|
||||
@define-color base07 #c1c1c1;
|
||||
@define-color base08 #5f8787;
|
||||
@define-color base09 #aaaaaa;
|
||||
@define-color base0A #a06666;
|
||||
@define-color base0B #dd9999;
|
||||
@define-color base0C #aaaaaa;
|
||||
@define-color base0D #888888;
|
||||
@define-color base0E #999999;
|
||||
@define-color base0F #444444;
|
||||
23
.config/waybar/base16-waybar/colors/base16-blueforest.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-blueforest.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Blue Forest
|
||||
* Author: alonsodomin (https://github.com/alonsodomin)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #141f2e;
|
||||
@define-color base01 #1e5c1e;
|
||||
@define-color base02 #273e5c;
|
||||
@define-color base03 #a0ffa0;
|
||||
@define-color base04 #1e5c1e;
|
||||
@define-color base05 #ffcc33;
|
||||
@define-color base06 #91ccff;
|
||||
@define-color base07 #375780;
|
||||
@define-color base08 #fffab1;
|
||||
@define-color base09 #ff8080;
|
||||
@define-color base0A #91ccff;
|
||||
@define-color base0B #80ff80;
|
||||
@define-color base0C #80ff80;
|
||||
@define-color base0D #a2cff5;
|
||||
@define-color base0E #0099ff;
|
||||
@define-color base0F #e7e7e7;
|
||||
23
.config/waybar/base16-waybar/colors/base16-blueish.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-blueish.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Blueish
|
||||
* Author: Ben Mayoras
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #182430;
|
||||
@define-color base01 #243c54;
|
||||
@define-color base02 #46290a;
|
||||
@define-color base03 #616d78;
|
||||
@define-color base04 #74afe7;
|
||||
@define-color base05 #c8e1f8;
|
||||
@define-color base06 #ddeaf6;
|
||||
@define-color base07 #8f98a0;
|
||||
@define-color base08 #4ce587;
|
||||
@define-color base09 #f6a85c;
|
||||
@define-color base0A #82aaff;
|
||||
@define-color base0B #c3e88d;
|
||||
@define-color base0C #5fd1ff;
|
||||
@define-color base0D #82aaff;
|
||||
@define-color base0E #ff84dd;
|
||||
@define-color base0F #bbd2e8;
|
||||
23
.config/waybar/base16-waybar/colors/base16-brewer.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-brewer.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Brewer
|
||||
* Author: Timothée Poisot (http://github.com/tpoisot)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #0c0d0e;
|
||||
@define-color base01 #2e2f30;
|
||||
@define-color base02 #515253;
|
||||
@define-color base03 #737475;
|
||||
@define-color base04 #959697;
|
||||
@define-color base05 #b7b8b9;
|
||||
@define-color base06 #dadbdc;
|
||||
@define-color base07 #fcfdfe;
|
||||
@define-color base08 #e31a1c;
|
||||
@define-color base09 #e6550d;
|
||||
@define-color base0A #dca060;
|
||||
@define-color base0B #31a354;
|
||||
@define-color base0C #80b1d3;
|
||||
@define-color base0D #3182bd;
|
||||
@define-color base0E #756bb1;
|
||||
@define-color base0F #b15928;
|
||||
23
.config/waybar/base16-waybar/colors/base16-bright.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-bright.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Bright
|
||||
* Author: Chris Kempson (http://chriskempson.com)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #000000;
|
||||
@define-color base01 #303030;
|
||||
@define-color base02 #505050;
|
||||
@define-color base03 #b0b0b0;
|
||||
@define-color base04 #d0d0d0;
|
||||
@define-color base05 #e0e0e0;
|
||||
@define-color base06 #f5f5f5;
|
||||
@define-color base07 #ffffff;
|
||||
@define-color base08 #fb0120;
|
||||
@define-color base09 #fc6d24;
|
||||
@define-color base0A #fda331;
|
||||
@define-color base0B #a1c659;
|
||||
@define-color base0C #76c7b7;
|
||||
@define-color base0D #6fb3d2;
|
||||
@define-color base0E #d381c3;
|
||||
@define-color base0F #be643c;
|
||||
23
.config/waybar/base16-waybar/colors/base16-brogrammer.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-brogrammer.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Brogrammer
|
||||
* Author: Vik Ramanujam (http://github.com/piggyslasher)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #1f1f1f;
|
||||
@define-color base01 #f81118;
|
||||
@define-color base02 #2dc55e;
|
||||
@define-color base03 #ecba0f;
|
||||
@define-color base04 #2a84d2;
|
||||
@define-color base05 #4e5ab7;
|
||||
@define-color base06 #1081d6;
|
||||
@define-color base07 #d6dbe5;
|
||||
@define-color base08 #d6dbe5;
|
||||
@define-color base09 #de352e;
|
||||
@define-color base0A #1dd361;
|
||||
@define-color base0B #f3bd09;
|
||||
@define-color base0C #1081d6;
|
||||
@define-color base0D #5350b9;
|
||||
@define-color base0E #0f7ddb;
|
||||
@define-color base0F #ffffff;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Brush Trees Dark
|
||||
* Author: Abraham White <abelincoln.white@gmail.com>
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #485867;
|
||||
@define-color base01 #5a6d7a;
|
||||
@define-color base02 #6d828e;
|
||||
@define-color base03 #8299a1;
|
||||
@define-color base04 #98afb5;
|
||||
@define-color base05 #b0c5c8;
|
||||
@define-color base06 #c9dbdc;
|
||||
@define-color base07 #e3efef;
|
||||
@define-color base08 #b38686;
|
||||
@define-color base09 #d8bba2;
|
||||
@define-color base0A #aab386;
|
||||
@define-color base0B #87b386;
|
||||
@define-color base0C #86b3b3;
|
||||
@define-color base0D #868cb3;
|
||||
@define-color base0E #b386b2;
|
||||
@define-color base0F #b39f9f;
|
||||
23
.config/waybar/base16-waybar/colors/base16-brushtrees.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-brushtrees.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Brush Trees
|
||||
* Author: Abraham White <abelincoln.white@gmail.com>
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #e3efef;
|
||||
@define-color base01 #c9dbdc;
|
||||
@define-color base02 #b0c5c8;
|
||||
@define-color base03 #98afb5;
|
||||
@define-color base04 #8299a1;
|
||||
@define-color base05 #6d828e;
|
||||
@define-color base06 #5a6d7a;
|
||||
@define-color base07 #485867;
|
||||
@define-color base08 #b38686;
|
||||
@define-color base09 #d8bba2;
|
||||
@define-color base0A #aab386;
|
||||
@define-color base0B #87b386;
|
||||
@define-color base0C #86b3b3;
|
||||
@define-color base0D #868cb3;
|
||||
@define-color base0E #b386b2;
|
||||
@define-color base0F #b39f9f;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Catppuccin Frappe
|
||||
* Author: https://github.com/catppuccin/catppuccin
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #303446;
|
||||
@define-color base01 #292c3c;
|
||||
@define-color base02 #414559;
|
||||
@define-color base03 #51576d;
|
||||
@define-color base04 #626880;
|
||||
@define-color base05 #c6d0f5;
|
||||
@define-color base06 #f2d5cf;
|
||||
@define-color base07 #babbf1;
|
||||
@define-color base08 #e78284;
|
||||
@define-color base09 #ef9f76;
|
||||
@define-color base0A #e5c890;
|
||||
@define-color base0B #a6d189;
|
||||
@define-color base0C #81c8be;
|
||||
@define-color base0D #8caaee;
|
||||
@define-color base0E #ca9ee6;
|
||||
@define-color base0F #eebebe;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Catppuccin Latte
|
||||
* Author: https://github.com/catppuccin/catppuccin
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #eff1f5;
|
||||
@define-color base01 #e6e9ef;
|
||||
@define-color base02 #ccd0da;
|
||||
@define-color base03 #bcc0cc;
|
||||
@define-color base04 #acb0be;
|
||||
@define-color base05 #4c4f69;
|
||||
@define-color base06 #dc8a78;
|
||||
@define-color base07 #7287fd;
|
||||
@define-color base08 #d20f39;
|
||||
@define-color base09 #fe640b;
|
||||
@define-color base0A #df8e1d;
|
||||
@define-color base0B #40a02b;
|
||||
@define-color base0C #179299;
|
||||
@define-color base0D #1e66f5;
|
||||
@define-color base0E #8839ef;
|
||||
@define-color base0F #dd7878;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Catppuccin Macchiato
|
||||
* Author: https://github.com/catppuccin/catppuccin
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #24273a;
|
||||
@define-color base01 #1e2030;
|
||||
@define-color base02 #363a4f;
|
||||
@define-color base03 #494d64;
|
||||
@define-color base04 #5b6078;
|
||||
@define-color base05 #cad3f5;
|
||||
@define-color base06 #f4dbd6;
|
||||
@define-color base07 #b7bdf8;
|
||||
@define-color base08 #ed8796;
|
||||
@define-color base09 #f5a97f;
|
||||
@define-color base0A #eed49f;
|
||||
@define-color base0B #a6da95;
|
||||
@define-color base0C #8bd5ca;
|
||||
@define-color base0D #8aadf4;
|
||||
@define-color base0E #c6a0f6;
|
||||
@define-color base0F #f0c6c6;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Catppuccin Mocha
|
||||
* Author: https://github.com/catppuccin/catppuccin
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #1e1e2e;
|
||||
@define-color base01 #181825;
|
||||
@define-color base02 #313244;
|
||||
@define-color base03 #45475a;
|
||||
@define-color base04 #585b70;
|
||||
@define-color base05 #cdd6f4;
|
||||
@define-color base06 #f5e0dc;
|
||||
@define-color base07 #b4befe;
|
||||
@define-color base08 #f38ba8;
|
||||
@define-color base09 #fab387;
|
||||
@define-color base0A #f9e2af;
|
||||
@define-color base0B #a6e3a1;
|
||||
@define-color base0C #94e2d5;
|
||||
@define-color base0D #89b4fa;
|
||||
@define-color base0E #cba6f7;
|
||||
@define-color base0F #f2cdcd;
|
||||
23
.config/waybar/base16-waybar/colors/base16-catppuccin.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-catppuccin.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Catppuccin
|
||||
* Author: Pocco81 (https://github.com/pocco81)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #1e1e28;
|
||||
@define-color base01 #1a1826;
|
||||
@define-color base02 #302d41;
|
||||
@define-color base03 #575268;
|
||||
@define-color base04 #6e6c7c;
|
||||
@define-color base05 #d7dae0;
|
||||
@define-color base06 #f5e0dc;
|
||||
@define-color base07 #c9cbff;
|
||||
@define-color base08 #f28fad;
|
||||
@define-color base09 #f8bd96;
|
||||
@define-color base0A #fae3b0;
|
||||
@define-color base0B #abe9b3;
|
||||
@define-color base0C #b5e8e0;
|
||||
@define-color base0D #96cdfb;
|
||||
@define-color base0E #ddb6f2;
|
||||
@define-color base0F #f2cdcd;
|
||||
23
.config/waybar/base16-waybar/colors/base16-chalk.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-chalk.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Chalk
|
||||
* Author: Chris Kempson (http://chriskempson.com)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #151515;
|
||||
@define-color base01 #202020;
|
||||
@define-color base02 #303030;
|
||||
@define-color base03 #505050;
|
||||
@define-color base04 #b0b0b0;
|
||||
@define-color base05 #d0d0d0;
|
||||
@define-color base06 #e0e0e0;
|
||||
@define-color base07 #f5f5f5;
|
||||
@define-color base08 #fb9fb1;
|
||||
@define-color base09 #eda987;
|
||||
@define-color base0A #ddb26f;
|
||||
@define-color base0B #acc267;
|
||||
@define-color base0C #12cfc0;
|
||||
@define-color base0D #6fc2ef;
|
||||
@define-color base0E #e1a3ee;
|
||||
@define-color base0F #deaf8f;
|
||||
23
.config/waybar/base16-waybar/colors/base16-circus.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-circus.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Circus
|
||||
* Author: Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #191919;
|
||||
@define-color base01 #202020;
|
||||
@define-color base02 #303030;
|
||||
@define-color base03 #5f5a60;
|
||||
@define-color base04 #505050;
|
||||
@define-color base05 #a7a7a7;
|
||||
@define-color base06 #808080;
|
||||
@define-color base07 #ffffff;
|
||||
@define-color base08 #dc657d;
|
||||
@define-color base09 #4bb1a7;
|
||||
@define-color base0A #c3ba63;
|
||||
@define-color base0B #84b97c;
|
||||
@define-color base0C #4bb1a7;
|
||||
@define-color base0D #639ee4;
|
||||
@define-color base0E #b888e2;
|
||||
@define-color base0F #b888e2;
|
||||
23
.config/waybar/base16-waybar/colors/base16-classic-dark.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-classic-dark.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Classic Dark
|
||||
* Author: Jason Heeris (http://heeris.id.au)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #151515;
|
||||
@define-color base01 #202020;
|
||||
@define-color base02 #303030;
|
||||
@define-color base03 #505050;
|
||||
@define-color base04 #b0b0b0;
|
||||
@define-color base05 #d0d0d0;
|
||||
@define-color base06 #e0e0e0;
|
||||
@define-color base07 #f5f5f5;
|
||||
@define-color base08 #ac4142;
|
||||
@define-color base09 #d28445;
|
||||
@define-color base0A #f4bf75;
|
||||
@define-color base0B #90a959;
|
||||
@define-color base0C #75b5aa;
|
||||
@define-color base0D #6a9fb5;
|
||||
@define-color base0E #aa759f;
|
||||
@define-color base0F #8f5536;
|
||||
23
.config/waybar/base16-waybar/colors/base16-classic-light.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-classic-light.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Classic Light
|
||||
* Author: Jason Heeris (http://heeris.id.au)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #f5f5f5;
|
||||
@define-color base01 #e0e0e0;
|
||||
@define-color base02 #d0d0d0;
|
||||
@define-color base03 #b0b0b0;
|
||||
@define-color base04 #505050;
|
||||
@define-color base05 #303030;
|
||||
@define-color base06 #202020;
|
||||
@define-color base07 #151515;
|
||||
@define-color base08 #ac4142;
|
||||
@define-color base09 #d28445;
|
||||
@define-color base0A #f4bf75;
|
||||
@define-color base0B #90a959;
|
||||
@define-color base0C #75b5aa;
|
||||
@define-color base0D #6a9fb5;
|
||||
@define-color base0E #aa759f;
|
||||
@define-color base0F #8f5536;
|
||||
23
.config/waybar/base16-waybar/colors/base16-codeschool.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-codeschool.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Codeschool
|
||||
* Author: blockloop
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #232c31;
|
||||
@define-color base01 #1c3657;
|
||||
@define-color base02 #2a343a;
|
||||
@define-color base03 #3f4944;
|
||||
@define-color base04 #84898c;
|
||||
@define-color base05 #9ea7a6;
|
||||
@define-color base06 #a7cfa3;
|
||||
@define-color base07 #b5d8f6;
|
||||
@define-color base08 #2a5491;
|
||||
@define-color base09 #43820d;
|
||||
@define-color base0A #a03b1e;
|
||||
@define-color base0B #237986;
|
||||
@define-color base0C #b02f30;
|
||||
@define-color base0D #484d79;
|
||||
@define-color base0E #c59820;
|
||||
@define-color base0F #c98344;
|
||||
23
.config/waybar/base16-waybar/colors/base16-colors.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-colors.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Colors
|
||||
* Author: mrmrs (http://clrs.cc)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #111111;
|
||||
@define-color base01 #333333;
|
||||
@define-color base02 #555555;
|
||||
@define-color base03 #777777;
|
||||
@define-color base04 #999999;
|
||||
@define-color base05 #bbbbbb;
|
||||
@define-color base06 #dddddd;
|
||||
@define-color base07 #ffffff;
|
||||
@define-color base08 #ff4136;
|
||||
@define-color base09 #ff851b;
|
||||
@define-color base0A #ffdc00;
|
||||
@define-color base0B #2ecc40;
|
||||
@define-color base0C #7fdbff;
|
||||
@define-color base0D #0074d9;
|
||||
@define-color base0E #b10dc9;
|
||||
@define-color base0F #85144b;
|
||||
23
.config/waybar/base16-waybar/colors/base16-cupcake.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-cupcake.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Cupcake
|
||||
* Author: Chris Kempson (http://chriskempson.com)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #fbf1f2;
|
||||
@define-color base01 #f2f1f4;
|
||||
@define-color base02 #d8d5dd;
|
||||
@define-color base03 #bfb9c6;
|
||||
@define-color base04 #a59daf;
|
||||
@define-color base05 #8b8198;
|
||||
@define-color base06 #72677e;
|
||||
@define-color base07 #585062;
|
||||
@define-color base08 #d57e85;
|
||||
@define-color base09 #ebb790;
|
||||
@define-color base0A #dcb16c;
|
||||
@define-color base0B #a3b367;
|
||||
@define-color base0C #69a9a7;
|
||||
@define-color base0D #7297b9;
|
||||
@define-color base0E #bb99b4;
|
||||
@define-color base0F #baa58c;
|
||||
23
.config/waybar/base16-waybar/colors/base16-cupertino.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-cupertino.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Cupertino
|
||||
* Author: Defman21
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #ffffff;
|
||||
@define-color base01 #c0c0c0;
|
||||
@define-color base02 #c0c0c0;
|
||||
@define-color base03 #808080;
|
||||
@define-color base04 #808080;
|
||||
@define-color base05 #404040;
|
||||
@define-color base06 #404040;
|
||||
@define-color base07 #5e5e5e;
|
||||
@define-color base08 #c41a15;
|
||||
@define-color base09 #eb8500;
|
||||
@define-color base0A #826b28;
|
||||
@define-color base0B #007400;
|
||||
@define-color base0C #318495;
|
||||
@define-color base0D #0000ff;
|
||||
@define-color base0E #a90d91;
|
||||
@define-color base0F #826b28;
|
||||
23
.config/waybar/base16-waybar/colors/base16-da-one-black.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-da-one-black.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Da One Black
|
||||
* Author: NNB (https://github.com/NNBnh)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #000000;
|
||||
@define-color base01 #282828;
|
||||
@define-color base02 #585858;
|
||||
@define-color base03 #888888;
|
||||
@define-color base04 #c8c8c8;
|
||||
@define-color base05 #ffffff;
|
||||
@define-color base06 #ffffff;
|
||||
@define-color base07 #ffffff;
|
||||
@define-color base08 #fa7883;
|
||||
@define-color base09 #ffc387;
|
||||
@define-color base0A #ff9470;
|
||||
@define-color base0B #98c379;
|
||||
@define-color base0C #8af5ff;
|
||||
@define-color base0D #6bb8ff;
|
||||
@define-color base0E #e799ff;
|
||||
@define-color base0F #b3684f;
|
||||
23
.config/waybar/base16-waybar/colors/base16-da-one-gray.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-da-one-gray.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Da One Gray
|
||||
* Author: NNB (https://github.com/NNBnh)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #181818;
|
||||
@define-color base01 #282828;
|
||||
@define-color base02 #585858;
|
||||
@define-color base03 #888888;
|
||||
@define-color base04 #c8c8c8;
|
||||
@define-color base05 #ffffff;
|
||||
@define-color base06 #ffffff;
|
||||
@define-color base07 #ffffff;
|
||||
@define-color base08 #fa7883;
|
||||
@define-color base09 #ffc387;
|
||||
@define-color base0A #ff9470;
|
||||
@define-color base0B #98c379;
|
||||
@define-color base0C #8af5ff;
|
||||
@define-color base0D #6bb8ff;
|
||||
@define-color base0E #e799ff;
|
||||
@define-color base0F #b3684f;
|
||||
23
.config/waybar/base16-waybar/colors/base16-da-one-ocean.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-da-one-ocean.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Da One Ocean
|
||||
* Author: NNB (https://github.com/NNBnh)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #171726;
|
||||
@define-color base01 #22273d;
|
||||
@define-color base02 #525866;
|
||||
@define-color base03 #878d96;
|
||||
@define-color base04 #c8c8c8;
|
||||
@define-color base05 #ffffff;
|
||||
@define-color base06 #ffffff;
|
||||
@define-color base07 #ffffff;
|
||||
@define-color base08 #fa7883;
|
||||
@define-color base09 #ffc387;
|
||||
@define-color base0A #ff9470;
|
||||
@define-color base0B #98c379;
|
||||
@define-color base0C #8af5ff;
|
||||
@define-color base0D #6bb8ff;
|
||||
@define-color base0E #e799ff;
|
||||
@define-color base0F #b3684f;
|
||||
23
.config/waybar/base16-waybar/colors/base16-da-one-paper.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-da-one-paper.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Da One Paper
|
||||
* Author: NNB (https://github.com/NNBnh)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #faf0dc;
|
||||
@define-color base01 #c8c8c8;
|
||||
@define-color base02 #888888;
|
||||
@define-color base03 #585858;
|
||||
@define-color base04 #282828;
|
||||
@define-color base05 #181818;
|
||||
@define-color base06 #000000;
|
||||
@define-color base07 #000000;
|
||||
@define-color base08 #de5d6e;
|
||||
@define-color base09 #ff9470;
|
||||
@define-color base0A #b3684f;
|
||||
@define-color base0B #76a85d;
|
||||
@define-color base0C #64b5a7;
|
||||
@define-color base0D #5890f8;
|
||||
@define-color base0E #c173d1;
|
||||
@define-color base0F #b3684f;
|
||||
23
.config/waybar/base16-waybar/colors/base16-da-one-sea.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-da-one-sea.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Da One Sea
|
||||
* Author: NNB (https://github.com/NNBnh)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #22273d;
|
||||
@define-color base01 #374059;
|
||||
@define-color base02 #525866;
|
||||
@define-color base03 #878d96;
|
||||
@define-color base04 #c8c8c8;
|
||||
@define-color base05 #ffffff;
|
||||
@define-color base06 #ffffff;
|
||||
@define-color base07 #ffffff;
|
||||
@define-color base08 #fa7883;
|
||||
@define-color base09 #ffc387;
|
||||
@define-color base0A #ff9470;
|
||||
@define-color base0B #98c379;
|
||||
@define-color base0C #8af5ff;
|
||||
@define-color base0D #6bb8ff;
|
||||
@define-color base0E #e799ff;
|
||||
@define-color base0F #b3684f;
|
||||
23
.config/waybar/base16-waybar/colors/base16-da-one-white.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-da-one-white.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Da One White
|
||||
* Author: NNB (https://github.com/NNBnh)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #ffffff;
|
||||
@define-color base01 #c8c8c8;
|
||||
@define-color base02 #888888;
|
||||
@define-color base03 #585858;
|
||||
@define-color base04 #282828;
|
||||
@define-color base05 #181818;
|
||||
@define-color base06 #000000;
|
||||
@define-color base07 #000000;
|
||||
@define-color base08 #de5d6e;
|
||||
@define-color base09 #ff9470;
|
||||
@define-color base0A #b3684f;
|
||||
@define-color base0B #76a85d;
|
||||
@define-color base0C #64b5a7;
|
||||
@define-color base0D #5890f8;
|
||||
@define-color base0E #c173d1;
|
||||
@define-color base0F #b3684f;
|
||||
23
.config/waybar/base16-waybar/colors/base16-danqing-light.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-danqing-light.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 DanQing Light
|
||||
* Author: Wenhan Zhu (Cosmos) (zhuwenhan950913@gmail.com)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #fcfefd;
|
||||
@define-color base01 #ecf6f2;
|
||||
@define-color base02 #e0f0ef;
|
||||
@define-color base03 #cad8d2;
|
||||
@define-color base04 #9da8a3;
|
||||
@define-color base05 #5a605d;
|
||||
@define-color base06 #434846;
|
||||
@define-color base07 #2d302f;
|
||||
@define-color base08 #f9906f;
|
||||
@define-color base09 #b38a61;
|
||||
@define-color base0A #f0c239;
|
||||
@define-color base0B #8ab361;
|
||||
@define-color base0C #30dff3;
|
||||
@define-color base0D #b0a4e3;
|
||||
@define-color base0E #cca4e3;
|
||||
@define-color base0F #ca6924;
|
||||
23
.config/waybar/base16-waybar/colors/base16-danqing.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-danqing.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 DanQing
|
||||
* Author: Wenhan Zhu (Cosmos) (zhuwenhan950913@gmail.com)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #2d302f;
|
||||
@define-color base01 #434846;
|
||||
@define-color base02 #5a605d;
|
||||
@define-color base03 #9da8a3;
|
||||
@define-color base04 #cad8d2;
|
||||
@define-color base05 #e0f0ef;
|
||||
@define-color base06 #ecf6f2;
|
||||
@define-color base07 #fcfefd;
|
||||
@define-color base08 #f9906f;
|
||||
@define-color base09 #b38a61;
|
||||
@define-color base0A #f0c239;
|
||||
@define-color base0B #8ab361;
|
||||
@define-color base0C #30dff3;
|
||||
@define-color base0D #b0a4e3;
|
||||
@define-color base0E #cca4e3;
|
||||
@define-color base0F #ca6924;
|
||||
23
.config/waybar/base16-waybar/colors/base16-darcula.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-darcula.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Darcula
|
||||
* Author: jetbrains
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #2b2b2b;
|
||||
@define-color base01 #323232;
|
||||
@define-color base02 #323232;
|
||||
@define-color base03 #606366;
|
||||
@define-color base04 #a4a3a3;
|
||||
@define-color base05 #a9b7c6;
|
||||
@define-color base06 #ffc66d;
|
||||
@define-color base07 #ffffff;
|
||||
@define-color base08 #4eade5;
|
||||
@define-color base09 #689757;
|
||||
@define-color base0A #bbb529;
|
||||
@define-color base0B #6a8759;
|
||||
@define-color base0C #629755;
|
||||
@define-color base0D #9876aa;
|
||||
@define-color base0E #cc7832;
|
||||
@define-color base0F #808080;
|
||||
23
.config/waybar/base16-waybar/colors/base16-darkmoss.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-darkmoss.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 darkmoss
|
||||
* Author: Gabriel Avanzi (https://github.com/avanzzzi)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #171e1f;
|
||||
@define-color base01 #252c2d;
|
||||
@define-color base02 #373c3d;
|
||||
@define-color base03 #555e5f;
|
||||
@define-color base04 #818f80;
|
||||
@define-color base05 #c7c7a5;
|
||||
@define-color base06 #e3e3c8;
|
||||
@define-color base07 #e1eaef;
|
||||
@define-color base08 #ff4658;
|
||||
@define-color base09 #e6db74;
|
||||
@define-color base0A #fdb11f;
|
||||
@define-color base0B #499180;
|
||||
@define-color base0C #66d9ef;
|
||||
@define-color base0D #498091;
|
||||
@define-color base0E #9bc0c8;
|
||||
@define-color base0F #d27b53;
|
||||
23
.config/waybar/base16-waybar/colors/base16-darktooth.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-darktooth.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Darktooth
|
||||
* Author: Jason Milkins (https://github.com/jasonm23)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #1d2021;
|
||||
@define-color base01 #32302f;
|
||||
@define-color base02 #504945;
|
||||
@define-color base03 #665c54;
|
||||
@define-color base04 #928374;
|
||||
@define-color base05 #a89984;
|
||||
@define-color base06 #d5c4a1;
|
||||
@define-color base07 #fdf4c1;
|
||||
@define-color base08 #fb543f;
|
||||
@define-color base09 #fe8625;
|
||||
@define-color base0A #fac03b;
|
||||
@define-color base0B #95c085;
|
||||
@define-color base0C #8ba59b;
|
||||
@define-color base0D #0d6678;
|
||||
@define-color base0E #8f4673;
|
||||
@define-color base0F #a87322;
|
||||
23
.config/waybar/base16-waybar/colors/base16-darkviolet.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-darkviolet.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Dark Violet
|
||||
* Author: ruler501 (https://github.com/ruler501/base16-darkviolet)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #000000;
|
||||
@define-color base01 #231a40;
|
||||
@define-color base02 #432d59;
|
||||
@define-color base03 #593380;
|
||||
@define-color base04 #00ff00;
|
||||
@define-color base05 #b08ae6;
|
||||
@define-color base06 #9045e6;
|
||||
@define-color base07 #a366ff;
|
||||
@define-color base08 #a82ee6;
|
||||
@define-color base09 #bb66cc;
|
||||
@define-color base0A #f29df2;
|
||||
@define-color base0B #4595e6;
|
||||
@define-color base0C #40dfff;
|
||||
@define-color base0D #4136d9;
|
||||
@define-color base0E #7e5ce6;
|
||||
@define-color base0F #a886bf;
|
||||
23
.config/waybar/base16-waybar/colors/base16-decaf.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-decaf.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Decaf
|
||||
* Author: Alex Mirrington (https://github.com/alexmirrington)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #2d2d2d;
|
||||
@define-color base01 #393939;
|
||||
@define-color base02 #515151;
|
||||
@define-color base03 #777777;
|
||||
@define-color base04 #b4b7b4;
|
||||
@define-color base05 #cccccc;
|
||||
@define-color base06 #e0e0e0;
|
||||
@define-color base07 #ffffff;
|
||||
@define-color base08 #ff7f7b;
|
||||
@define-color base09 #ffbf70;
|
||||
@define-color base0A #ffd67c;
|
||||
@define-color base0B #beda78;
|
||||
@define-color base0C #bed6ff;
|
||||
@define-color base0D #90bee1;
|
||||
@define-color base0E #efb3f7;
|
||||
@define-color base0F #ff93b3;
|
||||
23
.config/waybar/base16-waybar/colors/base16-default-dark.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-default-dark.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Default Dark
|
||||
* Author: Chris Kempson (http://chriskempson.com)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #181818;
|
||||
@define-color base01 #282828;
|
||||
@define-color base02 #383838;
|
||||
@define-color base03 #585858;
|
||||
@define-color base04 #b8b8b8;
|
||||
@define-color base05 #d8d8d8;
|
||||
@define-color base06 #e8e8e8;
|
||||
@define-color base07 #f8f8f8;
|
||||
@define-color base08 #ab4642;
|
||||
@define-color base09 #dc9656;
|
||||
@define-color base0A #f7ca88;
|
||||
@define-color base0B #a1b56c;
|
||||
@define-color base0C #86c1b9;
|
||||
@define-color base0D #7cafc2;
|
||||
@define-color base0E #ba8baf;
|
||||
@define-color base0F #a16946;
|
||||
23
.config/waybar/base16-waybar/colors/base16-default-light.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-default-light.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Default Light
|
||||
* Author: Chris Kempson (http://chriskempson.com)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #f8f8f8;
|
||||
@define-color base01 #e8e8e8;
|
||||
@define-color base02 #d8d8d8;
|
||||
@define-color base03 #b8b8b8;
|
||||
@define-color base04 #585858;
|
||||
@define-color base05 #383838;
|
||||
@define-color base06 #282828;
|
||||
@define-color base07 #181818;
|
||||
@define-color base08 #ab4642;
|
||||
@define-color base09 #dc9656;
|
||||
@define-color base0A #f7ca88;
|
||||
@define-color base0B #a1b56c;
|
||||
@define-color base0C #86c1b9;
|
||||
@define-color base0D #7cafc2;
|
||||
@define-color base0E #ba8baf;
|
||||
@define-color base0F #a16946;
|
||||
23
.config/waybar/base16-waybar/colors/base16-dirtysea.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-dirtysea.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 dirtysea
|
||||
* Author: Kahlil (Kal) Hodgson
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #e0e0e0;
|
||||
@define-color base01 #d0dad0;
|
||||
@define-color base02 #d0d0d0;
|
||||
@define-color base03 #707070;
|
||||
@define-color base04 #202020;
|
||||
@define-color base05 #000000;
|
||||
@define-color base06 #f8f8f8;
|
||||
@define-color base07 #c4d9c4;
|
||||
@define-color base08 #840000;
|
||||
@define-color base09 #006565;
|
||||
@define-color base0A #755b00;
|
||||
@define-color base0B #730073;
|
||||
@define-color base0C #755b00;
|
||||
@define-color base0D #007300;
|
||||
@define-color base0E #000090;
|
||||
@define-color base0F #755b00;
|
||||
23
.config/waybar/base16-waybar/colors/base16-dracula.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-dracula.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Dracula
|
||||
* Author: Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #282936;
|
||||
@define-color base01 #3a3c4e;
|
||||
@define-color base02 #4d4f68;
|
||||
@define-color base03 #626483;
|
||||
@define-color base04 #62d6e8;
|
||||
@define-color base05 #e9e9f4;
|
||||
@define-color base06 #f1f2f8;
|
||||
@define-color base07 #f7f7fb;
|
||||
@define-color base08 #ea51b2;
|
||||
@define-color base09 #b45bcf;
|
||||
@define-color base0A #00f769;
|
||||
@define-color base0B #ebff87;
|
||||
@define-color base0C #a1efe4;
|
||||
@define-color base0D #62d6e8;
|
||||
@define-color base0E #b45bcf;
|
||||
@define-color base0F #00f769;
|
||||
23
.config/waybar/base16-waybar/colors/base16-edge-dark.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-edge-dark.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Edge Dark
|
||||
* Author: cjayross (https://github.com/cjayross)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #262729;
|
||||
@define-color base01 #88909f;
|
||||
@define-color base02 #b7bec9;
|
||||
@define-color base03 #3e4249;
|
||||
@define-color base04 #73b3e7;
|
||||
@define-color base05 #b7bec9;
|
||||
@define-color base06 #d390e7;
|
||||
@define-color base07 #3e4249;
|
||||
@define-color base08 #e77171;
|
||||
@define-color base09 #e77171;
|
||||
@define-color base0A #dbb774;
|
||||
@define-color base0B #a1bf78;
|
||||
@define-color base0C #5ebaa5;
|
||||
@define-color base0D #73b3e7;
|
||||
@define-color base0E #d390e7;
|
||||
@define-color base0F #5ebaa5;
|
||||
23
.config/waybar/base16-waybar/colors/base16-edge-light.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-edge-light.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Edge Light
|
||||
* Author: cjayross (https://github.com/cjayross)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #fafafa;
|
||||
@define-color base01 #7c9f4b;
|
||||
@define-color base02 #d69822;
|
||||
@define-color base03 #5e646f;
|
||||
@define-color base04 #6587bf;
|
||||
@define-color base05 #5e646f;
|
||||
@define-color base06 #b870ce;
|
||||
@define-color base07 #5e646f;
|
||||
@define-color base08 #db7070;
|
||||
@define-color base09 #db7070;
|
||||
@define-color base0A #d69822;
|
||||
@define-color base0B #7c9f4b;
|
||||
@define-color base0C #509c93;
|
||||
@define-color base0D #6587bf;
|
||||
@define-color base0E #b870ce;
|
||||
@define-color base0F #509c93;
|
||||
23
.config/waybar/base16-waybar/colors/base16-eighties.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-eighties.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Eighties
|
||||
* Author: Chris Kempson (http://chriskempson.com)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #2d2d2d;
|
||||
@define-color base01 #393939;
|
||||
@define-color base02 #515151;
|
||||
@define-color base03 #747369;
|
||||
@define-color base04 #a09f93;
|
||||
@define-color base05 #d3d0c8;
|
||||
@define-color base06 #e8e6df;
|
||||
@define-color base07 #f2f0ec;
|
||||
@define-color base08 #f2777a;
|
||||
@define-color base09 #f99157;
|
||||
@define-color base0A #ffcc66;
|
||||
@define-color base0B #99cc99;
|
||||
@define-color base0C #66cccc;
|
||||
@define-color base0D #6699cc;
|
||||
@define-color base0E #cc99cc;
|
||||
@define-color base0F #d27b53;
|
||||
23
.config/waybar/base16-waybar/colors/base16-embers.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-embers.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Embers
|
||||
* Author: Jannik Siebert (https://github.com/janniks)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #16130f;
|
||||
@define-color base01 #2c2620;
|
||||
@define-color base02 #433b32;
|
||||
@define-color base03 #5a5047;
|
||||
@define-color base04 #8a8075;
|
||||
@define-color base05 #a39a90;
|
||||
@define-color base06 #beb6ae;
|
||||
@define-color base07 #dbd6d1;
|
||||
@define-color base08 #826d57;
|
||||
@define-color base09 #828257;
|
||||
@define-color base0A #6d8257;
|
||||
@define-color base0B #57826d;
|
||||
@define-color base0C #576d82;
|
||||
@define-color base0D #6d5782;
|
||||
@define-color base0E #82576d;
|
||||
@define-color base0F #825757;
|
||||
23
.config/waybar/base16-waybar/colors/base16-emil.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-emil.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 emil
|
||||
* Author: limelier
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #efefef;
|
||||
@define-color base01 #bebed2;
|
||||
@define-color base02 #9e9eaf;
|
||||
@define-color base03 #7c7c98;
|
||||
@define-color base04 #505063;
|
||||
@define-color base05 #313145;
|
||||
@define-color base06 #22223a;
|
||||
@define-color base07 #1a1a2f;
|
||||
@define-color base08 #f43979;
|
||||
@define-color base09 #d22a8b;
|
||||
@define-color base0A #ff669b;
|
||||
@define-color base0B #0073a8;
|
||||
@define-color base0C #2155d6;
|
||||
@define-color base0D #471397;
|
||||
@define-color base0E #6916b6;
|
||||
@define-color base0F #8d17a5;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Equilibrium Dark
|
||||
* Author: Carlo Abelli
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #0c1118;
|
||||
@define-color base01 #181c22;
|
||||
@define-color base02 #22262d;
|
||||
@define-color base03 #7b776e;
|
||||
@define-color base04 #949088;
|
||||
@define-color base05 #afaba2;
|
||||
@define-color base06 #cac6bd;
|
||||
@define-color base07 #e7e2d9;
|
||||
@define-color base08 #f04339;
|
||||
@define-color base09 #df5923;
|
||||
@define-color base0A #bb8801;
|
||||
@define-color base0B #7f8b00;
|
||||
@define-color base0C #00948b;
|
||||
@define-color base0D #008dd1;
|
||||
@define-color base0E #6a7fd2;
|
||||
@define-color base0F #e3488e;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Equilibrium Gray Dark
|
||||
* Author: Carlo Abelli
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #111111;
|
||||
@define-color base01 #1b1b1b;
|
||||
@define-color base02 #262626;
|
||||
@define-color base03 #777777;
|
||||
@define-color base04 #919191;
|
||||
@define-color base05 #ababab;
|
||||
@define-color base06 #c6c6c6;
|
||||
@define-color base07 #e2e2e2;
|
||||
@define-color base08 #f04339;
|
||||
@define-color base09 #df5923;
|
||||
@define-color base0A #bb8801;
|
||||
@define-color base0B #7f8b00;
|
||||
@define-color base0C #00948b;
|
||||
@define-color base0D #008dd1;
|
||||
@define-color base0E #6a7fd2;
|
||||
@define-color base0F #e3488e;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Equilibrium Gray Light
|
||||
* Author: Carlo Abelli
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #f1f1f1;
|
||||
@define-color base01 #e2e2e2;
|
||||
@define-color base02 #d4d4d4;
|
||||
@define-color base03 #777777;
|
||||
@define-color base04 #5e5e5e;
|
||||
@define-color base05 #474747;
|
||||
@define-color base06 #303030;
|
||||
@define-color base07 #1b1b1b;
|
||||
@define-color base08 #d02023;
|
||||
@define-color base09 #bf3e05;
|
||||
@define-color base0A #9d6f00;
|
||||
@define-color base0B #637200;
|
||||
@define-color base0C #007a72;
|
||||
@define-color base0D #0073b5;
|
||||
@define-color base0E #4e66b6;
|
||||
@define-color base0F #c42775;
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Equilibrium Light
|
||||
* Author: Carlo Abelli
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #f5f0e7;
|
||||
@define-color base01 #e7e2d9;
|
||||
@define-color base02 #d8d4cb;
|
||||
@define-color base03 #73777f;
|
||||
@define-color base04 #5a5f66;
|
||||
@define-color base05 #43474e;
|
||||
@define-color base06 #2c3138;
|
||||
@define-color base07 #181c22;
|
||||
@define-color base08 #d02023;
|
||||
@define-color base09 #bf3e05;
|
||||
@define-color base0A #9d6f00;
|
||||
@define-color base0B #637200;
|
||||
@define-color base0C #007a72;
|
||||
@define-color base0D #0073b5;
|
||||
@define-color base0E #4e66b6;
|
||||
@define-color base0F #c42775;
|
||||
23
.config/waybar/base16-waybar/colors/base16-espresso.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-espresso.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Espresso
|
||||
* Author: Unknown. Maintained by Alex Mirrington (https://github.com/alexmirrington)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #2d2d2d;
|
||||
@define-color base01 #393939;
|
||||
@define-color base02 #515151;
|
||||
@define-color base03 #777777;
|
||||
@define-color base04 #b4b7b4;
|
||||
@define-color base05 #cccccc;
|
||||
@define-color base06 #e0e0e0;
|
||||
@define-color base07 #ffffff;
|
||||
@define-color base08 #d25252;
|
||||
@define-color base09 #f9a959;
|
||||
@define-color base0A #ffc66d;
|
||||
@define-color base0B #a5c261;
|
||||
@define-color base0C #bed6ff;
|
||||
@define-color base0D #6c99bb;
|
||||
@define-color base0E #d197d9;
|
||||
@define-color base0F #f97394;
|
||||
23
.config/waybar/base16-waybar/colors/base16-eva-dim.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-eva-dim.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Eva Dim
|
||||
* Author: kjakapat (https://github.com/kjakapat)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #2a3b4d;
|
||||
@define-color base01 #3d566f;
|
||||
@define-color base02 #4b6988;
|
||||
@define-color base03 #55799c;
|
||||
@define-color base04 #7e90a3;
|
||||
@define-color base05 #9fa2a6;
|
||||
@define-color base06 #d6d7d9;
|
||||
@define-color base07 #ffffff;
|
||||
@define-color base08 #c4676c;
|
||||
@define-color base09 #ff9966;
|
||||
@define-color base0A #cfd05d;
|
||||
@define-color base0B #5de561;
|
||||
@define-color base0C #4b8f77;
|
||||
@define-color base0D #1ae1dc;
|
||||
@define-color base0E #9c6cd3;
|
||||
@define-color base0F #bb64a9;
|
||||
23
.config/waybar/base16-waybar/colors/base16-eva.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-eva.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Eva
|
||||
* Author: kjakapat (https://github.com/kjakapat)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #2a3b4d;
|
||||
@define-color base01 #3d566f;
|
||||
@define-color base02 #4b6988;
|
||||
@define-color base03 #55799c;
|
||||
@define-color base04 #7e90a3;
|
||||
@define-color base05 #9fa2a6;
|
||||
@define-color base06 #d6d7d9;
|
||||
@define-color base07 #ffffff;
|
||||
@define-color base08 #c4676c;
|
||||
@define-color base09 #ff9966;
|
||||
@define-color base0A #ffff66;
|
||||
@define-color base0B #66ff66;
|
||||
@define-color base0C #4b8f77;
|
||||
@define-color base0D #15f4ee;
|
||||
@define-color base0E #9c6cd3;
|
||||
@define-color base0F #bb64a9;
|
||||
23
.config/waybar/base16-waybar/colors/base16-everforest.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-everforest.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Everforest
|
||||
* Author: Sainnhe Park (https://github.com/sainnhe)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #2f383e;
|
||||
@define-color base01 #374247;
|
||||
@define-color base02 #4a555b;
|
||||
@define-color base03 #859289;
|
||||
@define-color base04 #9da9a0;
|
||||
@define-color base05 #d3c6aa;
|
||||
@define-color base06 #e4e1cd;
|
||||
@define-color base07 #fdf6e3;
|
||||
@define-color base08 #7fbbb3;
|
||||
@define-color base09 #d699b6;
|
||||
@define-color base0A #dbbc7f;
|
||||
@define-color base0B #83c092;
|
||||
@define-color base0C #e69875;
|
||||
@define-color base0D #a7c080;
|
||||
@define-color base0E #e67e80;
|
||||
@define-color base0F #eaedc8;
|
||||
23
.config/waybar/base16-waybar/colors/base16-flat.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-flat.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Flat
|
||||
* Author: Chris Kempson (http://chriskempson.com)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #2c3e50;
|
||||
@define-color base01 #34495e;
|
||||
@define-color base02 #7f8c8d;
|
||||
@define-color base03 #95a5a6;
|
||||
@define-color base04 #bdc3c7;
|
||||
@define-color base05 #e0e0e0;
|
||||
@define-color base06 #f5f5f5;
|
||||
@define-color base07 #ecf0f1;
|
||||
@define-color base08 #e74c3c;
|
||||
@define-color base09 #e67e22;
|
||||
@define-color base0A #f1c40f;
|
||||
@define-color base0B #2ecc71;
|
||||
@define-color base0C #1abc9c;
|
||||
@define-color base0D #3498db;
|
||||
@define-color base0E #9b59b6;
|
||||
@define-color base0F #be643c;
|
||||
23
.config/waybar/base16-waybar/colors/base16-framer.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-framer.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Framer
|
||||
* Author: Framer (Maintained by Jesse Hoyos)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #181818;
|
||||
@define-color base01 #151515;
|
||||
@define-color base02 #464646;
|
||||
@define-color base03 #747474;
|
||||
@define-color base04 #b9b9b9;
|
||||
@define-color base05 #d0d0d0;
|
||||
@define-color base06 #e8e8e8;
|
||||
@define-color base07 #eeeeee;
|
||||
@define-color base08 #fd886b;
|
||||
@define-color base09 #fc4769;
|
||||
@define-color base0A #fecb6e;
|
||||
@define-color base0B #32ccdc;
|
||||
@define-color base0C #acddfd;
|
||||
@define-color base0D #20bcfc;
|
||||
@define-color base0E #ba8cfc;
|
||||
@define-color base0F #b15f4a;
|
||||
23
.config/waybar/base16-waybar/colors/base16-fruit-soda.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-fruit-soda.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Fruit Soda
|
||||
* Author: jozip
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #f1ecf1;
|
||||
@define-color base01 #e0dee0;
|
||||
@define-color base02 #d8d5d5;
|
||||
@define-color base03 #b5b4b6;
|
||||
@define-color base04 #979598;
|
||||
@define-color base05 #515151;
|
||||
@define-color base06 #474545;
|
||||
@define-color base07 #2d2c2c;
|
||||
@define-color base08 #fe3e31;
|
||||
@define-color base09 #fe6d08;
|
||||
@define-color base0A #f7e203;
|
||||
@define-color base0B #47f74c;
|
||||
@define-color base0C #0f9cfd;
|
||||
@define-color base0D #2931df;
|
||||
@define-color base0E #611fce;
|
||||
@define-color base0F #b16f40;
|
||||
23
.config/waybar/base16-waybar/colors/base16-gigavolt.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-gigavolt.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Gigavolt
|
||||
* Author: Aidan Swope (http://github.com/Whillikers)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #202126;
|
||||
@define-color base01 #2d303d;
|
||||
@define-color base02 #5a576e;
|
||||
@define-color base03 #a1d2e6;
|
||||
@define-color base04 #cad3ff;
|
||||
@define-color base05 #e9e7e1;
|
||||
@define-color base06 #eff0f9;
|
||||
@define-color base07 #f2fbff;
|
||||
@define-color base08 #ff661a;
|
||||
@define-color base09 #19f988;
|
||||
@define-color base0A #ffdc2d;
|
||||
@define-color base0B #f2e6a9;
|
||||
@define-color base0C #fb6acb;
|
||||
@define-color base0D #40bfff;
|
||||
@define-color base0E #ae94f9;
|
||||
@define-color base0F #6187ff;
|
||||
23
.config/waybar/base16-waybar/colors/base16-github.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-github.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Github
|
||||
* Author: Defman21
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #ffffff;
|
||||
@define-color base01 #f5f5f5;
|
||||
@define-color base02 #c8c8fa;
|
||||
@define-color base03 #969896;
|
||||
@define-color base04 #e8e8e8;
|
||||
@define-color base05 #333333;
|
||||
@define-color base06 #ffffff;
|
||||
@define-color base07 #ffffff;
|
||||
@define-color base08 #ed6a43;
|
||||
@define-color base09 #0086b3;
|
||||
@define-color base0A #795da3;
|
||||
@define-color base0B #183691;
|
||||
@define-color base0C #183691;
|
||||
@define-color base0D #795da3;
|
||||
@define-color base0E #a71d5d;
|
||||
@define-color base0F #333333;
|
||||
23
.config/waybar/base16-waybar/colors/base16-google-dark.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-google-dark.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Google Dark
|
||||
* Author: Seth Wright (http://sethawright.com)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #1d1f21;
|
||||
@define-color base01 #282a2e;
|
||||
@define-color base02 #373b41;
|
||||
@define-color base03 #969896;
|
||||
@define-color base04 #b4b7b4;
|
||||
@define-color base05 #c5c8c6;
|
||||
@define-color base06 #e0e0e0;
|
||||
@define-color base07 #ffffff;
|
||||
@define-color base08 #cc342b;
|
||||
@define-color base09 #f96a38;
|
||||
@define-color base0A #fba922;
|
||||
@define-color base0B #198844;
|
||||
@define-color base0C #3971ed;
|
||||
@define-color base0D #3971ed;
|
||||
@define-color base0E #a36ac7;
|
||||
@define-color base0F #3971ed;
|
||||
23
.config/waybar/base16-waybar/colors/base16-google-light.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-google-light.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Google Light
|
||||
* Author: Seth Wright (http://sethawright.com)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #ffffff;
|
||||
@define-color base01 #e0e0e0;
|
||||
@define-color base02 #c5c8c6;
|
||||
@define-color base03 #b4b7b4;
|
||||
@define-color base04 #969896;
|
||||
@define-color base05 #373b41;
|
||||
@define-color base06 #282a2e;
|
||||
@define-color base07 #1d1f21;
|
||||
@define-color base08 #cc342b;
|
||||
@define-color base09 #f96a38;
|
||||
@define-color base0A #fba922;
|
||||
@define-color base0B #198844;
|
||||
@define-color base0C #3971ed;
|
||||
@define-color base0D #3971ed;
|
||||
@define-color base0E #a36ac7;
|
||||
@define-color base0F #3971ed;
|
||||
23
.config/waybar/base16-waybar/colors/base16-gotham.css
Normal file
23
.config/waybar/base16-waybar/colors/base16-gotham.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
*
|
||||
* Base16 Gotham
|
||||
* Author: Andrea Leopardi (arranged by Brett Jones)
|
||||
*
|
||||
*/
|
||||
|
||||
@define-color base00 #0c1014;
|
||||
@define-color base01 #11151c;
|
||||
@define-color base02 #091f2e;
|
||||
@define-color base03 #0a3749;
|
||||
@define-color base04 #245361;
|
||||
@define-color base05 #599cab;
|
||||
@define-color base06 #99d1ce;
|
||||
@define-color base07 #d3ebe9;
|
||||
@define-color base08 #c23127;
|
||||
@define-color base09 #d26937;
|
||||
@define-color base0A #edb443;
|
||||
@define-color base0B #33859e;
|
||||
@define-color base0C #2aa889;
|
||||
@define-color base0D #195466;
|
||||
@define-color base0E #888ca6;
|
||||
@define-color base0F #4e5166;
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue