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

Keep colors and add Org mode support #23

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Keep colors and add Org mode support #23

wants to merge 13 commits into from

Commits on Feb 23, 2020

  1. Configuration menu
    Copy the full SHA
    35ff927 View commit details
    Browse the repository at this point in the history
  2. Dim the colors of the theme

    Fixes #2
    larstvei committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    933490c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83355a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee27db5 View commit details
    Browse the repository at this point in the history
  5. Checkdoc

    larstvei committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    89a954d View commit details
    Browse the repository at this point in the history
  6. Move comment

    larstvei committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    4087bf6 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Check nils

    larstvei committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    f82be0a View commit details
    Browse the repository at this point in the history
  2. Move condition

    larstvei committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    af05a01 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. Rewrite color-preserving dimming without face-remap

    Rather than using face-remap for efficient dimming and restoring colors in the
    focused area, just dim /visible/ text in the unfocused region. The main
    argument for this approach is that there are many corner cases in restoring the
    colors correctly, and inaccuracies in the coloring is less crucial in the
    unfocused area.
    larstvei committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    28b7662 View commit details
    Browse the repository at this point in the history
  2. Improve org-mode support

    larstvei committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    6f7fbd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    872f24c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9af4fbe View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Configuration menu
    Copy the full SHA
    707eee0 View commit details
    Browse the repository at this point in the history