Styling Foot again

This commit is contained in:
Marcius 2024-02-03 10:59:18 +00:00
parent d8169ee143
commit d8e3f71220
4 changed files with 29 additions and 17 deletions

View file

@ -9,30 +9,30 @@
#font-monospace-warn=no
#[cursor]
[cursor]
color=ffffff 4C637A
[colors]
alpha=0.7
alpha=0.6
foreground = bbbbbb
background = 090a18
regular0 = 090a18
regular1 = ff7e8f
regular2 = faff75
regular3 = bfa51a
regular1 = 4D71C0
regular2 = 4D71C0
regular3 = bfa51a
regular4 = 4ab2d7
regular5 = e58f84
regular6 = 2ab7bb
regular7 = a7a2c4
regular5 = 4D71C0
regular6 = 4D71C0
regular7 = bfa51a
bright0 = 2b1329
bright1 = faff75
bright2 = 60ba80
bright3 = de9b1d
bright4 = 8ba7ea
bright5 = e08bd6
bright6 = 2cbab6
bright7 = b4abac
selection-foreground = a7a2c4
selection-background = 2b1329
bright3 = de9b1d
bright4 = 8ba7ea
bright5 = 4D71C0
bright6 = 4D71C0
bright7 = bfa51a
selection-foreground = ffffff
selection-background = 4C637A
urls=43EDC9

View file

@ -0,0 +1,6 @@
require'colorizer'.setup {
'ini',
'dosini',
'css',
}

View file

@ -10,6 +10,7 @@ return require('packer').startup(function(use)
use 'nvim-tree/nvim-web-devicons'
use 'wakatime/vim-wakatime'
use 'nvim-lualine/lualine.nvim'
use 'norcalli/nvim-colorizer.lua'
use {
'nvim-telescope/telescope.nvim', tag = '0.1.5',

View file

@ -109,6 +109,11 @@ _G.packer_plugins = {
path = "/home/coding-agent/.local/share/nvim/site/pack/packer/start/nvim-cmp",
url = "https://github.com/hrsh7th/nvim-cmp"
},
["nvim-colorizer.lua"] = {
loaded = true,
path = "/home/coding-agent/.local/share/nvim/site/pack/packer/start/nvim-colorizer.lua",
url = "https://github.com/norcalli/nvim-colorizer.lua"
},
["nvim-lspconfig"] = {
loaded = true,
path = "/home/coding-agent/.local/share/nvim/site/pack/packer/start/nvim-lspconfig",