Skip to content

Commit 1bad351

Browse files
yangzaidavidkna
andauthored
docs(preset): update presets with Scala nerd font. (starship#4452)
* docs(preset): update presets with Scala nerd font. * dos(preset): add an extra space after Scala symbol. Co-authored-by: David Knaack <[email protected]> Co-authored-by: David Knaack <[email protected]>
1 parent 355800f commit 1bad351

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/.vuepress/public/presets/toml/nerd-font-symbols.toml

+3
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,8 @@ symbol = " "
7676
[rust]
7777
symbol = ""
7878

79+
[scala]
80+
symbol = ""
81+
7982
[spack]
8083
symbol = "🅢 "

docs/.vuepress/public/presets/toml/pastel-powerline.toml

+6
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ $julia\
1717
$nodejs\
1818
$nim\
1919
$rust\
20+
$scala\
2021
[](fg:#86BBD8 bg:#06969A)\
2122
$docker_context\
2223
[](fg:#06969A bg:#33658A)\
@@ -117,6 +118,11 @@ symbol = ""
117118
style = "bg:#86BBD8"
118119
format = '[ $symbol ($version) ]($style)'
119120

121+
[scala]
122+
symbol = ""
123+
style = "bg:#86BBD8"
124+
format = '[ $symbol ($version) ]($style)'
125+
120126
[time]
121127
disabled = false
122128
time_format = "%R" # Hour:Minute Format

0 commit comments

Comments
 (0)