From: babchoo Date: Thu, 6 Jan 2022 04:30:36 +0000 (+0900) Subject: Update README X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=d536d93cdfe75d968d3a950f94904e93a11d3dd5;p=nvim-plugins%2Fflatwhite.git Update README --- diff --git a/README.md b/README.md index 2e1ea2d..ef8db2d 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,35 @@ vim.g.dracula_lualine_bg_color = "#44475a" The same works in viml ```vim +" customize dracula color palette +lua << EOF +vim.g.dracula_colors = { + bg = "#282A36", + fg = "#F8F8F2", + selection = "#44475A", + comment = "#6272A4", + red = "#FF5555", + orange = "#FFB86C", + yellow = "#F1FA8C", + green = "#50fa7b", + purple = "#BD93F9", + cyan = "#8BE9FD", + pink = "#FF79C6", + bright_red = "#FF6E6E", + bright_green = "#69FF94", + bright_yellow = "#FFFFA5", + bright_blue = "#D6ACFF", + bright_magenta = "#FF92DF", + bright_cyan = "#A4FFFF", + bright_white = "#FFFFFF", + menu = "#21222C", + visual = "#3E4452", + gutter_fg = "#4B5263", + nontext = "#3B4048", +} +EOF +" Enable/disable animations +let bufferline.animation = v:true " show the '~' characters after the end of buffers let g:dracula_show_end_of_buffer = 1 " use transparent background