You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks a lot for this great theme. My default theme is dark.
I recently added alpha channels on selections, end of lines and cursor (primary and secondary). It improves a lot the overall readability. Here is the modified dark version. I changed the cursor colors (normal: blue, end of line: violet, matching: cyan), secondaries are blended.
##################### SELENIZED BLACK ###################### theme by Jan Warchoł# ported by TeddyDD# alpha cursors and selection by eburghar
evaluate-commands %sh{
bg="rgb:181818"
black="rgb:252525"
br_black="rgb:3b3b3b"
white="rgb:777777"
fg="rgb:b9b9b9"
br_white="rgb:dedede"
red="rgb:ed4a46"
green="rgb:70b433"
yellow="rgb:dbb32d"
blue="rgb:368aeb"
magenta="rgb:eb6eb7"
cyan="rgb:3fc5b7"
orange="rgb:e67f43"
violet="rgb:a580e2"
br_red="rgb:ff5e56"
br_green="rgb:83c746"
br_yellow="rgb:efc541"
br_blue="rgb:4f9cfe"
br_magenta="rgb:ff81ca"
br_cyan="rgb:56d8c9"
br_orange="rgb:fa9153"
br_violet="rgb:b891f5"## codeecho"set-face global value ${orange}+bset-face global type ${br_orange}set-face global variable ${magenta}set-face global module ${blue}set-face global function ${br_cyan}set-face global string ${br_green}set-face global keyword ${violet}+bset-face global operator ${br_cyan}set-face global attribute ${orange}set-face global comment ${white}set-face global meta ${br_orange}set-face global builtin ${fg}+bset-face global title ${blue}+uset-face global header ${br_cyan}+uset-face global bold ${br_white}+bset-face global italic ${br_white}+iset-face global mono ${br_green}set-face global block ${orange}set-face global link $blueset-face global bullet ${br_magenta}set-face global list ${magenta}set-face global Default ${fg},${bg}set-face global PrimarySelection default,rgba:${br_blue##*:}80set-face global SecondarySelection default,rgba:${br_blue##*:}40set-face global PrimaryCursor $black,$blue+bset-face global SecondaryCursor default,rgba:${blue##*:}80+bset-face global PrimaryCursorEol default,$violetset-face global SecondaryCursorEol default,rgba:${violet##*:}80set-face global MatchingChar default,rgba:${cyan##*:}80+bfset-face global Search $br_white,$br_greenset-face global CurrentWord $white,$blueset-face global MenuForeground $cyan,$br_black+bset-face global MenuBackground $fg,$blackset-face global Information $br_yellow,$blackset-face global Error $black,$br_redset-face global BufferPadding $black,$blackset-face global Whitespace $whiteset-face global StatusLine $fg,$blackset-face global StatusLineInfo $yellow,$blackset-face global LineNumbers defaultset-face global LineNumberCursor $br_blue"
}
The text was updated successfully, but these errors were encountered:
Hi. Happy you like Selenized. Thanks for creating a new variant 👍️
I won't use this since it extends Selenized pallete, but feel free to open PR with this theme in contrib directory. I'll be happy to merge PR like that.
Hi,
Thanks a lot for this great theme. My default theme is dark.
I recently added alpha channels on selections, end of lines and cursor (primary and secondary). It improves a lot the overall readability. Here is the modified dark version. I changed the cursor colors (normal: blue, end of line: violet, matching: cyan), secondaries are blended.
The text was updated successfully, but these errors were encountered: