Skip to content

Commit

Permalink
fade out the inactive cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jul 6, 2021
1 parent 93069e6 commit 128609e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/kak-ayu/bin/build.js
Expand Up @@ -55,6 +55,7 @@ face global PrimaryCursor ${rgb(colors.common.bg)},${rgb(colors.common.acce
face global SecondaryCursor ${rgb(colors.common.bg)},${rgb(colors.common.accent.fade(0.3))}
face global PrimaryCursorEol ${rgb(colors.common.bg)},${rgb(colors.common.accent.fade(0.5))}
face global SecondaryCursorEol ${rgb(colors.common.bg)},${rgb(colors.common.accent.fade(0.8))}
face global InactiveCursor ${rgb(colors.common.bg)},${rgb(colors.common.accent.fade(0.5))}
face global MenuForeground ${rgb(colors.common.fg)},${rgb(colors.ui.selection.bg)}+b
face global MenuBackground ${rgb(colors.common.fg)},${rgb(colors.ui.selection.inactive)}
Expand Down

0 comments on commit 128609e

Please sign in to comment.