We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7590db7 commit 8a956ceCopy full SHA for 8a956ce
app/src/main/java/com/coderGtm/yantra/Constants.kt
@@ -231,6 +231,18 @@ enum class Themes(val theme: Theme) {
231
warningTextColor = 0xFFE0AF68.toInt(),
232
)
233
),
234
+ Everforest(
235
+ Theme(
236
+ bgColor = 0xFF272E33.toInt(),
237
+ commandColor = 0xFFD3C6AA.toInt(),
238
+ suggestionTextColor = 0xFFD699B6.toInt(),
239
+ buttonColor = 0xFFA7C080.toInt(),
240
+ resultTextColor = 0xFFD3C6AA.toInt(),
241
+ errorTextColor = 0xFFE67E80.toInt(),
242
+ successTextColor = 0xFFA7C080.toInt(),
243
+ warningTextColor = 0xFFDBBC7F.toInt(),
244
+ )
245
246
}
247
enum class AppSortMode(val value: Int) {
248
A_TO_Z(0),
0 commit comments