mirror of
https://github.com/taigrr/simplecolorpalettes.git
synced 2026-04-02 04:59:08 -07:00
fix: Removed ineffectual assignment
This commit is contained in:
4
main.go
4
main.go
@@ -4,13 +4,11 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/taigrr/simplecolorpalettes/palettes/material"
|
|
||||||
"github.com/taigrr/simplecolorpalettes/palettes/vim/luna"
|
"github.com/taigrr/simplecolorpalettes/palettes/vim/luna"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
colors := material.GetShadesForColorName(material.Red)
|
colors := luna.GetPalette()
|
||||||
colors = luna.GetPalette()
|
|
||||||
colors = colors.ToExtendedAnsi()
|
colors = colors.ToExtendedAnsi()
|
||||||
var open []string
|
var open []string
|
||||||
var close []string
|
var close []string
|
||||||
|
|||||||
Reference in New Issue
Block a user