use rose-pine colorscheme

This commit is contained in:
jc 2024-06-02 16:25:18 -04:00
commit 23a35dd04d
No known key found for this signature in database
2 changed files with 48 additions and 41 deletions

View file

@ -1,44 +1,53 @@
# vim:ft=kitty ## name: Rosé Pine
## author: mvllow
## name: Tokyo Night Storm
## license: MIT ## license: MIT
## author: Folke Lemaitre ## upstream: https://github.com/rose-pine/kitty/blob/main/dist/rose-pine.conf
## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty_tokyonight_storm.conf ## blurb: All natural pine, faux fur and a bit of soho vibes for the classy minimalist
background #24283b foreground #e0def4
foreground #c0caf5 background #191724
selection_background #364A82 selection_foreground #e0def4
selection_foreground #c0caf5 selection_background #403d52
url_color #73daca
cursor #c0caf5
# Tabs cursor #524f67
active_tab_background #7aa2f7 cursor_text_color #e0def4
active_tab_foreground #1f2335
inactive_tab_background #292e42
inactive_tab_foreground #545c7e
#tab_bar_background #1D202F
# normal url_color #c4a7e7
color0 #1D202F
color1 #f7768e
color2 #9ece6a
color3 #e0af68
color4 #7aa2f7
color5 #bb9af7
color6 #7dcfff
color7 #a9b1d6
# bright active_tab_foreground #e0def4
color8 #414868 active_tab_background #26233a
color9 #f7768e inactive_tab_foreground #6e6a86
color10 #9ece6a inactive_tab_background #191724
color11 #e0af68
color12 #7aa2f7 # black
color13 #bb9af7 color0 #26233a
color14 #7dcfff color8 #6e6a86
color15 #c0caf5
# red
color1 #eb6f92
color9 #eb6f92
# green
color2 #31748f
color10 #31748f
# yellow
color3 #f6c177
color11 #f6c177
# blue
color4 #9ccfd8
color12 #9ccfd8
# magenta
color5 #c4a7e7
color13 #c4a7e7
# cyan
color6 #ebbcba
color14 #ebbcba
# white
color7 #e0def4
color15 #e0def4
# extended colors
color16 #ff9e64
color17 #db4b4b

View file

@ -12,7 +12,5 @@ end
vim.opt.rtp:prepend(lazypath) vim.opt.rtp:prepend(lazypath)
require("juancwu.config").setup({ require("juancwu.config").setup({
colorscheme = function() colorscheme = "rose-pine"
require("tokyonight").load()
end,
}) })