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

Simple Color Schemes #630

Merged
merged 33 commits into from
Feb 25, 2021
Merged

Simple Color Schemes #630

merged 33 commits into from
Feb 25, 2021

Commits on Aug 5, 2020

  1. Color Schemes implemented via clientside

    Sammy Mansour committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    ee116b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Fixed toolbar and set default theme up

    Sammy Mansour committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    f567e01 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Changed themes to resemble text editor more closely

    Sammy Mansour committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    6aa901f View commit details
    Browse the repository at this point in the history
  2. Fixed layout errors to better adapt to mobile

    Sammy Mansour committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    61f830b View commit details
    Browse the repository at this point in the history
  3. Fixed small padding error. Added more bright themes.

    Sammy Mansour committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    3efbe60 View commit details
    Browse the repository at this point in the history
  4. Simplified host and directory finding. Default host is now showing fu…

    …ll name of host.
    Sammy Mansour committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    25dcaf6 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Added LICENSE, Reordered the options for term schemes and added term …

    …scheme info to README
    Sammy Mansour committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    151fc73 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Added human readable theme files

    Sammy Mansour committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    fe62585 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Added script to convert own themes. Note: You must add these options …

    …manually in the HTML as handlebars is currently serverside.
    Sammy Mansour committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    b372b8f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

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

Commits on Jan 8, 2021

  1. Added Cache for theme

    Sammy Mansour committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    5b3222b View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. UI updated on cache value

    Sammy Mansour committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    725b3f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. rm unused js files

    ericfranz committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    3c7588d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c62041d View commit details
    Browse the repository at this point in the history
  3. dont' blink cursor

    ericfranz committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    65351fc View commit details
    Browse the repository at this point in the history
  4. add guard clauses

    ericfranz committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    0f8c4ba View commit details
    Browse the repository at this point in the history
  5. update yarn.lock

    ericfranz committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    6ede6e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4994707 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    4c7abc5 View commit details
    Browse the repository at this point in the history
  2. use hterm profiles for themes

    prepolulate hterm.defaultStorage with theme values, an hterm profile per
    theme, so that we can just use hterm specify the starting profile and switch
    by using term.setProfile
    ericfranz committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    cafdd10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b01872 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95d781e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    6103204 View commit details
    Browse the repository at this point in the history
  2. rm VibrantInk theme

    ericfranz committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    b36ad85 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. fix cursor color

    ericfranz committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    01198a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2daa4ae View commit details
    Browse the repository at this point in the history
  3. shell: force lodash 4.17.21

    ericfranz committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    b1bc937 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb4678c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2faa5b0 View commit details
    Browse the repository at this point in the history
  6. remove term-schemes

    ericfranz committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    182b08e View commit details
    Browse the repository at this point in the history
  7. rm comment

    ericfranz committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    cb70e69 View commit details
    Browse the repository at this point in the history
  8. rename scheme to theme

    ericfranz committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    b4c161b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e8e1b8d View commit details
    Browse the repository at this point in the history