adding summer-day theme
This commit is contained in:
72
features/desktop/hyprland/themes/summer-day/hyprland.conf
Normal file
72
features/desktop/hyprland/themes/summer-day/hyprland.conf
Normal file
@@ -0,0 +1,72 @@
|
|||||||
|
$bg_dim = 0xffefebd4
|
||||||
|
$bg0 = 0xfffdf6e3
|
||||||
|
$bg1 = 0xfff4f0d9
|
||||||
|
$bg2 = 0xffefebd4
|
||||||
|
$bg3 = 0xffe6e2cc
|
||||||
|
$bg4 = 0xffe0dcc7
|
||||||
|
$bg5 = 0xffbdc3af
|
||||||
|
$bg_visual = 0xffeaedc8
|
||||||
|
$bg_red = 0xfffbe3da
|
||||||
|
$bg_green = 0xfff0f1d2
|
||||||
|
$bg_blue = 0xffe9f0e9
|
||||||
|
$bg_yellow = 0xfffaedcd
|
||||||
|
$fg = 0xff5c6a72
|
||||||
|
$red = 0xfff85552
|
||||||
|
$orange = 0xfff57d26
|
||||||
|
$yellow = 0xffdfa000
|
||||||
|
$green = 0xff8da101
|
||||||
|
$aqua = 0xff35a77c
|
||||||
|
$blue = 0xff3a94c5
|
||||||
|
$purple = 0xffdf69ba
|
||||||
|
$grey0 = 0xffa6b0a0
|
||||||
|
$grey1 = 0xff939f91
|
||||||
|
$grey2 = 0xff829181
|
||||||
|
|
||||||
|
general {
|
||||||
|
gaps_in = 6
|
||||||
|
gaps_out = 12
|
||||||
|
border_size = 3
|
||||||
|
col.active_border = $fg
|
||||||
|
col.inactive_border = $bg5
|
||||||
|
layout = dwindle
|
||||||
|
resize_on_border = true
|
||||||
|
}
|
||||||
|
|
||||||
|
decoration {
|
||||||
|
rounding = 10
|
||||||
|
|
||||||
|
blur {
|
||||||
|
enabled = true
|
||||||
|
size = 5
|
||||||
|
passes = 3
|
||||||
|
new_optimizations = true
|
||||||
|
ignore_opacity = true
|
||||||
|
}
|
||||||
|
|
||||||
|
shadow {
|
||||||
|
enabled = true
|
||||||
|
range = 20
|
||||||
|
render_power = 3
|
||||||
|
color = rgb(2e3538)
|
||||||
|
color_inactive = rgb(61694f)
|
||||||
|
scale = 1.0
|
||||||
|
offset = 0 10
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
animations {
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
bezier = overshot, 0.05, 0.9, 0.1, 1.05
|
||||||
|
bezier = smoothOut, 0.36, 0, 0.66, -0.56
|
||||||
|
bezier = smoothIn, 0.25, 1, 0.5, 1
|
||||||
|
|
||||||
|
animation = windows, 1, 3, overshot, slide
|
||||||
|
animation = windowsOut, 1, 3, smoothOut, slide
|
||||||
|
animation = windowsMove, 1, 3, default
|
||||||
|
animation = border, 1, 3, default
|
||||||
|
animation = fade, 1, 3, smoothIn
|
||||||
|
animation = workspaces, 1, 3, smoothIn, slide
|
||||||
|
}
|
||||||
124
features/desktop/waybar/themes/summer-day/config.jsonc
Executable file
124
features/desktop/waybar/themes/summer-day/config.jsonc
Executable file
@@ -0,0 +1,124 @@
|
|||||||
|
{
|
||||||
|
"margin-top": 0,
|
||||||
|
"margin-left": 120,
|
||||||
|
"margin-bottom": 0,
|
||||||
|
"margin-right": 120,
|
||||||
|
"height": 60,
|
||||||
|
"layer": "top",
|
||||||
|
"position": "top",
|
||||||
|
"output": "DP-2",
|
||||||
|
"spacing": 15,
|
||||||
|
"modules-left": ["custom/launcher", "clock", "clock#date"],
|
||||||
|
"modules-center": ["wlr/workspaces"],
|
||||||
|
"modules-right": ["pulseaudio", "network", "battery", "custom/powermenu"],
|
||||||
|
|
||||||
|
"wlr/workspaces": {
|
||||||
|
"disable-scroll": true,
|
||||||
|
"all-outputs": true,
|
||||||
|
"on-click": "activate",
|
||||||
|
"on-scroll-up": "hyprctl dispatch workspace e+1",
|
||||||
|
"on-scroll-down": "hyprctl dispatch workspace e-1",
|
||||||
|
"persistent_workspaces": {
|
||||||
|
"1": [],
|
||||||
|
"2": [],
|
||||||
|
"3": [],
|
||||||
|
"4": [],
|
||||||
|
"5": [],
|
||||||
|
"6": [],
|
||||||
|
"7": [],
|
||||||
|
"8": [],
|
||||||
|
"9": [],
|
||||||
|
"10": []
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
"custom/launcher": {
|
||||||
|
"interval": "once",
|
||||||
|
"format": "",
|
||||||
|
"on-click": "pkill wofi || wofi --show drun --term=kitty --width=20% --height=50% --columns 1 -I -s ~/.config/wofi/themes/everforest-light.css -o $MAIN_DISPLAY",
|
||||||
|
"tooltip": false
|
||||||
|
},
|
||||||
|
|
||||||
|
"backlight": {
|
||||||
|
"device": "nvidia_0",
|
||||||
|
"max-length": "4",
|
||||||
|
"format": "{icon}",
|
||||||
|
"tooltip-format": "{percent}%",
|
||||||
|
"format-icons": ["","","","", "", "", ""],
|
||||||
|
"on-click": "",
|
||||||
|
"on-scroll-up": "brightnessctl set 10%-",
|
||||||
|
"on-scroll-down": "brightnessctl set +10%"
|
||||||
|
},
|
||||||
|
|
||||||
|
"memory": {
|
||||||
|
"interval": 30,
|
||||||
|
"format": " {}%",
|
||||||
|
"format-alt":" {used:0.1f}G",
|
||||||
|
"max-length": 10
|
||||||
|
},
|
||||||
|
|
||||||
|
"custom/dunst": {
|
||||||
|
"exec": "~/.config/waybar/scripts/dunst.sh",
|
||||||
|
"on-click": "dunstctl set-paused toggle",
|
||||||
|
"restart-interval": 1,
|
||||||
|
"tooltip": false
|
||||||
|
},
|
||||||
|
|
||||||
|
"pulseaudio": {
|
||||||
|
"format": "{icon} {volume}%",
|
||||||
|
"format-bluetooth": "{icon} {volume}%",
|
||||||
|
"format-bluetooth-muted": "婢 muted",
|
||||||
|
"format-muted": "婢 muted",
|
||||||
|
"format-icons": {
|
||||||
|
"headphone": "",
|
||||||
|
"hands-free": "",
|
||||||
|
"headset": "",
|
||||||
|
"phone": "",
|
||||||
|
"portable": "",
|
||||||
|
"car": "",
|
||||||
|
"default": ["", "", ""]
|
||||||
|
},
|
||||||
|
"on-click-right": "pavucontrol",
|
||||||
|
"on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle",
|
||||||
|
},
|
||||||
|
|
||||||
|
"network": {
|
||||||
|
"format-wifi": " {signalStrength}%",
|
||||||
|
"format-ethernet": " {signalStrength}%",
|
||||||
|
"format-disconnected": "",
|
||||||
|
"on-click": "sh ~/.config/wofi/scripts/wifimenu.sh"
|
||||||
|
},
|
||||||
|
|
||||||
|
"battery": {
|
||||||
|
"bat": "BAT0",
|
||||||
|
"adapter": "ADP0",
|
||||||
|
"interval": 60,
|
||||||
|
"states": {
|
||||||
|
"warning": 30,
|
||||||
|
"critical": 15
|
||||||
|
},
|
||||||
|
"max-length": 10,
|
||||||
|
"format": "{icon} {capacity}%",
|
||||||
|
"format-warning": "{icon} {capacity}%",
|
||||||
|
"format-critical": "{icon} {capacity}%",
|
||||||
|
"format-charging": " {capacity}%",
|
||||||
|
"format-plugged": " {capacity}%",
|
||||||
|
"format-alt": "{icon} {capacity}%",
|
||||||
|
"format-full": " 100%",
|
||||||
|
"format-icons": ["", "", "", "", "", "", "", "", "", ""]
|
||||||
|
},
|
||||||
|
|
||||||
|
"clock": {
|
||||||
|
"format": " {:%H:%M}"
|
||||||
|
},
|
||||||
|
|
||||||
|
"clock#date": {
|
||||||
|
"format": " {:%A, %B %d, %Y}"
|
||||||
|
},
|
||||||
|
|
||||||
|
"custom/powermenu": {
|
||||||
|
"format": "",
|
||||||
|
"on-click": "pkill wofi || sh .config/wofi/scripts/powermenu.sh 'everforest-light' '--height=17% -o $MAIN_DISPLAY'",
|
||||||
|
"tooltip": false
|
||||||
|
}
|
||||||
|
}
|
||||||
85
features/desktop/waybar/themes/summer-day/style.css
Executable file
85
features/desktop/waybar/themes/summer-day/style.css
Executable file
@@ -0,0 +1,85 @@
|
|||||||
|
@import "../colors/everforest-light.css";
|
||||||
|
|
||||||
|
/* margin: top right bottom left */
|
||||||
|
/* Spacing outside the element */
|
||||||
|
|
||||||
|
/* padding: top right bottom left */
|
||||||
|
/* Spacing inside the element */
|
||||||
|
|
||||||
|
* {
|
||||||
|
font-family: JetBrainsMono Nerd Font, FontAwesome;
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
window#waybar {
|
||||||
|
background-color: @fg;
|
||||||
|
color: @bg0;
|
||||||
|
transition-property: background-color;
|
||||||
|
transition-duration: 0.5s;
|
||||||
|
border-radius: 0px 0px 15px 15px;
|
||||||
|
transition-duration: .5s;
|
||||||
|
|
||||||
|
border-bottom-width: 5px;
|
||||||
|
border-bottom-color: #2e3538;
|
||||||
|
border-bottom-style: solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-launcher,
|
||||||
|
#clock,
|
||||||
|
#clock-date,
|
||||||
|
#workspaces,
|
||||||
|
#pulseaudio,
|
||||||
|
#network,
|
||||||
|
#battery,
|
||||||
|
#custom-powermenu {
|
||||||
|
background-color: @bg0;
|
||||||
|
color: @fg;
|
||||||
|
|
||||||
|
padding-left: 10px;
|
||||||
|
padding-right: 10px;
|
||||||
|
margin-top: 7px;
|
||||||
|
margin-bottom: 12px;
|
||||||
|
border-radius: 10px;
|
||||||
|
|
||||||
|
border-bottom-width: 5px;
|
||||||
|
border-bottom-color: @bg5;
|
||||||
|
border-bottom-style: solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces {
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button.active {
|
||||||
|
background-color: @blue;
|
||||||
|
color: @bg0;
|
||||||
|
|
||||||
|
border-radius: 10px;
|
||||||
|
|
||||||
|
margin-bottom: -5px;
|
||||||
|
|
||||||
|
border-bottom-width: 5px;
|
||||||
|
border-bottom-color: #1c4a62;
|
||||||
|
border-bottom-style: solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-launcher {
|
||||||
|
background-color: @green;
|
||||||
|
color: @bg0;
|
||||||
|
border-bottom-color: #465000;
|
||||||
|
|
||||||
|
margin-left: 15px;
|
||||||
|
padding-left: 20px;
|
||||||
|
padding-right: 21px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-powermenu {
|
||||||
|
background-color: @red;
|
||||||
|
color: @bg0;
|
||||||
|
border-bottom-color: #9e0906;
|
||||||
|
|
||||||
|
margin-right: 15px;
|
||||||
|
padding-left: 20px;
|
||||||
|
padding-right: 23px;
|
||||||
|
}
|
||||||
44
themes/palettes/summer-day/apps/kitty/everforest-light.conf
Executable file
44
themes/palettes/summer-day/apps/kitty/everforest-light.conf
Executable file
@@ -0,0 +1,44 @@
|
|||||||
|
# A port of forest night by sainnhe
|
||||||
|
# https://github.com/sainnhe/forest-night
|
||||||
|
|
||||||
|
font_family JetBrainsMono Nerd Font
|
||||||
|
font_size 12.0
|
||||||
|
|
||||||
|
foreground #323d43
|
||||||
|
background #fdf6e3
|
||||||
|
selection_foreground #e4e1cd
|
||||||
|
selection_background #d3dbc8
|
||||||
|
url_color #415c6d
|
||||||
|
cursor #7fbbb3
|
||||||
|
|
||||||
|
# black
|
||||||
|
color0 #4a555b
|
||||||
|
color8 #525c62
|
||||||
|
|
||||||
|
# red
|
||||||
|
color1 #e68183
|
||||||
|
color9 #e68183
|
||||||
|
|
||||||
|
# green
|
||||||
|
color2 #a7c080
|
||||||
|
color10 #a7c080
|
||||||
|
|
||||||
|
# yellow
|
||||||
|
color3 #dbbc7f
|
||||||
|
color11 #dbbc7f
|
||||||
|
|
||||||
|
# blue
|
||||||
|
color4 #7fbbb3
|
||||||
|
color12 #7fbbb3
|
||||||
|
|
||||||
|
# magenta
|
||||||
|
color5 #d699b6
|
||||||
|
color13 #d699b6
|
||||||
|
|
||||||
|
# cyan
|
||||||
|
color6 #83c092
|
||||||
|
color14 #83c092
|
||||||
|
|
||||||
|
# white
|
||||||
|
color7 #f3efda
|
||||||
|
color15 #f3efda
|
||||||
2162
themes/palettes/summer-day/apps/kitty/kitty.conf
Executable file
2162
themes/palettes/summer-day/apps/kitty/kitty.conf
Executable file
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 4.8 MiB After Width: | Height: | Size: 4.8 MiB |
23
themes/palettes/summer-day/colors.toml
Normal file
23
themes/palettes/summer-day/colors.toml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
accent = "#83b6af"
|
||||||
|
cursor = "#d3c6aa"
|
||||||
|
foreground = "#d3c6aa"
|
||||||
|
background = "#2d353b"
|
||||||
|
selection_foreground = "#d3c6aa"
|
||||||
|
selection_background = "#505a60"
|
||||||
|
|
||||||
|
color0 = "#3c474d"
|
||||||
|
color1 = "#e68183"
|
||||||
|
color2 = "#a7c080"
|
||||||
|
color3 = "#d9bb80"
|
||||||
|
color4 = "#83b6af"
|
||||||
|
color5 = "#d39bb6"
|
||||||
|
color6 = "#87c095"
|
||||||
|
color7 = "#868d80"
|
||||||
|
color8 = "#868d80"
|
||||||
|
color9 = "#e68183"
|
||||||
|
color10 = "#a7c080"
|
||||||
|
color11 = "#d9bb80"
|
||||||
|
color12 = "#83b6af"
|
||||||
|
color13 = "#d39bb6"
|
||||||
|
color14 = "#87c095"
|
||||||
|
color15 = "#868d80"
|
||||||
1
themes/palettes/summer-day/icons.theme
Normal file
1
themes/palettes/summer-day/icons.theme
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Everforest-Dark
|
||||||
Reference in New Issue
Block a user