Replaced teal by accent color

This commit is contained in:
Agate 2020-06-22 16:46:43 +02:00
parent 082fc9869f
commit cf495360de
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14
21 changed files with 33 additions and 24 deletions

View file

@ -37,6 +37,11 @@ GLOBAL_REPLACES = [
("#e76b00", "var(--vibrant-active-color)"),
("#e55b00", "var(--vibrant-focus-color)"),
("#f17000", "var(--vibrant-focus-color)"),
(".teal", ".accent"),
("#00B5AD", "var(--accent-color)"),
("#009c95", "var(--accent-hover-color)"),
("#00827c", "var(--accent-active-color)"),
("#008c86", "var(--accent-focus-color)"),
(".green", ".success"),
("#21BA45", "var(--success-color)"),
("#2ECC40", "var(--success-color)"),