1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 02:06:29 +00:00

prepare alpha.5 (remain work: MD preview, keybind)

This commit is contained in:
Rokt33r
2015-10-31 13:05:22 +09:00
parent d9442aa23c
commit 3d0b79f674
18 changed files with 427 additions and 403 deletions

View File

@@ -8,6 +8,7 @@ const GREEN = '#02FF26'
const DARKGREEN = '#008A59'
const RED = '#E10051'
const PURPLE = '#B013A4'
const BRAND_COLOR = '#2BAC8F'
function getColorByIndex (index) {
switch (index % 8) {
@@ -28,7 +29,7 @@ function getColorByIndex (index) {
case 7:
return PURPLE
default:
return 'gray'
return BRAND_COLOR
}
}