tangled
alpha
login
or
join now
dekker.one
/
dotfiles
0
fork
atom
The general configuration of my development environment and many other general computer things.
0
fork
atom
overview
issues
pulls
pipelines
Add new colour schemes for nushell
dekker.one
3 years ago
4647279c
0cc10696
+44
-2
3 changed files
expand all
collapse all
unified
split
dot_config
kitty
themes
breakers.conf
mariana.conf
private_Library
private_Application Support
nushell
config.nu
+21
dot_config/kitty/themes/breakers.conf
···
1
1
+
background #fcfdfd
2
2
+
foreground #333333
3
3
+
cursor #5fb4b4
4
4
+
selection_background #d8dcdf
5
5
+
selection_foreground #f8f8f8
6
6
+
color0 #333333
7
7
+
color8 #333333
8
8
+
color1 #ec5f66
9
9
+
color9 #f97b58
10
10
+
color2 #80b979
11
11
+
color10 #80b979
12
12
+
color3 #f9ae58
13
13
+
color11 #fac761
14
14
+
color4 #6699cc
15
15
+
color12 #6699cc
16
16
+
color5 #c695c6
17
17
+
color13 #c695c6
18
18
+
color6 #5c99d6
19
19
+
color14 #5c99d6
20
20
+
color7 #999999
21
21
+
color15 #999999
+21
dot_config/kitty/themes/mariana.conf
···
1
1
+
background #303841
2
2
+
foreground #d8dee9
3
3
+
cursor #f9ae58
4
4
+
selection_background #596673
5
5
+
selection_foreground #f8f8f8
6
6
+
color0 #000000
7
7
+
color8 #000000
8
8
+
color1 #ec5f66
9
9
+
color9 #f97b58
10
10
+
color2 #99c794
11
11
+
color10 #99c794
12
12
+
color3 #f9ae58
13
13
+
color11 #ee932b
14
14
+
color4 #6699cc
15
15
+
color12 #6699cc
16
16
+
color5 #c695c6
17
17
+
color13 #c695c6
18
18
+
color6 #5c99d6
19
19
+
color14 #5c99d6
20
20
+
color7 #ffffff
21
21
+
color15 #f7f7f7
+2
-2
private_Library/private_Application Support/nushell/config.nu
···
83
83
### Setup aliases
84
84
alias edit = ^($env.EDITOR)
85
85
alias start = ^open
86
86
-
alias set-light-theme = kitty +kitten themes Rosé Pine Dawn
87
87
-
alias set-dark-theme = kitty +kitten themes Rosé Pine Moon
86
86
+
alias set-light-theme = kitty +kitten themes Breakers
87
87
+
alias set-dark-theme = kitty +kitten themes Mariana
88
88
alias brew-backup = brew bundle dump --global --no-lock --cask --mas --tap --force
89
89
alias brew-cleanup = brew bundle cleanup --global --no-lock --force --zap
90
90
alias brew-restore = brew bundle install --global --no-lock