Skip to content

Commit

Permalink
one dark draft
Browse files Browse the repository at this point in the history
  • Loading branch information
uelei committed Aug 21, 2022
1 parent 9c946ed commit 9aabc58
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
23 changes: 23 additions & 0 deletions macos/kitty/kitty.conf.bak
Original file line number Diff line number Diff line change
Expand Up @@ -2215,3 +2215,26 @@ cursor_text_color background
# Marks
mark1_foreground #282c34
mark1_background #ff6c6b


{
"background": "#1E2127",
"black": "#000000",
"blue": "#61AFEF",
"brightBlack": "#5C6370",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#FFFFFF",
"brightYellow": "#D19A66",
"cyan": "#56B6C2",
"foreground": "#5C6370",
"green": "#98C379",
"name": "One Dark",
"purple": "#C678DD",
"red": "#E06C75",
"white": "#ABB2BF",
"yellow": "#D19A66"
}
3 changes: 2 additions & 1 deletion zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ function setenv(){
}

# go
export PATH=$PATH:/usr/local/go/bin
export GOPATH=/usr/local/go
export PATH=$PATH:$GOPATH/bin

echo "load zinit"
### Added by Zinit's installer
Expand Down

0 comments on commit 9aabc58

Please sign in to comment.