diff options
-rw-r--r-- | .config/wayprompt/config.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/wayprompt/config.ini b/.config/wayprompt/config.ini index 3bb6ab6..fe1c37c 100644 --- a/.config/wayprompt/config.ini +++ b/.config/wayprompt/config.ini @@ -30,7 +30,7 @@ pin-square-border = 1; button-border = 1; # Width of the border around the buttons. Defaults to 1. -corner-radius = 10; +corner-radius = 0; # The radius of the corners of the dialog prompt window. Set to 0 to disable round corners. Defaults to 10. [colours] @@ -38,7 +38,7 @@ corner-radius = 10; background = 0x000000AA; # Background colour of the dialog prompt window. Defaults to 0xFFFFFF. -border = 0x33EEFF; +border = 0x33CCFF; # Border colour of the dialog prompt window and the buttons. Defaults to 0x000000. text = 0xEFEFEF; |