Skip to content

Commit 8a956ce

Browse files
committed
Added Everforest Theme
1 parent 7590db7 commit 8a956ce

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

app/src/main/java/com/coderGtm/yantra/Constants.kt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,18 @@ enum class Themes(val theme: Theme) {
231231
warningTextColor = 0xFFE0AF68.toInt(),
232232
)
233233
),
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+
)
234246
}
235247
enum class AppSortMode(val value: Int) {
236248
A_TO_Z(0),

0 commit comments

Comments
 (0)