color rework, flake bump
This commit is contained in:
@@ -78,21 +78,21 @@ lib.mkIf (user != "tv")
|
||||
-- Colorscheme
|
||||
require('base16-colorscheme').setup({
|
||||
base00 = '${rice.color.background}',
|
||||
base01 = '${rice.color.bright-black}',
|
||||
base02 = '${rice.color.blue}',
|
||||
base03 = '${rice.color.bright-blue}',
|
||||
base04 = '${rice.color.cyan}',
|
||||
base05 = '${rice.color.bright-cyan}',
|
||||
base06 = '${rice.color.green}',
|
||||
base07 = '${rice.color.bright-green}',
|
||||
base08 = '${rice.color.magenta}',
|
||||
base09 = '${rice.color.bright-magenta}',
|
||||
base0A = '${rice.color.red}',
|
||||
base0B = '${rice.color.bright-red}',
|
||||
base01 = '${rice.color.black.bright}',
|
||||
base02 = '${rice.color.blue.base}',
|
||||
base03 = '${rice.color.blue.bright}',
|
||||
base04 = '${rice.color.cyan.base}',
|
||||
base05 = '${rice.color.cyan.bright}',
|
||||
base06 = '${rice.color.green.base}',
|
||||
base07 = '${rice.color.green.bright}',
|
||||
base08 = '${rice.color.magenta.base}',
|
||||
base09 = '${rice.color.magenta.bright}',
|
||||
base0A = '${rice.color.red.base}',
|
||||
base0B = '${rice.color.red.bright}',
|
||||
base0C = '${rice.color.foreground}',
|
||||
base0D = '${rice.color.bright-white}',
|
||||
base0E = '${rice.color.yellow}',
|
||||
base0F = '${rice.color.bright-yellow}',
|
||||
base0D = '${rice.color.white.bright}',
|
||||
base0E = '${rice.color.yellow.base}',
|
||||
base0F = '${rice.color.yellow.bright}',
|
||||
})
|
||||
require('base16-colorscheme').with_config({
|
||||
telescope = true,
|
||||
|
||||
Reference in New Issue
Block a user