All Projects → nuxt-community → Color Mode Module

nuxt-community / Color Mode Module

Licence: mit
Dark and Light mode with auto detection made easy with NuxtJS

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Color Mode Module

Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (-68.21%)
Mutual labels:  dark-theme, color-scheme
intellij-visual-studio-code-dark-plus
Visual Studio Code Dark Plus theme for JetBrains IDEs
Stars: ✭ 108 (-78.27%)
Mutual labels:  dark-theme, color-scheme
Qt Creator Darcula
Darcula color scheme for Qt Creator GUI and syntax highlighting theme
Stars: ✭ 163 (-67.2%)
Mutual labels:  dark-theme, color-scheme
Midnight Lizard
Сustom color schemes for all websites
Stars: ✭ 406 (-18.31%)
Mutual labels:  dark-theme, color-scheme
emacs-humanoid-themes
Light and dark theme with bright colors for Emacs that supports GUI and terminal
Stars: ✭ 53 (-89.34%)
Mutual labels:  dark-theme, color-scheme
St Theme Freesia
Freesia theme for Sublime Text 3. (Unmaintained.)
Stars: ✭ 108 (-78.27%)
Mutual labels:  dark-theme, color-scheme
npp-darcula
Dark theme for Notepad++ based on Darcula theme from JetBrains products
Stars: ✭ 114 (-77.06%)
Mutual labels:  dark-theme, color-scheme
Gruvbox
🎨 Sublime Text themes & color schemes with pastel 'retro groove' colors
Stars: ✭ 191 (-61.57%)
Mutual labels:  dark-theme, color-scheme
openbox
A theme for Openbox WM based in Dracula's color scheme.
Stars: ✭ 17 (-96.58%)
Mutual labels:  dark-theme, color-scheme
gtk
🪟 Soothing pastel theme for GTK3
Stars: ✭ 150 (-69.82%)
Mutual labels:  dark-theme, color-scheme
Adonis Ui
Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
Stars: ✭ 878 (+76.66%)
Mutual labels:  dark-theme, color-scheme
Xcode One Dark
Atom One Dark theme for Xcode
Stars: ✭ 273 (-45.07%)
Mutual labels:  dark-theme, color-scheme
Vim Code Dark
Dark color scheme for Vim and vim-airline, inspired by Dark+ in Visual Studio Code
Stars: ✭ 529 (+6.44%)
Mutual labels:  dark-theme, color-scheme
Hydrangea Vim
Hydrangea theme for Vim.
Stars: ✭ 121 (-75.65%)
Mutual labels:  dark-theme, color-scheme
catppuccin
😸 Soothing pastel theme for the high-spirited!
Stars: ✭ 2,046 (+311.67%)
Mutual labels:  dark-theme, color-scheme
Nova-Dark-Theme
A dark theme for Laravel Nova
Stars: ✭ 72 (-85.51%)
Mutual labels:  dark-theme, color-scheme
Vim No Color Collections
Collection of Vim themes with barely any colors
Stars: ✭ 270 (-45.67%)
Mutual labels:  dark-theme, color-scheme
Nord
An arctic, north-bluish color palette.
Stars: ✭ 4,816 (+869.01%)
Mutual labels:  color-scheme
Wwdc2016 Xcode Color Scheme
A color scheme for Xcode based on the WWDC 2016 invitation.
Stars: ✭ 408 (-17.91%)
Mutual labels:  color-scheme
Gitgutter
A Sublime Text 2/3 plugin to see git diff in gutter
Stars: ✭ 3,888 (+682.29%)
Mutual labels:  color-scheme

@nuxtjs/color-mode

@nuxtjs/color-mode

npm version Github Actions CI Codecov License

🌑 Dark and 🌕 Light mode with auto detection made easy with NuxtJS

nuxt-color-mode

Live demo

Features

  • Add .${color}-mode class to <html> for easy CSS theming
  • Force a page to a specific color mode (perfect for incremental development)
  • Works with any NuxtJS target (static or server) and rendering (universal and spa)
  • Auto detect the system color-mode
  • Sync dark mode across tabs and windows 🔄
  • Supports IE9+ 👴

📖  Read more

Contributing

You can contribute to this module online with CodeSandBox:

Edit @nuxtjs/color-mode

Or locally:

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using yarn dev or npm run dev

License

MIT License

Copyright (c) NuxtJS Team

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].