Merge pull request #6 from JohnSundell/fix-sundells-colors

Fix Sundell’s Colors theme colors
This commit is contained in:
John Sundell 2018-08-26 14:18:58 +02:00 committed by GitHub
commit 62a517bade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,9 +25,9 @@ public extension Theme {
.call : Color(red: 0.2, green: 0.56, blue: 0.9),
.number : Color(red: 0.86, green: 0.44, blue: 0.34),
.comment : Color(red: 0.42, green: 0.54, blue: 0.58),
.property : Color(red: 0.2, green: 0.56, blue: 0.9),
.dotAccess : Color(red: 0.2, green: 0.56, blue: 0.9),
.preprocessing : Color(red: 0.896, green: 0.488, blue: 0.284)
.property : Color(red: 0.13, green: 0.67, blue: 0.62),
.dotAccess : Color(red: 0.57, green: 0.7, blue: 0),
.preprocessing : Color(red: 0.71, green: 0.54, blue: 0)
]
)
}