Skip to content

Commit

Permalink
new colorscheme
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineGod committed Dec 8, 2022
1 parent 30c2159 commit 5233a51
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 8 deletions.
10 changes: 5 additions & 5 deletions alacritty/.config/alacritty/alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ font:
family: VictorMono Nerd Font Mono

# The `style` can be specified to pick a specific face.
style: Medium
style: Light

# Bold font face
bold:
Expand All @@ -132,7 +132,7 @@ font:
family: VictorMono Nerd Font Mono

# The `style` can be specified to pick a specific face.
style: Bold
style: Medium

# Italic font face
italic:
Expand All @@ -143,7 +143,7 @@ font:
family: VictorMono Nerd Font Mono

# The `style` can be specified to pick a specific face.
style: Medium Italic
style: Light Italic

# Bold italic font face
bold_italic:
Expand All @@ -154,10 +154,10 @@ font:
family: VictorMono Nerd Font Mono

# The `style` can be specified to pick a specific face.
style: Bold Italic
style: Medium Italic

# Point size
size: 12.0
size: 13.0

# Offset is the extra space around each character. `offset.y` can be thought
# of as modifying the line spacing, and `offset.x` as modifying the letter
Expand Down
178 changes: 177 additions & 1 deletion alacritty/.config/alacritty/colors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,180 @@ schemes:
# regardless of their background color.
#transparent_background_colors: false

colors: *gruvbox_material
everforest_dark_hard: &everforest_dark_hard
primary:
background: '#2b3339'
foreground: '#d3c6aa'
normal:
black: '#4b565c'
red: '#e67e80'
green: '#a7c080'
yellow: '#dbbc7f'
blue: '#7fbbb3'
magenta: '#d699b6'
cyan: '#83c092'
white: '#d3c6aa'
bright:
black: '#4b565c'
red: '#e67e80'
green: '#a7c080'
yellow: '#dbbc7f'
blue: '#7fbbb3'
magenta: '#d699b6'
cyan: '#83c092'
white: '#d3c6aa'
everforest_dark_medium: &everforest_dark_medium
primary:
background: '#2f383e'
foreground: '#d3c6aa'
normal:
black: '#4b565c'
red: '#e67e80'
green: '#a7c080'
yellow: '#dbbc7f'
blue: '#7fbbb3'
magenta: '#d699b6'
cyan: '#83c092'
white: '#d3c6aa'
bright:
black: '#4b565c'
red: '#e67e80'
green: '#a7c080'
yellow: '#dbbc7f'
blue: '#7fbbb3'
magenta: '#d699b6'
cyan: '#83c092'
white: '#d3c6aa'
everforest_dark_soft: &everforest_dark_soft
primary:
background: '#323d43'
foreground: '#d3c6aa'
normal:
black: '#4b565c'
red: '#e67e80'
green: '#a7c080'
yellow: '#dbbc7f'
blue: '#7fbbb3'
magenta: '#d699b6'
cyan: '#83c092'
white: '#d3c6aa'
bright:
black: '#4b565c'
red: '#e67e80'
green: '#a7c080'
yellow: '#dbbc7f'
blue: '#7fbbb3'
magenta: '#d699b6'
cyan: '#83c092'
white: '#d3c6aa'
everforest_light_hard: &everforest_light_hard
primary:
background: '#fff9e8'
foreground: '#5c6a72'
normal:
black: '#5c6a72'
red: '#f85552'
green: '#8da101'
yellow: '#dfa000'
blue: '#3a94c5'
magenta: '#df69ba'
cyan: '#35a77c'
white: '#dfddc8'
bright:
black: '#5c6a72'
red: '#f85552'
green: '#8da101'
yellow: '#dfa000'
blue: '#3a94c5'
magenta: '#df69ba'
cyan: '#35a77c'
white: '#dfddc8'
everforest_light_medium: &everforest_light_medium
primary:
background: '#fdf6e3'
foreground: '#5c6a72'
normal:
black: '#5c6a72'
red: '#f85552'
green: '#8da101'
yellow: '#dfa000'
blue: '#3a94c5'
magenta: '#df69ba'
cyan: '#35a77c'
white: '#dfddc8'
bright:
black: '#5c6a72'
red: '#f85552'
green: '#8da101'
yellow: '#dfa000'
blue: '#3a94c5'
magenta: '#df69ba'
cyan: '#35a77c'
white: '#dfddc8'
everforest_light_soft: &everforest_light_soft
primary:
background: '#f8f0dc'
foreground: '#5c6a72'
#dim_foreground: '#828482'
#bright_foreground: '#eaeaea'
normal:
black: '#5c6a72'
red: '#f85552'
green: '#8da101'
yellow: '#dfa000'
blue: '#3a94c5'
magenta: '#df69ba'
cyan: '#35a77c'
white: '#dfddc8'
bright:
black: '#5c6a72'
red: '#f85552'
green: '#8da101'
yellow: '#dfa000'
blue: '#3a94c5'
magenta: '#df69ba'
cyan: '#35a77c'
white: '#dfddc8'
dim:
black: '#131415'
red: '#864343'
green: '#777c44'
yellow: '#9e824c'
blue: '#556a7d'
magenta: '#75617b'
cyan: '#5b7d78'
white: '#828482'
cursor:
text: CellBackground
cursor: CellForeground
vi_mode_cursor:
text: CellBackground
cursor: CellForeground
search:
matches:
foreground: '#000000'
background: '#ffffff'
focused_match:
foreground: '#ffffff'
background: '#000000'
hints:
start:
foreground: '#1d1f21'
background: '#e9ff5e'
end:
foreground: '#e9ff5e'
background: '#1d1f21'
line_indicator:
foreground: None
background: None
footer_bar:
background: '#c5c8c6'
foreground: '#1d1f21'
selection:
text: CellBackground
background: CellForeground
#indexed_colors: []
#transparent_background_colors: false

# Apply
colors: *everforest_dark_soft
6 changes: 4 additions & 2 deletions nvim/.config/nvim/lua/user/colorscheme.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
vim.o.background = "light"
local colorscheme = "gruvbox"
vim.o.background = "dark"
vim.g.everforest_background="soft"
vim.g.everforest_enable_italic=1
local colorscheme = "everforest"

local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
if not status_ok then
Expand Down
2 changes: 2 additions & 0 deletions nvim/.config/nvim/lua/user/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ return packer.startup(function(use)
use { "folke/tokyonight.nvim" } -- , commit = "66bfc2e8f754869c7b651f3f47a2ee56ae557764" }
use { "lunarvim/darkplus.nvim" } -- , commit = "13ef9daad28d3cf6c5e793acfc16ddbf456e1c83" }
use { "ellisonleao/gruvbox.nvim" } -- , commit = "9ec1d44d8485e9d4f615bdc41e164169564e9f89" }
use { "savq/melange" }
use { "sainnhe/everforest" }

-- cmp plugins
use { "hrsh7th/nvim-cmp" } -- , commit = "b0dff0ec4f2748626aae13f011d1a47071fe9abc" } -- The completion plugin
Expand Down
10 changes: 10 additions & 0 deletions nvim/.config/nvim/plugin/packer_compiled.lua
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ _G.packer_plugins = {
path = "/Users/dg/.local/share/nvim/site/pack/packer/start/darkplus.nvim",
url = "https://github.com/lunarvim/darkplus.nvim"
},
everforest = {
loaded = true,
path = "/Users/dg/.local/share/nvim/site/pack/packer/start/everforest",
url = "https://github.com/sainnhe/everforest"
},
["friendly-snippets"] = {
loaded = true,
path = "/Users/dg/.local/share/nvim/site/pack/packer/start/friendly-snippets",
Expand Down Expand Up @@ -169,6 +174,11 @@ _G.packer_plugins = {
path = "/Users/dg/.local/share/nvim/site/pack/packer/start/mason.nvim",
url = "https://github.com/williamboman/mason.nvim"
},
melange = {
loaded = true,
path = "/Users/dg/.local/share/nvim/site/pack/packer/start/melange",
url = "https://github.com/savq/melange"
},
["null-ls.nvim"] = {
loaded = true,
path = "/Users/dg/.local/share/nvim/site/pack/packer/start/null-ls.nvim",
Expand Down

0 comments on commit 5233a51

Please sign in to comment.