colorschemes.cyberdream.settings
Options provided to the require('cyberdream').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
borderless_telescope = true;
hide_fillchars = true;
italic_comments = true;
terminal_colors = true;
theme = {
colors = {
bg = "#000000";
green = "#00ff00";
magenta = "#ff00ff";
};
highlights = {
Comment = {
bg = "NONE";
fg = "#696969";
italic = true;
};
};
};
transparent = true;
}
Declared by:
colorschemes.cyberdream.settings.borderless_telescope
Modern borderless telescope theme.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
colorschemes.cyberdream.settings.hide_fillchars
Replace all fillchars with ’ ’ for the ultimate clean look.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
colorschemes.cyberdream.settings.italic_comments
Enable italics comments.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
colorschemes.cyberdream.settings.terminal_colors
Set terminal colors used in :terminal
.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
colorschemes.cyberdream.settings.transparent
Enable transparent background.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by: