Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nordtheme/terminator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.0
Choose a base ref
...
head repository: nordtheme/terminator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 14 commits
  • 25 files changed
  • 6 contributors

Commits on Dec 24, 2016

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

Commits on Mar 6, 2017

  1. Fix config path

    The config path in the readme is for termite not terminator.
    borisbabic committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    a95a5f5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from borisbabic/patch-1

    Fix config path
    arcticicestudio committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    29ca7ca View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

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

Commits on Apr 25, 2017

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

Commits on May 26, 2017

  1. set install.sh executable

    Marceau Lacroix committed May 26, 2017
    Configuration menu
    Copy the full SHA
    9f77045 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. Merge pull request #7 from xiorcal/develop

    set install.sh executable
    arcticicestudio committed May 31, 2017
    Configuration menu
    Copy the full SHA
    5d3b186 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. Migrate to MIT license

    Adapted to the MIT license migration of the main "Nord" (1) project.
    Detailed information can be found in the main task ticket.
    
    All license SVG badges and the "LICENSE.md" content have been updated.
    In addition all source code comment header have also been simplified.
    
    References:
    
    * (1) https://github.com/arcticicestudio/nord
    
    Subtask of nordtheme/nord#55
    GH-9
    arcticicestudio committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    af29e15 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. Merge pull request #10 from arcticicestudio/subtask/gh-9-migrate-to-m…

    …it-license
    
    Migrate to MIT license
    arcticicestudio committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    e96cfe0 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Replace automated script with manual install steps to fix data loss (#13

    )
    
    @TolichP [1] reported in #3 [2
    `install.sh` script replaced the `config` file which led to
    configuration/data loss. This was caused by the `-f` flag passed to the
    `cp` command [3] which forced to override existing files.
    
    This is a really critical bug and the the solution to provide a script
    that automatically handles the simple task of copying a file has never
    been a good idea at all. Therefore the script was removed and the
    documentation has been adjusted to provide manual installation steps
    instead like in other port projects, e.g. Nord Alacritty [4].
    The manual steps are quite simple and the knowledge can be expected of
    users since these are basic operations when running a Unix system.
    
    Projects like Terminato, that require to modify the main user
    configuration file instead of providing a way to load features like
    themes from dedicated file, are always way harder to support as a
    theme author. Anyway, there are plans to unify the installation of Nord
    port projects through one universal automation tool,
    but there is currently no ETA.
    
    [1]: https://github.com/TolichP
    [2]: #3 (comment)
    [3]: https://github.com/arcticicestudio/nord-terminator/blob/af29e150a531f7984d362f4aa135c1bfffd13c45/install.sh#L83
    [4]: https://github.com/arcticicestudio/nord-alacritty
    
    Fixes GH-12
    arcticicestudio committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    a4b201a View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. README Cleanup (#14)

    Removed missing GitHub favicon, made the badges the same color and changed to the new footer image.
    Also capitalized "release" to match all other badges.
    amayer5125 committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    e571943 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Remove blank space in README code causing wrong to crash (#16)

    The configuration code in the README contained an invalid blank space within the `palette` key value that causes Terminator to crash when using a profile with this configuration.
    
    GH-16
    oskarizu committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    09d7822 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. nordtheme organization migration (#19)

    As part of the "Northern Post - The state and roadmap of Nord" [1]
    announcement, this repository will be migrated to the `nordtheme` GitHub
    organization [2].
    This issue is a task of the nordtheme/nord#185 [3] epic (tasklist [4]).
    
    [1]: https://github.com/orgs/nordtheme/discussions/183
    [2]: https://github.com/nordtheme
    [3]: nordtheme/nord#185
    [4]: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/about-task-lists
    
    GH-18
    svengreb committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    6cc3aa8 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Adapt remaining arcticicestudio "fade-out" changes (#21)

    With the retirement of the "Arctic Ice Studio" personal & Nord project
    brand [1] various migrations to the `svengreb` GitHub account [2] of
    other projects were also completed within the last weeks. There are also
    changes in Nord projects like `nordtheme/web` that other projects
    depended on and can now be adapted as well.
    Therefore all Nord projects must adapt these changes which includes...
    
    - the migration and repository name change of
      `arcticicestudio/nord-docs`[2] - all references must be updated.
    - the migration of the `arcticicestudio/styleguide-git` repository to
      the `svengreb` "real-in-person" identity [3] - all references and
      used npm packages must be updated.
    - the migration of the `arcticicestudio/styleguide-javascript`
      repository to the `svengreb` "real-in-person" identity [4] - all
      references and used npm packages must be updated.
    - the migration of the `arcticicestudio/styleguide-markdown` repository
      to the `svengreb` "real-in-person" identity [5] - all references and
      used npm packages must be updated.
    
    [1]: https://github.com/orgs/nordtheme/discussions/183#retire-arctic-ice-studio-as-nord-brand
    [2]: nordtheme/web#241
    [3]: svengreb/styleguide-git#12
    [4]: svengreb/styleguide-javascript#88
    [5]: svengreb/styleguide-markdown#63
    
    GH-20
    svengreb committed May 3, 2023
    Configuration menu
    Copy the full SHA
    464bf0b View commit details
    Browse the repository at this point in the history
Loading