Skip to content

Commit

Permalink
Update theme.nss (#675)
Browse files Browse the repository at this point in the history
Added accent colours for glyph icons (works in both light and dark modes), adjusted margin, prefix, separator and orientation to more closely match the default Windows 11 context mene design.
  • Loading branch information
AndresF2016 authored Jan 1, 2025
1 parent 709ca18 commit 0e70623
Showing 1 changed file with 50 additions and 2 deletions.
52 changes: 50 additions & 2 deletions Resources/Extras/Nilesoft/imports/theme.nss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
theme
theme
{
name = "modern"
dark = sys.dark
Expand All @@ -9,4 +9,52 @@
effect = default
}
image.align = 2
}
image.color = theme.islight ? [auto, color.accent] : [auto, color.accent_light2]

item
{
opacity = 50
radius = 1
prefix = 0
padding = [10, 4]
margin = [4,2]
}

separator
{
size = 1
color = default
opacity = default
margin = [0,1]
}

border
{
enabled = 1
size = 1
color = #000
opacity = theme.islight ? 12 : 25
radius = default
padding = [0,2]
}

shadow
{
enabled = 1
size = 7
color = default
opacity = theme.islight ? default : 7
offset = 8
}

font
{
name = "Segoe UI Variable Text"
}

layout
{
popup = -5
}

}

0 comments on commit 0e70623

Please sign in to comment.