mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 01:26:46 +00:00
changed some themes
This commit is contained in:
@@ -10,15 +10,15 @@ $line_break\
|
|||||||
$python\
|
$python\
|
||||||
$character"""
|
$character"""
|
||||||
|
|
||||||
palette = "dracula"
|
palette = "gruvbox"
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
style = "bold pink"
|
style = "bold purple"
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol = "[>](bold green)"
|
success_symbol = "[>](bold green)"
|
||||||
error_symbol = "[>](bold red)"
|
error_symbol = "[>](bold red)"
|
||||||
vimcmd_symbol = "[<](bold purple)"
|
vimcmd_symbol = "[<](bold yellow)"
|
||||||
|
|
||||||
[git_branch]
|
[git_branch]
|
||||||
format = "[$branch]($style) "
|
format = "[$branch]($style) "
|
||||||
@@ -52,3 +52,16 @@ pink = "#ff79c6"
|
|||||||
purple = "#bd93f9"
|
purple = "#bd93f9"
|
||||||
red = "#ff5555"
|
red = "#ff5555"
|
||||||
yellow = "#f1fa8c"
|
yellow = "#f1fa8c"
|
||||||
|
|
||||||
|
[palettes.gruvbox]
|
||||||
|
background = "#282828"
|
||||||
|
current_line = "#928374"
|
||||||
|
foreground = "#f8f8f2"
|
||||||
|
comment = "#6272a4"
|
||||||
|
cyan = "#83a598"
|
||||||
|
green = "#b8bb26"
|
||||||
|
orange = "#fe8019"
|
||||||
|
pink = "#ff79c6"
|
||||||
|
purple = "#d3869b"
|
||||||
|
red = "#fb4934"
|
||||||
|
yellow = "#fabd2f"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[flavor]
|
[flavor]
|
||||||
dark = "dracula"
|
dark = "gruvbox_material"
|
||||||
use = "dracula"
|
use = "gruvbox_material"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user