mirror of
https://github.com/librekeys/picoforge.git
synced 2026-07-28 08:01:19 -07:00
chore(ui): change corner radius of default theme
This commit is contained in:
@@ -251,7 +251,7 @@ See [LICENSE](LICENSE) for full details.
|
||||
## Repository Maintainers
|
||||
|
||||
- **Suyog Tandel** ([@lockedmutex](https://github.com/lockedmutex))
|
||||
- **Lab-8916100448256** ([@Lab-8916100448256](https://github.com/Lab-8916100448256)) - Co-Maintainer
|
||||
- **Fabrice Bellamy** ([@Lab-8916100448256](https://github.com/Lab-8916100448256)) - Co-Maintainer
|
||||
|
||||
## Package Maintainers
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
{
|
||||
"name": "PicoForge Zinc Light",
|
||||
"mode": "light",
|
||||
"radius": 10,
|
||||
"radius.lg": 12,
|
||||
"radius": 8,
|
||||
"radius.lg": 10,
|
||||
"colors": {
|
||||
"accent.background": "#f4f4f5",
|
||||
"accent.foreground": "#27272a",
|
||||
@@ -117,8 +117,8 @@
|
||||
{
|
||||
"name": "PicoForge Zinc Dark",
|
||||
"mode": "dark",
|
||||
"radius": 10,
|
||||
"radius.lg": 12,
|
||||
"radius": 8,
|
||||
"radius.lg": 10,
|
||||
"colors": {
|
||||
"accent.background": "#27272a",
|
||||
"accent.foreground": "#fafafa",
|
||||
|
||||
Reference in New Issue
Block a user