diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..51556e8 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @tinted-theming/sioyek diff --git a/.github/workflows/auto-assign-issues.yml b/.github/workflows/auto-assign-issues.yml new file mode 100644 index 0000000..ec904fa --- /dev/null +++ b/.github/workflows/auto-assign-issues.yml @@ -0,0 +1,11 @@ +name: "Auto assignment for issues" + +on: + issues: + types: ["opened"] + +jobs: + auto-assign: + uses: "tinted-theming/home/.github/workflows/shared-auto-assign-issues.yml@main" + secrets: + token: ${{ secrets.BOT_ACCESS_TOKEN }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index a93a86a..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: CI -on: - push: - branches: - - main - workflow_dispatch: - schedule: - - cron: "0 0 * * 0" # https://crontab.guru/every-week - -jobs: - build: - name: build - runs-on: ubuntu-latest - if: github.event.commits[0].author.name != 'github-actions[bot]' - steps: - - uses: actions/checkout@v4 - with: - token: ${{ secrets.BOT_ACCESS_TOKEN }} - - name: "Update schemes" - uses: "tinted-theming/tinted-builder-rust@latest" - - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v5 - with: - commit_message: "ci: Build colors" - branch: ${{ github.head_ref }} - commit_user_name: github-actions[bot] - commit_user_email: github-actions[bot]@users.noreply.github.com - commit_author: github-actions[bot] diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml new file mode 100644 index 0000000..32b7bc7 --- /dev/null +++ b/.github/workflows/update.yml @@ -0,0 +1,13 @@ +name: Update with the latest tinted-theming colorschemes +on: + workflow_dispatch: + schedule: + - cron: "0 0 * * 0" # https://crontab.guru/every-week + +jobs: + build-and-commit: + uses: tinted-theming/home/.github/workflows/shared-build-template-and-commit-themes.yml@main + secrets: + token: ${{ secrets.BOT_ACCESS_TOKEN }} + with: + ref: ${{ github.head_ref }} diff --git a/LICENSE b/LICENSE index 070c569..fa6d5e5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ The MIT License (MIT) +Copyright (c) 2024 Tinted Theming Copyright (c) 2023 Loic Coyle Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/Makefile b/Makefile deleted file mode 100644 index 98230d3..0000000 --- a/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -.PHONY: colors - -# Build the colorschemes using base16-builder-go -colors: - base16-builder diff --git a/README.md b/README.md index bbeb98c..b199e9a 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Clone and copy the color scheme's config file to `$XDG_CONFIG_HOME/sioyek/prefs_user.config`. -```bash -git clone git@github.com:loiccoyle/base16-sioyek.git +```sh +git clone git@github.com:tinted-theming/base16-sioyek.git cp base16-sioyek/colors/base16-gruvbox-dark-hard.config ~/.config/sioyek/prefs_user.config ``` diff --git a/templates/default.mustache b/templates/default.mustache index 9f8d3ec..05a62d9 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -1,5 +1,4 @@ -# base16-sioyek (https://github.com/loiccoyle/base16-sioyek) -# by Loic Coyle +# base16-sioyek (https://github.com/tinted-theming/base16-sioyek) # {{scheme-name}} scheme by {{scheme-author}} custom_background_color #{{base00-hex}}