mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-11 22:17:15 +00:00
add dotfiles (including kitty & alacritty themes), add proxies, add writing & haskell roles
This commit is contained in:
parent
46bdf4dda0
commit
6561d54f45
346 changed files with 15329 additions and 0 deletions
|
|
@ -0,0 +1,38 @@
|
|||
[colors.primary]
|
||||
background = '#232136'
|
||||
foreground = '#e0def4'
|
||||
|
||||
[colors.cursor]
|
||||
text = '#e0def4'
|
||||
cursor = '#56526e'
|
||||
|
||||
[colors.vi_mode_cursor]
|
||||
text = '#e0def4'
|
||||
cursor = '#56526e'
|
||||
|
||||
[colors.selection]
|
||||
text = '#e0def4'
|
||||
background = '#44415a'
|
||||
[colors.normal]
|
||||
black = '#393552'
|
||||
red = '#eb6f92'
|
||||
green = '#3e8fb0'
|
||||
yellow = '#f6c177'
|
||||
blue = '#9ccfd8'
|
||||
magenta = '#c4a7e7'
|
||||
cyan = '#ea9a97'
|
||||
white = '#e0def4'
|
||||
|
||||
[colors.bright]
|
||||
black = '#6e6a86'
|
||||
red = '#eb6f92'
|
||||
green = '#3e8fb0'
|
||||
yellow = '#f6c177'
|
||||
blue = '#9ccfd8'
|
||||
magenta = '#c4a7e7'
|
||||
cyan = '#ea9a97'
|
||||
white = '#e0def4'
|
||||
|
||||
[colors.hints]
|
||||
start = { foreground = '#908caa', background = '#2a273f' }
|
||||
end = { foreground = '#6e6a86', background = '#2a273f' }
|
||||
Loading…
Add table
Add a link
Reference in a new issue