mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
Use milou theme
nvim: use milou theme starship: update to milou scheme fish: update to milou scheme kitty: update to milou theme starship: increase contrast in git modules fzf: update to milou theme nvim/lazy: update milou theme fish/fzf.fish: use patdiff
This commit is contained in:
parent
e1407ff24e
commit
0c1f72b6e2
8 changed files with 86 additions and 87 deletions
|
|
@ -14,32 +14,29 @@ $git_state$git_branch$git_commit$git_status
|
|||
|
||||
|
||||
#################### Theme ####################
|
||||
palette = 'curry'
|
||||
palette = 'milou'
|
||||
|
||||
[palettes.curry]
|
||||
accent = '#645199' # Haskell purple
|
||||
accent_trans = '#efebfc'
|
||||
black = '#24292f'
|
||||
[palettes.milou]
|
||||
black = "#073642" # .hs-identifier
|
||||
grey = '#a0a1a7'
|
||||
cyan = '#1b7c83'
|
||||
blue = '#0969da'
|
||||
purple = '#8250df'
|
||||
green = '#116329'
|
||||
orange = '#e45649'
|
||||
red = '#ca1243'
|
||||
brown = '#986801'
|
||||
gold = '#c18401'
|
||||
tinted_bg = '#eeeeee'
|
||||
cyan = "#2aa198" # .hs-pragma
|
||||
blue = "#268bd2" # .hs-number
|
||||
magenta = "#d33682" # .hs-operator
|
||||
green = "#859900" # .hs-cpp
|
||||
orange = "#cb4b16" # .hs-char
|
||||
red = "#af005f" # .hs-special
|
||||
purple = "#5f5faf" # .hs-type
|
||||
cursor = "#f0e5c9"
|
||||
#################### Theme ####################
|
||||
|
||||
|
||||
[hostname]
|
||||
ssh_only = true
|
||||
style = 'bold orange'
|
||||
style = 'bold'
|
||||
format = '[$hostname]($style):'
|
||||
|
||||
[username]
|
||||
style_root = 'bold orange'
|
||||
style_root = 'bold'
|
||||
style_user = 'grey'
|
||||
format = '( [\($user\)]($style))'
|
||||
|
||||
|
|
@ -54,7 +51,7 @@ vimcmd_visual_symbol = '[V](grey)' # Visual
|
|||
[directory]
|
||||
truncation_length = 4
|
||||
truncate_to_repo = false
|
||||
style = 'fg:black bg:accent_trans'
|
||||
style = 'fg:black bg:cursor'
|
||||
format = '[$path]($style)( [$read_only]($read_only_style))'
|
||||
read_only = ''
|
||||
read_only_style = 'red'
|
||||
|
|
@ -107,13 +104,13 @@ style = "bold #5e5086"
|
|||
[time]
|
||||
disabled = false
|
||||
format = '[$time]($style) '
|
||||
style = "brown"
|
||||
style = "blue"
|
||||
|
||||
#################### Right hand side ####################
|
||||
[cmd_duration]
|
||||
min_time = 60_000
|
||||
show_milliseconds = true
|
||||
style = 'brown'
|
||||
style = 'blue'
|
||||
format = '([$duration]($style) )'
|
||||
|
||||
[git_state]
|
||||
|
|
@ -122,17 +119,17 @@ format = '\([$state( $progress_current/$progress_total)]($style)\) '
|
|||
|
||||
[git_branch]
|
||||
symbol = ''
|
||||
style = 'grey'
|
||||
style = 'black'
|
||||
format = '[$symbol$branch(:$remote_branch)]($style)'
|
||||
|
||||
[git_commit]
|
||||
style = 'accent'
|
||||
format = '[\(](grey)[$hash$tag]($style)[\)](grey)'
|
||||
style = 'cyan'
|
||||
format = '[\(](black)[$hash$tag]($style)[\)](black)'
|
||||
|
||||
[git_status]
|
||||
ahead = '⇡$count'
|
||||
behind = '⇣$count'
|
||||
diverged = '⇕⇡$ahead_count⇣$behind_count'
|
||||
style = 'bold accent'
|
||||
format = '([\[](grey)[$all_status$ahead_behind]($style)[\]](grey))'
|
||||
style = 'bold cyan'
|
||||
format = '([\[](black)[$all_status$ahead_behind]($style)[\]](black))'
|
||||
#################### Right hand side ####################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue