Initial
This commit is contained in:
commit
c8734e660a
392 changed files with 21043 additions and 0 deletions
36
.config/waybar/Dracula/waybar-main/INSTALL.md
Normal file
36
.config/waybar/Dracula/waybar-main/INSTALL.md
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
### [waybar](https://github.com/Alexays/Waybar)
|
||||
|
||||
#### Install using Git
|
||||
|
||||
If you are a git user, you can install the theme and keep up to date by cloning the repo:
|
||||
|
||||
git clone https://github.com/dracula/waybar.git
|
||||
|
||||
#### Install manually
|
||||
|
||||
Download using the [GitHub .zip download](https://github.com/dracula/waybar/archive/master.zip) option and unzip them.
|
||||
|
||||
#### Activating theme
|
||||
|
||||
If you only want dracula color palette:
|
||||
|
||||
1. `cp waybar/colors.css ~/.config/waybar/`
|
||||
2. and in your style.css, add
|
||||
```css
|
||||
@import url("./colors.css");
|
||||
/* example usage */
|
||||
window#waybar {
|
||||
background: @background;
|
||||
color: @purple;
|
||||
/* or cyan, green, orange, pink, red, yellow, foreground, background-darker etc. */
|
||||
}
|
||||
```
|
||||
|
||||
Or, if you want waybar to look exactly like the screenshot:
|
||||
|
||||
```bash
|
||||
cp -rv waybar ~/.config/
|
||||
```
|
||||
|
||||
Font is Iosevka, icons obsidian. Change `CITY` to your city/town/country in `~/.config/waybar/wittr.sh` if you want weather [documentation](https://wttr.in/:help) [source](https://github.com/chubin/wttr.in). Make adjustments in the config to your liking, ie. s/hyprland/sway/g.
|
||||
|
||||
27
.config/waybar/Dracula/waybar-main/README.md
Normal file
27
.config/waybar/Dracula/waybar-main/README.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Dracula for [waybar](https://github.com/Alexays/Waybar)
|
||||
|
||||
> A dark theme for [waybar](https://github.com/Alexays/Waybar)
|
||||
|
||||

|
||||
|
||||
## Install
|
||||
|
||||
All instructions can be found at [draculatheme.com/waybar](https://draculatheme.com/waybar).
|
||||
|
||||
## Team
|
||||
|
||||
This theme is maintained by the following person(s) and a bunch of [awesome contributors](https://github.com/dracula/waybar/graphs/contributors).
|
||||
|
||||
| [](https://github.com/milkknife) |
|
||||
| ---------------------------------------------------------------------------------------- |
|
||||
| [milkknife](https://github.com/milkknife) |
|
||||
|
||||
## Community
|
||||
|
||||
- [Twitter](https://twitter.com/draculatheme) - Best for getting updates about themes and new stuff.
|
||||
- [GitHub](https://github.com/dracula/dracula-theme/discussions) - Best for asking questions and discussing issues.
|
||||
- [Discord](https://draculatheme.com/discord-invite) - Best for hanging out with the community.
|
||||
|
||||
## License
|
||||
|
||||
[MIT License](./LICENSE)
|
||||
BIN
.config/waybar/Dracula/waybar-main/screenshot.png
Normal file
BIN
.config/waybar/Dracula/waybar-main/screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
12
.config/waybar/Dracula/waybar-main/waybar/colors.css
Normal file
12
.config/waybar/Dracula/waybar-main/waybar/colors.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
@define-color background-darker rgba(30, 31, 41, 230);
|
||||
@define-color background #282a36;
|
||||
@define-color selection #44475a;
|
||||
@define-color foreground #f8f8f2;
|
||||
@define-color comment #6272a4;
|
||||
@define-color cyan #8be9fd;
|
||||
@define-color green #50fa7b;
|
||||
@define-color orange #ffb86c;
|
||||
@define-color pink #ff79c6;
|
||||
@define-color purple #bd93f9;
|
||||
@define-color red #ff5555;
|
||||
@define-color yellow #f1fa8c;
|
||||
53
.config/waybar/Dracula/waybar-main/waybar/config
Normal file
53
.config/waybar/Dracula/waybar-main/waybar/config
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"height": 24,
|
||||
"spacing": 4,
|
||||
"modules-left": [
|
||||
"wlr/workspaces",
|
||||
"wlr/taskbar"
|
||||
],
|
||||
"modules-center": [
|
||||
"hyprland/window"
|
||||
],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"hyprland/language",
|
||||
"custom/weather",
|
||||
"clock"
|
||||
],
|
||||
"wlr/taskbar": {
|
||||
"on-click": "activate",
|
||||
"on-click-middle": "close",
|
||||
"ignore-list": [
|
||||
"foot"
|
||||
]
|
||||
},
|
||||
"wlr/workspaces": {
|
||||
"on-click": "activate",
|
||||
"on-scroll-up": "hyprctl dispatch workspace e-1",
|
||||
"on-scroll-down": "hyprctl dispatch workspace e+1"
|
||||
},
|
||||
"hyprland/window": {
|
||||
"max-length": 128
|
||||
},
|
||||
"clock": {
|
||||
"format": "{:%c}",
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
|
||||
},
|
||||
"tray": {
|
||||
"spacing": 4
|
||||
},
|
||||
"custom/weather": {
|
||||
"exec": "~/.config/waybar/wittr.sh",
|
||||
"return-type": "json",
|
||||
"format": "{}",
|
||||
"tooltip": true,
|
||||
"interval": 900
|
||||
},
|
||||
"hyprland/language": {
|
||||
"format-pl": "[pl]",
|
||||
"format-en": "[us]",
|
||||
"on-click": "hyprctl switchxkblayout at-translated-set-2-keyboard next"
|
||||
}
|
||||
}
|
||||
34
.config/waybar/Dracula/waybar-main/waybar/style.css
Normal file
34
.config/waybar/Dracula/waybar-main/waybar/style.css
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
@import url("./colors.css");
|
||||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: Iosevka;
|
||||
font-size: 11pt;
|
||||
min-height: 0;
|
||||
}
|
||||
window#waybar {
|
||||
opacity: 0.9;
|
||||
background: @background-darker;
|
||||
color: @foreground;
|
||||
border-bottom: 2px solid @background;
|
||||
}
|
||||
#workspaces button {
|
||||
padding: 0 10px;
|
||||
background: @background;
|
||||
color: @foreground;
|
||||
}
|
||||
#workspaces button:hover {
|
||||
box-shadow: inherit;
|
||||
text-shadow: inherit;
|
||||
background-image: linear-gradient(0deg, @selection, @background-darker);
|
||||
}
|
||||
#workspaces button.active {
|
||||
background-image: linear-gradient(0deg, @purple, @selection);
|
||||
}
|
||||
#taskbar button.active {
|
||||
background-image: linear-gradient(0deg, @selection, @background-darker);
|
||||
}
|
||||
#clock {
|
||||
padding: 0 4px;
|
||||
background: @background;
|
||||
}
|
||||
5
.config/waybar/Dracula/waybar-main/waybar/wittr.sh
Normal file
5
.config/waybar/Dracula/waybar-main/waybar/wittr.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/sh
|
||||
req=$(curl -s wttr.in/CITY?format="%t|%l+(%c%f)+%h,+%C")
|
||||
bar=$(echo $req | awk -F "|" '{print $1}')
|
||||
tooltip=$(echo $req | awk -F "|" '{print $2}')
|
||||
echo "{\"text\":\"$bar\", \"tooltip\":\"$tooltip\"}"
|
||||
194
.config/waybar/arrow-date-center-theme-transparent/config
Normal file
194
.config/waybar/arrow-date-center-theme-transparent/config
Normal file
|
|
@ -0,0 +1,194 @@
|
|||
// 😉 Config created by Felipe Facundes
|
||||
// Telegram: @FeFacundes
|
||||
// Telegram Group: t.me/winehq_linux
|
||||
// 😅 Dúvidas:https://github.com/Alexays/Waybar/wiki/Module:-Custom
|
||||
// vim:ft=json
|
||||
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
|
||||
"modules-left": [
|
||||
"custom/rofi",
|
||||
"custom/right-arrow-dark",
|
||||
"custom/right-arrow-light",
|
||||
"custom/arquivos",
|
||||
"custom/right-arrow-dark",
|
||||
"custom/right-arrow-light",
|
||||
"custom/firefox",
|
||||
"custom/right-arrow-dark",
|
||||
"custom/right-arrow-light",
|
||||
"custom/telegram",
|
||||
"custom/right-arrow-dark",
|
||||
"custom/right-arrow-light",
|
||||
"custom/pacman",
|
||||
"custom/right-arrow-dark",
|
||||
"custom/right-arrow-light",
|
||||
"sway/workspaces",
|
||||
"custom/right-arrow-dark"
|
||||
],
|
||||
"modules-center": [
|
||||
"custom/left-arrow-dark",
|
||||
"clock#1",
|
||||
"clock#2",
|
||||
"clock#3",
|
||||
"custom/right-arrow-dark"
|
||||
],
|
||||
"modules-right": [
|
||||
"custom/left-arrow-dark",
|
||||
"pulseaudio",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"memory",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"cpu",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"temperature",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"battery",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"tray",
|
||||
"custom/desligar"
|
||||
],
|
||||
"custom/left-arrow-dark": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left-arrow-light": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right-arrow-dark": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right-arrow-light": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/rofi": {
|
||||
"format": "⨇rcⱨ",
|
||||
"on-click": "pcmanfm menu://applications",
|
||||
"on-click-right": "rofi -show drun -theme ~/.config/rofi/center.rasi",
|
||||
"on-click-middle": "pkill -9 rofi"
|
||||
},
|
||||
"custom/pacman": {
|
||||
// "format": "Ⲣ Ꝓ ⰐℙꝒᎮᗣᗧ•🍒 {}",
|
||||
"format": "Ⲣᗣᗧ•{}🍒",
|
||||
"interval": 1, // every hour
|
||||
"exec": "pacman -Qq | wc -l", // packages
|
||||
"exec-if": "exit 0", // always run; consider advanced run conditions
|
||||
"on-click": "sakura -e 'sudo pacman -Syyu --noconfirm'; pkill -SIGRTMIN+8 waybar", // update system
|
||||
"signal": 8
|
||||
},
|
||||
"custom/terminal": {
|
||||
"format": "",
|
||||
"on-click": "sakura -m",
|
||||
"on-click-right": "sakura -s",
|
||||
"on-click-middle": "pkill -9 sakura"
|
||||
},
|
||||
"custom/arquivos": {
|
||||
"format": "",
|
||||
"on-click": "pcmanfm",
|
||||
"on-click-right": "sakura -e ranger",
|
||||
"on-click-middle": "bash -c 'pkill -9 pcmanfm ; pkill -9 ranger'"
|
||||
},
|
||||
"custom/firefox": {
|
||||
"format": "",
|
||||
"on-click": "firefox",
|
||||
"on-click-right": "firefox --new-tab",
|
||||
"on-click-middle": "firefox --private-window"
|
||||
},
|
||||
"custom/telegram": {
|
||||
"format": "",
|
||||
"on-click": "firefox --new-tab https://web.telegram.org/#/im?p=s1412203547_9544746212951555718",
|
||||
"on-click-right": "https://web.telegram.org/",
|
||||
"on-click-middle": "https://web.telegram.org/"
|
||||
},
|
||||
"sway/workspaces": {
|
||||
"disable-scroll": true,
|
||||
"format": "{name}"
|
||||
},
|
||||
"sway/window": {
|
||||
"max-length": 80,
|
||||
"tooltip": false
|
||||
},
|
||||
"clock#1": {
|
||||
"format": " {:%a}",
|
||||
"tooltip": false,
|
||||
"on-click": "gsimplecal"
|
||||
},
|
||||
"clock#2": {
|
||||
"format": " {:%H:%M}",
|
||||
"tooltip": false,
|
||||
"on-click": "gsimplecal"
|
||||
},
|
||||
"clock#3": {
|
||||
"format": " {:%d-%m}",
|
||||
"tooltip": false,
|
||||
"on-click": "gsimplecal"
|
||||
},
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume}%",
|
||||
"format-bluetooth": "{icon} {volume}%",
|
||||
"format-muted": "MUTE",
|
||||
"format-icons": {
|
||||
"headphones": "",
|
||||
"default": [
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"scroll-step": 5,
|
||||
"on-click": "pactl set-sink-mute 0 toggle",
|
||||
"on-click-right": "pavucontrol"
|
||||
},
|
||||
"memory": {
|
||||
"interval": 2,
|
||||
"format": " {}%",
|
||||
"on-click": "sakura -e htop"
|
||||
},
|
||||
"cpu": {
|
||||
"interval": 2,
|
||||
"format": "{usage:2}%",
|
||||
"on-click": "sakura -e watch cpupower frequency-info"
|
||||
},
|
||||
"temperature": {
|
||||
"interval": 2,
|
||||
// "thermal-zone": 2,
|
||||
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
|
||||
"critical-threshold": 80,
|
||||
// "format-critical": " {temperatureC}°C",
|
||||
"format": " {temperatureC}°C",
|
||||
"on-click": "xsensors"
|
||||
},
|
||||
"battery": {
|
||||
"interval": 2,
|
||||
"states": {
|
||||
"good": 95,
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-charging": " {capacity}%",
|
||||
"format-plugged": " {capacity}%",
|
||||
"format-icons": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"custom/desligar": {
|
||||
"format": "",
|
||||
"on-click": "swaynag -t warning -m 'Opções de desligamento' -b 'Sair' 'swaymsg exit' -b 'Reiniciar' 'swaymsg exec reboot' -b 'Desligar' 'openrc-shutdown -p now && systemctl poweroff'"
|
||||
},
|
||||
"tray": {
|
||||
"icon-size": 15
|
||||
}
|
||||
}
|
||||
115
.config/waybar/arrow-date-center-theme-transparent/style.css
Normal file
115
.config/waybar/arrow-date-center-theme-transparent/style.css
Normal file
|
|
@ -0,0 +1,115 @@
|
|||
* {
|
||||
font-size: 14px;
|
||||
font-family: monospace;
|
||||
}
|
||||
window#waybar {
|
||||
background: transparent;
|
||||
color: #fdf6e3;
|
||||
}
|
||||
#custom-right-arrow-dark,
|
||||
#custom-left-arrow-dark {
|
||||
color: #1a1a1a;
|
||||
opacity: 0.7;
|
||||
}
|
||||
#custom-right-arrow-light,
|
||||
#custom-left-arrow-light {
|
||||
color: transparent;
|
||||
background: transparent;
|
||||
}
|
||||
#custom-rofi,
|
||||
#custom-terminal,
|
||||
#custom-firefox,
|
||||
#custom-arquivos,
|
||||
#custom-telegram,
|
||||
#custom-pacman,
|
||||
#workspaces,
|
||||
#clock.1,
|
||||
#clock.2,
|
||||
#clock.3,
|
||||
#pulseaudio,
|
||||
#backlight,
|
||||
#memory,
|
||||
#cpu,
|
||||
#temperature,
|
||||
#battery,
|
||||
#tray,
|
||||
#custom-desligar {
|
||||
background: #1a1a1a;
|
||||
opacity: 0.7;
|
||||
}
|
||||
#custom-rofi {
|
||||
color: #0061ff;
|
||||
}
|
||||
#custom-terminal {
|
||||
color: #ffffff;
|
||||
}
|
||||
#custom-firefox {
|
||||
color: #ffa000;
|
||||
}
|
||||
#custom-arquivos {
|
||||
color: #fff89d;
|
||||
}
|
||||
#custom-telegram {
|
||||
color: #9dfff5;
|
||||
}
|
||||
#custom-pacman {
|
||||
color: #f8fc03;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 2px;
|
||||
color: #fdf6e3;
|
||||
}
|
||||
#workspaces button.focused {
|
||||
color: #b600bd;
|
||||
}
|
||||
#workspaces button:hover {
|
||||
box-shadow: inherit;
|
||||
text-shadow: inherit;
|
||||
}
|
||||
#workspaces button:hover {
|
||||
background: #1a1a1a;
|
||||
border: #1a1a1a;
|
||||
padding: 0 3px;
|
||||
}
|
||||
#clock.1 {
|
||||
color: #ffcf7c;
|
||||
}
|
||||
#clock.2 {
|
||||
color: #00ffbd;
|
||||
}
|
||||
#clock.3 {
|
||||
color: #ffcf7c;
|
||||
}
|
||||
#pulseaudio {
|
||||
color: #009eff;
|
||||
}
|
||||
#backlight {
|
||||
color: #b58900;
|
||||
}
|
||||
#memory {
|
||||
color: #00ffbd;
|
||||
}
|
||||
#temperature {
|
||||
color: #ffcd00;
|
||||
}
|
||||
#cpu {
|
||||
color: #f700ff;
|
||||
}
|
||||
#battery {
|
||||
color: #aeff00;
|
||||
}
|
||||
#custom-desligar {
|
||||
color: #ff0000;
|
||||
}
|
||||
#custom-rofi,
|
||||
#clock,
|
||||
#pulseaudio,
|
||||
#backlight,
|
||||
#memory,
|
||||
#cpu,
|
||||
#temperature,
|
||||
#battery,
|
||||
#custom-desligar {
|
||||
padding: 0 10px;
|
||||
}
|
||||
182
.config/waybar/arrow-date-center-theme/config
Normal file
182
.config/waybar/arrow-date-center-theme/config
Normal file
|
|
@ -0,0 +1,182 @@
|
|||
// vim:ft=json
|
||||
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
|
||||
"modules-left": [
|
||||
"custom/rofi",
|
||||
"custom/right-arrow-dark",
|
||||
"custom/right-arrow-light",
|
||||
"custom/arquivos",
|
||||
"custom/right-arrow-dark",
|
||||
"custom/right-arrow-light",
|
||||
"custom/firefox",
|
||||
"custom/right-arrow-dark",
|
||||
"custom/right-arrow-light",
|
||||
"custom/telegram",
|
||||
"custom/right-arrow-dark",
|
||||
"custom/right-arrow-light",
|
||||
"sway/workspaces",
|
||||
"custom/right-arrow-dark"
|
||||
],
|
||||
"modules-center": [
|
||||
"custom/left-arrow-dark",
|
||||
"clock#1",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"clock#2",
|
||||
"custom/right-arrow-dark",
|
||||
"custom/right-arrow-light",
|
||||
"clock#3",
|
||||
"custom/right-arrow-dark"
|
||||
],
|
||||
"modules-right": [
|
||||
"custom/left-arrow-dark",
|
||||
"pulseaudio",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"memory",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"cpu",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"temperature",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"battery",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"tray",
|
||||
"custom/desligar"
|
||||
],
|
||||
"custom/left-arrow-dark": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left-arrow-light": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right-arrow-dark": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right-arrow-light": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/rofi": {
|
||||
"format": "⨇rcⱨ",
|
||||
"on-click": "bash -c '$HOME/.config/rofi/rofimenu.sh &'",
|
||||
"on-click-right": "rofi -show drun -theme ~/.config/rofi/center.rasi",
|
||||
"on-click-middle": "pkill -9 rofi"
|
||||
},
|
||||
"custom/terminal": {
|
||||
"format": "",
|
||||
"on-click": "sakura -m",
|
||||
"on-click-right": "sakura -s",
|
||||
"on-click-middle": "pkill -9 sakura"
|
||||
},
|
||||
"custom/arquivos": {
|
||||
"format": "",
|
||||
"on-click": "dolphin",
|
||||
"on-click-right": "sakura -e ranger",
|
||||
"on-click-middle": "bash -c 'pkill -9 dolphin ; pkill -9 ranger'"
|
||||
},
|
||||
"custom/firefox": {
|
||||
"format": "",
|
||||
"on-click": "firefox",
|
||||
"on-click-right": "firefox --new-tab",
|
||||
"on-click-middle": "firefox --private-window"
|
||||
},
|
||||
"custom/telegram": {
|
||||
"format": "",
|
||||
"on-click": "firefox --new-tab https://web.telegram.org/#/im?p=s1412203547_9544746212951555718",
|
||||
"on-click-right": "https://web.telegram.org/",
|
||||
"on-click-middle": "https://web.telegram.org/"
|
||||
},
|
||||
"sway/workspaces": {
|
||||
"disable-scroll": true,
|
||||
"format": "{name}"
|
||||
},
|
||||
"sway/window": {
|
||||
"max-length": 80,
|
||||
"tooltip": false
|
||||
},
|
||||
"clock#1": {
|
||||
"format": " {:%a}",
|
||||
"tooltip": false,
|
||||
"on-click": "orage"
|
||||
},
|
||||
"clock#2": {
|
||||
"format": " {:%H:%M}",
|
||||
"tooltip": false,
|
||||
"on-click": "orage"
|
||||
},
|
||||
"clock#3": {
|
||||
"format": " {:%d-%m}",
|
||||
"tooltip": false,
|
||||
"on-click": "orage"
|
||||
},
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume}%",
|
||||
"format-bluetooth": "{icon} {volume}%",
|
||||
"format-muted": "MUTE",
|
||||
"format-icons": {
|
||||
"headphones": "",
|
||||
"default": [
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"scroll-step": 5,
|
||||
"on-click": "pactl set-sink-mute 0 toggle",
|
||||
"on-click-right": "pavucontrol"
|
||||
},
|
||||
"memory": {
|
||||
"interval": 2,
|
||||
"format": " {}%",
|
||||
"on-click": "sakura -e htop"
|
||||
},
|
||||
"cpu": {
|
||||
"interval": 2,
|
||||
"format": "{usage:2}%",
|
||||
"on-click": "sakura -e watch cpupower frequency-info"
|
||||
},
|
||||
"temperature": {
|
||||
"interval": 2,
|
||||
// "thermal-zone": 2,
|
||||
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
|
||||
"critical-threshold": 80,
|
||||
// "format-critical": " {temperatureC}°C",
|
||||
"format": " {temperatureC}°C",
|
||||
"on-click": "xsensors"
|
||||
},
|
||||
"battery": {
|
||||
"interval": 2,
|
||||
"states": {
|
||||
"good": 95,
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-charging": " {capacity}%",
|
||||
"format-plugged": " {capacity}%",
|
||||
"format-icons": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"custom/desligar": {
|
||||
"format": "",
|
||||
"on-click": "swaynag -t warning -m 'Opções de desligamento' -b 'Sair' 'swaymsg exit' -b 'Reiniciar' 'swaymsg exec openrc-shutdown --reboot now' -b 'Desligar' 'openrc-shutdown --poweroff now'"
|
||||
},
|
||||
"tray": {
|
||||
"icon-size": 15
|
||||
}
|
||||
}
|
||||
103
.config/waybar/arrow-date-center-theme/style.css
Normal file
103
.config/waybar/arrow-date-center-theme/style.css
Normal file
|
|
@ -0,0 +1,103 @@
|
|||
* {
|
||||
font-size: 14px;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: #292b2e;
|
||||
color: #fdf6e3;
|
||||
}
|
||||
|
||||
#custom-right-arrow-dark,
|
||||
#custom-left-arrow-dark {
|
||||
color: #1a1a1a;
|
||||
}
|
||||
#custom-right-arrow-light,
|
||||
#custom-left-arrow-light {
|
||||
color: #292b2e;
|
||||
background: #1a1a1a;
|
||||
}
|
||||
|
||||
#custom-rofi,
|
||||
#custom-terminal,
|
||||
#custom-firefox,
|
||||
#custom-arquivos,
|
||||
#custom-telegram,
|
||||
#workspaces,
|
||||
#clock.1,
|
||||
#clock.2,
|
||||
#clock.3,
|
||||
#pulseaudio,
|
||||
#backlight,
|
||||
#memory,
|
||||
#cpu,
|
||||
#temperature,
|
||||
#battery,
|
||||
#tray,
|
||||
#custom-desligar {
|
||||
background: #1a1a1a;
|
||||
}
|
||||
#custom-rofi {
|
||||
color: #0061ff;
|
||||
}
|
||||
#custom-terminal {
|
||||
color: #ffffff;
|
||||
}
|
||||
#custom-firefox {
|
||||
color: #ffa000;
|
||||
}
|
||||
#custom-arquivos {
|
||||
color: #fff89d;
|
||||
}
|
||||
#custom-telegram {
|
||||
color: #9dfff5;
|
||||
}
|
||||
#workspaces button {
|
||||
padding: 0 2px;
|
||||
color: #fdf6e3;
|
||||
}
|
||||
#workspaces button.focused {
|
||||
color: #b600bd;
|
||||
}
|
||||
#workspaces button:hover {
|
||||
box-shadow: inherit;
|
||||
text-shadow: inherit;
|
||||
}
|
||||
#workspaces button:hover {
|
||||
background: #1a1a1a;
|
||||
border: #1a1a1a;
|
||||
padding: 0 3px;
|
||||
}
|
||||
#pulseaudio {
|
||||
color: #268bd2;
|
||||
}
|
||||
#backlight {
|
||||
color: #b58900;
|
||||
}
|
||||
#memory {
|
||||
color: #2aa198;
|
||||
}
|
||||
#temperature {
|
||||
color: #b58900;
|
||||
}
|
||||
#cpu {
|
||||
color: #6c71c4;
|
||||
}
|
||||
#battery {
|
||||
color: #859900;
|
||||
}
|
||||
#custom-desligar {
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
#custom-rofi,
|
||||
#clock,
|
||||
#pulseaudio,
|
||||
#backlight,
|
||||
#memory,
|
||||
#cpu,
|
||||
#temperature,
|
||||
#battery,
|
||||
#custom-desligar {
|
||||
padding: 0 10px;
|
||||
}
|
||||
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;
|
||||
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