Skip to content

Commit

Permalink
add Nim logo
Browse files Browse the repository at this point in the history
  • Loading branch information
acarl005 committed Oct 24, 2022
1 parent b18cd1f commit 99cee1f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions colors.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ func generateColors() {
"m": {FgRGB(5, 2, 0), FgRGB(5, 0, 0), true},
"md": {FgRGB(1, 5, 5), FgRGB(1, 3, 3), true},
"ml": {FgRGB(5, 2, 0), FgRGB(2, 1, 0), true},
"nim": {FgRGB(4, 4, 0), FgRGB(2, 2, 0), true},
"php": {FgRGB(0, 3, 4), FgRGB(0, 2, 2), true},
"pl": {FgRGB(2, 1, 5), FgRGB(1, 0, 5), true},
"py": {FgRGB(0, 4, 0), FgRGB(0, 2, 0), true},
Expand Down
Empty file added example/src/foo.nim
Empty file.
1 change: 1 addition & 0 deletions file-icons.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ var icons = map[string]string{
"ml": "\ufb26",
"mustache": "\ue60f",
"nc": "\uf7c0",
"nim": "\uf6a4",
"npmignore": "\ue71e",
"package": "\uf487",
"passwd": "\uf023",
Expand Down
2 changes: 1 addition & 1 deletion ls-go.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
kingpin "gopkg.in/alecthomas/kingpin.v2"
)

const VERSION = "0.2.3"
const VERSION = "0.2.4"

// DisplayItem wraps the file stat info and string to be printed
type DisplayItem struct {
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ls-go
version: "0.2.3"
version: "0.2.4"
summary: A more colorful, user-friendly implementation of `ls` written in Go
license: MIT
description: |
Expand Down

0 comments on commit 99cee1f

Please sign in to comment.