Skip to content

mattrussell36/os-theme-detection.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

os-theme-detection.nvim

os-theme-detection.nvim is a simple way to set a different theme derived from macOS system appearance (Sorry! Only macOS as of right now). You can also manually change the theme.

Installation

{
    'mattrussell36/os-theme-detection.nvim',
    opts = {
      themes = {
        dark = 'catppuccin-mocha',
        light = 'catppuccin-latte',
      },
      timer_interval = 3000,
      default_theme = 'dark'
    },
    dependencies = {
      { 'catppuccin/nvim', priority = 1000 },
    },
}

Usage

  • :Theme <theme> to change the theme.
  • :Theme stop_appearance_check to stop automatically checking system appearance. This will be called when you manually change the theme.
  • :Theme start_appearance_check to start automatically checking system appearance. This will be called when the plugin initializes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages