mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-15 21:37:09 +09:00
colorscheme: Add capability to include schemes (#2844)
This commit is contained in:
@@ -65,7 +65,7 @@ color-link constant "#AE81FF,#282828"
|
||||
color-link constant.string "#E6DB74,#282828"
|
||||
color-link constant.string.char "#BDE6AD,#282828"`
|
||||
|
||||
c, err := ParseColorscheme(testColorscheme)
|
||||
c, err := ParseColorscheme("testColorscheme", testColorscheme, nil)
|
||||
assert.Nil(t, err)
|
||||
|
||||
fg, bg, _ := c["comment"].Decompose()
|
||||
|
||||
Reference in New Issue
Block a user