Skip to content

Commit

Permalink
fix: change logo
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjohiryan committed Jun 25, 2024
1 parent 852478c commit d5eda74
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 26 deletions.
42 changes: 20 additions & 22 deletions cmd/nestri.ascii
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
:*@@@@@*-
+@@@@@@@@@@#=.
:@@@@@@@@@@@@@@%+:
.:--. .#@@@@:.=*@@@@@@@@@*-
-%@@@@@@*-. .=#@. :+#@@@@@@@@#+.
*@@@@@@@@@@@%+: .=#@@@@@@@@%=
@@@@@@#@@@@@@@@@*-. -*@@@@@@@*
@@@@@* :+%@@@@@@@@%+: +@@@@@@
@@@@@+ -#@@@@@@@@@*. :+@@@@@@@*
@@@@@+ -+%@@@*=. .=*@@@@@@@@%=
@@@@@+ :*=. :+%@@@@@@@@#=.
@@@@@+ -@@@%- +@@@@@@@@@#-
@@@@@+ -@@@@@ @@@@@@%*- -*%%*.
@@@@@* -@@@@@: @@@#=. +@@@@@@@=
@@@@@* . -@@@@@: +: .+@@@@@@
@@@@@#=*%* -@@@@@- :+@@@@@@%
%@@@@@@@@+ -@@@@@- .-*@@@@@@@@#.
.*@@@@@@@+ -@@@@@- .+%@@@@@@@@%+.
.=+**+- :@@@@@= .-*%@@@@@@@@#=.
:@@@@@%%@@@@@@@@%+-
%@@@@@@@@@@@#=.
.+%@@@@@%*-
**************************************************
##################################################
##################################################
##################################################
##################################################
::::::::::::::::::::::::::::::::::::::::::::::::::

**************************************************
##################################################
##################################################
##################################################
##################################################
::::::::::::::::::::::::::::::::::::::::::::::::::

**************************************************
##################################################
##################################################
##################################################
##################################################
::::::::::::::::::::::::::::::::::::::::::::::::::
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"strings"
"sync"

"github.com/netrisdotme/cli/pkg/specs"
"github.com/nestriness/cli/pkg/specs"

"github.com/charmbracelet/lipgloss"
"github.com/charmbracelet/lipgloss/table"
Expand Down Expand Up @@ -47,7 +47,7 @@ var neoFetchCmd = &cobra.Command{
var (
b strings.Builder
lines = strings.Split(art, "\n")
colors = []string{"#F8481C", "#F74127", "#F53B30", "#F23538", "#F02E40"}
colors = []string{"#CC3D00", "#CC3D00"}
step = len(lines) / len(colors)
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/netrisdotme/cli
module github.com/nestriness/cli

go 1.22.2

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Copyright © 2024 NAME HERE <EMAIL ADDRESS>
*/
package main

import "github.com/netrisdotme/cli/cmd"
import "github.com/nestriness/cli/cmd"

func main() {
cmd.Execute()
Expand Down

0 comments on commit d5eda74

Please sign in to comment.