Skip to content

Instantly share code, notes, and snippets.

@Jelmerro
Created May 12, 2021 21:55
Show Gist options
  • Save Jelmerro/8a86a3191db8143cc11d0d166f888eea to your computer and use it in GitHub Desktop.
Save Jelmerro/8a86a3191db8143cc11d0d166f888eea to your computer and use it in GitHub Desktop.
Vieb theme: Static minimal mode bottom left and clean fullwidth navbar
:root {
--mode-pointer-fg: #999;
--mode-pointer-bg: none;
--mode-visual-fg: #3af;
--mode-visual-bg: none;
}
#mode {position: fixed;bottom: .3em;left: .3em;background: black;width: 1ch;overflow: hidden;}
#mode-container {width: 0;}
#mode-suggestions {display: none;}
#logo {display: none;}
@Jelmerro
Copy link
Author

Screenshots:
image
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment