Added basic theme
This commit is contained in:
parent
6f3eda27a2
commit
610e2229aa
1 changed files with 21 additions and 0 deletions
21
.config/oh-my-posh/basic.toml
Normal file
21
.config/oh-my-posh/basic.toml
Normal file
|
@ -0,0 +1,21 @@
|
|||
"$schema" = "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json"
|
||||
final_space = true
|
||||
version = 2
|
||||
|
||||
[[blocks]]
|
||||
type = "prompt"
|
||||
alignment = "left"
|
||||
|
||||
[[blocks.segments]]
|
||||
type = "path"
|
||||
style = "plain"
|
||||
foreground = "white"
|
||||
|
||||
[blocks.segments.properties]
|
||||
style = "powerlevel"
|
||||
|
||||
[[blocks.segments]]
|
||||
type = "text"
|
||||
foreground = "white"
|
||||
style = "plain"
|
||||
template = ">"
|
Loading…
Add table
Reference in a new issue