Skip to content

Commit

Permalink
[Theme] Acme (#2876)
Browse files Browse the repository at this point in the history
  • Loading branch information
xcdkz authored Jun 25, 2022
1 parent 33e6df8 commit 1843589
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions runtime/themes/acme.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Author: Two-Six<twopsix@duck.com>

"ui.background" = {bg="acme_bg"}
"ui.text" = "black"
"ui.selection" = {bg="selected"}
"ui.statusline" = {bg="acme_bar_bg"}
"ui.statusline.inactive" = {bg="acme_bar_inactive"}
"ui.virtual" = "indent"
"ui.cursor.match" = {bg="acme_bar_bg"}
"ui.cursor" = {bg="cursor", fg="white"}
"string" = "red"
"comment" = "green"
"ui.menu.selected" = {bg="selected"}
"diagnostic.error" = {bg="white", modifiers=["bold"]}
"diagnostic.warning" = {bg="white", modifiers=["bold"]}
"diagnostic.hint" = {bg="white", modifiers=["bold"]}

[palette]
white = "#ffffff"
acme_bg = "#ffffea"
black = "#000000"
selected = "#eeee9e"
acme_bar_bg = "#aeeeee"
acme_bar_inactive = "#eaffff"
cursor = "#444444"
red = "#a0342f"
green = "#065905"
indent = "#aaaaaa"

0 comments on commit 1843589

Please sign in to comment.