[cfg-breaking] Change colors to 0-255 instead of 0.-1.

This commit is contained in:
Ivan Molodetskikh
2023-10-31 09:07:11 +04:00
parent 8fa5bf9a36
commit 02f6b418fe
2 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -76,10 +76,10 @@ focus-ring {
width 4
// Color of the ring on the active monitor: red, green, blue, alpha.
active-color 0.5 0.8 1.0 1.0
active-color 127 200 255 255
// Color of the ring on inactive monitors: red, green, blue, alpha.
inactive-color 0.3 0.3 0.3 1.0
inactive-color 80 80 80 255
}
cursor {