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

Feature/improve colour contrast #43

Closed

Commits on Jul 8, 2018

  1. Make colour scheme high contrast

    Highlight program name in code examples
    Voultapher committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    1bf8c1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e650f2e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Add syntax config support

    Voultapher committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    d9c3b85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1f9adc View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2018

  1. Configuration menu
    Copy the full SHA
    9e30154 View commit details
    Browse the repository at this point in the history
  2. Refactor example code highlighting

    Fixes more than one command name per variable highlighting bug
    Should be easier to read and understand
    Fix example_variable_style typo
    Voultapher committed Aug 19, 2018
    Configuration menu
    Copy the full SHA
    d7d4eef View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2018

  1. Cleanup syntax config feature

    Remove config option short versions
    Indent README code examples over using code blocks
    Rename colour to color to stay consitent with rust
    Remove Ord derives
    raw_style.into() over Style::from(raw_style)
    Remove impl From<IoError> from TealdeerError
    Add debug print to command name lookup
    Write errors to stderr whenever exiting with non zero return code
    Rename Config::new() to Config::load()
    Voultapher committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    285febd View commit details
    Browse the repository at this point in the history
  2. Fix command highlighting

    Add example to inkscape input with multiple command occurrence
    Voultapher committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    cb3e399 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2018

  1. Generalize config

    Else indentation
    Serde rename
    Generalize config, rename and make style member
    Voultapher committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    6e6b0a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2018

  1. Remove description first word highlighting

    This feature was deemed potentially too confusing
    Voultapher committed Sep 9, 2018
    Configuration menu
    Copy the full SHA
    860d3b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c75e868 View commit details
    Browse the repository at this point in the history
  3. Rename option display-config to config-path

    dispay-config might be misleading, as this option does not display the 
    config content
    Voultapher committed Sep 9, 2018
    Configuration menu
    Copy the full SHA
    be183de View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2018

  1. Configuration menu
    Copy the full SHA
    614ec03 View commit details
    Browse the repository at this point in the history
  2. Change default styling

    Make it a bit more colorful, like the previous style
    dbrgn committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    45ddb73 View commit details
    Browse the repository at this point in the history
  3. Improve README

    dbrgn committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    0874094 View commit details
    Browse the repository at this point in the history
  4. Define defaults for config fields

    This allows the user to omit the fields when creating a config file.
    dbrgn committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    7aa9e92 View commit details
    Browse the repository at this point in the history
  5. Update screenshots

    dbrgn committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    48dbf94 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6651f7f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c9005d View commit details
    Browse the repository at this point in the history