Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions theme-set.d/20-nwg-dock-hyprland.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,21 @@ if [[ ! -f "$output_file" ]]; then

cat >"$output_file" <<EOF
window {
background: #${primary_background}; /* base01 */
border-color: #${bright_black}; /* base02 */
border: 2px solid #${bright_black};
background: #${primary_background};
border-color: #${bright_black};
}

button,
image {
color: #${bright_white}; /* base07 */
color: #${bright_white};
}

button {
color: #${normal_white}; /* base05 */
padding: 3px;
color: #${normal_white};
}

button:hover {
background-color: rgba($rgb_bright_black, 0.5); /* base02 */
background-color: rgba($rgb_bright_black, 0.5);
}
EOF

Expand All @@ -83,6 +81,9 @@ window {
}

#box {
border-style: solid;
border-width: 2px;
Comment thread
justindotdevv marked this conversation as resolved.
border-radius: 12px;
padding: 6px;
}

Expand Down