mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-05-13 00:34:03 +02:00
Add more colors in squiggly brackets
This commit is contained in:
parent
cbd9196b2e
commit
e7fff430fe
@ -22,8 +22,9 @@ object RainbowColors {
|
||||
)
|
||||
|
||||
val squigglyBracketsColor = arrayOf(
|
||||
Color(212, 212, 170),
|
||||
Color(209, 160, 117),
|
||||
Color(156, 102, 40)
|
||||
Color(25, 118, 210),
|
||||
Color(150, 80, 150),
|
||||
Color(205, 220, 57),
|
||||
Color(255, 152, 0)
|
||||
)
|
||||
}
|
Loading…
Reference in New Issue
Block a user