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

Move directory containing theme and terminal colors into the source tree #1406

Merged
merged 4 commits into from
Jan 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ repos:
rev: v1.3.1
hooks:
- id: remove-tabs
exclude: |
(?x)
^
share/ansible_navigator/themes/dark_vs\.json
$

- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.4.0
Expand Down
2 changes: 1 addition & 1 deletion cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ignorePaths:
# All grammar (text-mate) tokenization files
- share/ansible_navigator/grammar/*.json
# Theme files
- share/ansible_navigator/themes/*.json
- src/ansible_navigator/data/themes/*.json
# Anything in the vendored tokenization directory
- src/ansible_navigator/tm_tokenize/*
# requirements.txt is generated
Expand Down
373 changes: 0 additions & 373 deletions share/ansible_navigator/themes/dark_vs.json

This file was deleted.

Loading