Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace tokyonight-day with background=light #248

Closed
wants to merge 3 commits into from
Closed

Replace tokyonight-day with background=light #248

wants to merge 3 commits into from

Commits on Oct 15, 2022

  1. Drop tokyonight-day

    Use `vim.o.background=light` instead.
    
    Using `vim.o.background` also allows these pairs:
    
        colorscheme tokyonight-night
        set vim.o.background=light
    
        # This is equivalent to tokyonight-day
        colorscheme tokyonight-storm
        set vim.o.background=light
    
        colorscheme tokyonight-moon
        set vim.o.background=light
    WhyNotHugo committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    3dba7c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    acf5c6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2be86bb View commit details
    Browse the repository at this point in the history