chore(config): use catppuccin

main
sudo pacman -Syu 2022-02-19 11:54:38 +07:00
parent ba4eb47d55
commit f55500b3c0
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
12 changed files with 192 additions and 248 deletions

View File

@ -0,0 +1,38 @@
# https://github.com/catppuccin/alacritty
# Catppuccin!
colors:
# Default colors
primary:
background: '0x1E1D2F'
foreground: '0xD9E0EE'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0x1E1D2F'
cursor: '0xF5E0DC'
# Normal colors
normal:
black: '0x6E6C7E'
red: '0xF28FAD'
green: '0xABE9B3'
yellow: '0xFAE3B0'
blue: '0x96CDFB'
magenta: '0xF5C2E7'
cyan: '0x89DCEB'
white: '0xD9E0EE'
# Bright colors
bright:
black: '0x988BA2'
red: '0xF28FAD'
green: '0xABE9B3'
yellow: '0xFAE3B0'
blue: '0x96CDFB'
magenta: '0xF5C2E7'
cyan: '0x89DCEB'
white: '0xD9E0EE'
indexed_colors:
- { index: 16, color: '0xF8BD96' }
- { index: 17, color: '0xF5E0DC' }

View File

@ -8,26 +8,26 @@ colors:
# Normal colors
normal:
black: '0x24292e'
red: '0xf14c4c'
green: '0x23d18b'
yellow: '0xe2e210'
blue: '0x3b8eea'
magenta: '0xbc3fbc'
cyan: '0x29b7da'
black: '0x586069'
red: '0xea4a5a'
green: '0x34d058'
yellow: '0xffea7f'
blue: '0x2188ff'
magenta: '0xb392f0'
cyan: '0x39c5cf'
white: '0xd1d5da'
# Bright colors
bright:
black: '0x666666'
red: '0xf14c4c'
green: '0x23d18b'
yellow: '0xf5f543'
blue: '0x3b8eea'
magenta: '0xd670d6'
cyan: '0x29b7da'
white: '0xd1d5da'
black: '0x959da5'
red: '0xf97583'
green: '0x85e89d'
yellow: '0xffea7f'
blue: '0x79b8ff'
magenta: '0xb392f0'
cyan: '0x56d4dd'
white: '0xfafbfc'
indexed_colors:
- { index: 16, color: '0xd18616' }
- { index: 17, color: '0xf14c4c' }
- { index: 17, color: '0xf97583' }

View File

@ -1,49 +0,0 @@
# https://github.com/arcticicestudio/nord-alacritty
colors:
primary:
background: "#2e3440"
foreground: "#d8dee9"
dim_foreground: "#a5abb6"
cursor:
text: "#2e3440"
cursor: "#d8dee9"
vi_mode_cursor:
text: "#2e3440"
cursor: "#d8dee9"
selection:
text: CellForeground
background: "#4c566a"
search:
matches:
foreground: CellBackground
background: "#88c0d0"
bar:
background: "#434c5e"
foreground: "#d8dee9"
normal:
black: "#3b4252"
red: "#bf616a"
green: "#a3be8c"
yellow: "#ebcb8b"
blue: "#81a1c1"
magenta: "#b48ead"
cyan: "#88c0d0"
white: "#e5e9f0"
bright:
black: "#4c566a"
red: "#bf616a"
green: "#a3be8c"
yellow: "#ebcb8b"
blue: "#81a1c1"
magenta: "#b48ead"
cyan: "#8fbcbb"
white: "#eceff4"
dim:
black: "#373e4d"
red: "#94545d"
green: "#809575"
yellow: "#b29e75"
blue: "#68809a"
magenta: "#8c738c"
cyan: "#6d96a5"
white: "#aeb3bb"

View File

@ -1,22 +0,0 @@
# https://github.com/alacritty/alacritty/wiki/Color-schemes
# Colors (One Dark - https://github.com/atom/atom/tree/master/packages/one-dark-syntax)
colors:
primary:
background: "#282c34"
foreground: "#abb2bf"
cursor:
text: CellBackground
cursor: "#528bff" # syntax-cursor-color
selection:
text: CellForeground
background: "#3e4451" # syntax-selection-color
normal:
black: "#5c6370" # mono-3
red: "#e06c75" # red 1
green: "#98c379"
yellow: "#e5c07b" # orange 2
blue: "#61afef"
magenta: "#c678dd"
cyan: "#56b6c2"
white: "#828997" # mono-2

View File

@ -1,47 +0,0 @@
background #403e41
foreground #fcfcfa
cursor #fcfcfa
cursor_text_color #000000
selection_foreground #403e41
selection_background #fcfcfa
# dull black
color0 #403e41
# light black
color8 #727072
# dull red
color1 #ff6188
# light red
color9 #ff6188
# dull green
color2 #a9dc76
# light green
color10 #a9dc76
# yellow
color3 #ffd866
# light yellow
color11 #ffd866
# blue
color4 #fc9867
# light blue
color12 #fc9867
# magenta
color5 #ab9df2
# light magenta
color13 #ab9df2
# cyan
color6 #78dce8
# light cyan
color14 #78dce8
# dull white
color7 #fcfcfa
# bright white
color15 #fcfcfa

View File

@ -0,0 +1,79 @@
# vim:ft=kitty
## name: Catppuccin
## author: Pocco81 (https://github.com/Pocco81)
## license: MIT
## upstream: https://github.com/catppuccin/kitty/blob/main/catppuccin.conf
## blurb: Soothing pastel theme for the high-spirited!
# The basic colors
foreground #D9E0EE
background #1E1E2E
selection_foreground #D9E0EE
selection_background #575268
# Cursor colors
cursor #F5E0DC
cursor_text_color #1E1E2E
# URL underline color when hovering with mouse
url_color #F5E0DC
# kitty window border colors
active_border_color #C9CBFF
inactive_border_color #575268
bell_border_color #FAE3B0
# OS Window titlebar colors
wayland_titlebar_color system
macos_titlebar_color system
#: Tab bar colors
active_tab_foreground #F5C2E7
active_tab_background #575268
inactive_tab_foreground #D9E0EE
inactive_tab_background #1E1E2E
tab_bar_background #161320
# Colors for marks (marked text in the terminal)
mark1_foreground #1E1E2E
mark1_background #96CDFB
mark2_foreground #1E1E2E
mark2_background #F5C2E7
mark3_foreground #1E1E2E
mark3_background #B5E8E0
#: The 16 terminal colors
#: black
color0 #6E6C7E
color8 #988BA2
#: red
color1 #F28FAD
color9 #F28FAD
#: green
color2 #ABE9B3
color10 #ABE9B3
#: yellow
color3 #FAE3B0
color11 #FAE3B0
#: blue
color4 #96CDFB
color12 #96CDFB
#: magenta
color5 #F5C2E7
color13 #F5C2E7
#: cyan
color6 #89DCEB
color14 #89DCEB
#: white
color7 #D9E0EE
color15 #D9E0EE

View File

@ -9,9 +9,9 @@ url_color #d1d5da
cursor #c8e1ff
# Tabs
active_tab_background #3b8eea
active_tab_background #2188ff
active_tab_foreground #1f2428
inactive_tab_background #d1d5da
inactive_tab_background #666666
inactive_tab_foreground #1f2428
# Windows Border
@ -19,25 +19,25 @@ active_border_color #444c56
inactive_border_color #444c56
# normal
color0 #24292e
color1 #f14c4c
color2 #23d18b
color3 #e2e210
color4 #3b8eea
color5 #bc3fbc
color6 #29b7da
color7 #666666
color0 #586069
color1 #ea4a5a
color2 #34d058
color3 #ffea7f
color4 #2188ff
color5 #b392f0
color6 #39c5cf
color7 #d1d5da
# bright
color8 #666666
color9 #f14c4c
color10 #23d18b
color11 #f5f543
color12 #3b8eea
color13 #d670d6
color14 #29b8db
color15 #d1d5da
color8 #959da5
color9 #f97583
color10 #85e89d
color11 #ffea7f
color12 #79b8ff
color13 #b392f0
color14 #56d4dd
color15 #fafbfc
# extended colors
color16 #f5f543
color17 #f14c4c
color16 #ffea7f
color17 #f97583

View File

@ -1,4 +1,4 @@
include github_dark.conf
include catppuccin.conf
# https://sw.kovidgoyal.net/kitty/conf/#color-scheme
background_opacity 0.95

View File

@ -1,44 +0,0 @@
# https://github.com/connorholyday/nord-kitty
# Nord Colorscheme for Kitty
# Based on:
# - https://gist.github.com/marcusramberg/64010234c95a93d953e8c79fdaf94192
# - https://github.com/arcticicestudio/nord-hyper
foreground #D8DEE9
background #2E3440
selection_foreground #000000
selection_background #FFFACD
url_color #0087BD
cursor #81A1C1
# black
color0 #3B4252
color8 #4C566A
# red
color1 #BF616A
color9 #BF616A
# green
color2 #A3BE8C
color10 #A3BE8C
# yellow
color3 #EBCB8B
color11 #EBCB8B
# blue
color4 #81A1C1
color12 #81A1C1
# magenta
color5 #B48EAD
color13 #B48EAD
# cyan
color6 #88C0D0
color14 #8FBCBB
# white
color7 #E5E9F0
color15 #ECEFF4

View File

@ -1,23 +0,0 @@
# https://github.com/dexpota/kitty-themes
# One Dark
foreground #979eab
background #282c34
cursor #cccccc
color0 #282c34
color1 #e06c75
color2 #98c379
color3 #e5c07b
color4 #61afef
color5 #be5046
color6 #56b6c2
color7 #979eab
color8 #393e48
color9 #d19a66
color10 #56b6c2
color11 #e5c07b
color12 #61afef
color13 #be5046
color14 #56b6c2
color15 #abb2bf
selection_foreground #282c34
selection_background #979eab

View File

@ -27,24 +27,37 @@ set rtp+=~/.fzf
" https://github.com/junegunn/vim-plug
call plug#begin()
" Should use
Plug 'preservim/nerdtree'
Plug 'nvim-lualine/lualine.nvim'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-surround'
" Colorschemes
Plug 'joshdick/onedark.vim'
Plug 'projekt0n/github-nvim-theme'
Plug 'catppuccin/nvim', {'as': 'catppuccin'}
call plug#end()
set background=dark
colorscheme github_dark
lua << EOF
require('lualine').setup{
local lualine = require('lualine')
local catppuccin = require("catppuccin")
lualine.setup({
options = {
theme = 'github',
-- theme = 'onedark',
-- theme = 'github',
theme = 'catppuccin',
}
}
})
catppuccin.setup({
transparent_background = true,
})
EOF
set background=dark
" colorscheme onedark
" colorscheme github_dark
colorscheme catppuccin

View File

@ -1,27 +1,26 @@
background: #1E1D2F
foreground: #D9E0EE
background: #282A36
foreground: #F8F8F2
color0: #6E6C7E
color8: #988BA2
color0: #000000
color8: #4D4D4D
color1: #F28FAD
color9: #F28FAD
color1: #FF5555
color9: #FF6E67
color2: #ABE9B3
color10: #ABE9B3
color2: #50FA7B
color10: #5AF78E
color3: #FAE3B0
color11: #FAE3B0
color3: #F1FA8C
color11: #F4F99D
color4: #96CDFB
color12: #96CDFB
color4: #BD93F9
color12: #CAA9FA
color5: #F5C2E7
color13: #F5C2E7
color5: #FF79C6
color13: #FF92D0
color6: #89DCEB
color14: #89DCEB
color6: #8BE9FD
color14: #9AEDFE
color7: #BFBFBF
color15: #E6E6E6
color7: #C3BAC6
color15: #D9E0EE