色なおし

This commit is contained in:
nullnyat 2022-02-12 17:47:02 +09:00
parent 2f640ccdf1
commit 203454848a
No known key found for this signature in database
GPG Key ID: 5EDC2816C3AE007A
2 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,7 @@ const alpha = (hex, a) => {
}; };
const colors = { const colors = {
blue: '##96CCE7', blue: '#96CCE7',
green: '#B0E7CB', green: '#B0E7CB',
yellow: '#E7E7B0', yellow: '#E7E7B0',
red: '#FF9D9D', red: '#FF9D9D',

View File

@ -14,6 +14,7 @@
success: '#B0E7CB', success: '#B0E7CB',
error: '#FF9D9D', error: '#FF9D9D',
warn: '#E7E7B0', warn: '#E7E7B0',
hashtag: '#96CCE7'
}, },
author: '@n@nca10.net', author: '@n@nca10.net',
} }