Skip to content

Commit

Permalink
Merge pull request #3 from tinted-theming/jamy/feature/tinted-theming
Browse files Browse the repository at this point in the history
Update repo with standard tinted-theming setup
  • Loading branch information
loiccoyle authored Oct 27, 2024
2 parents 8ec3916 + cdf7a9d commit 13cd4b6
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 37 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @tinted-theming/sioyek
11 changes: 11 additions & 0 deletions .github/workflows/auto-assign-issues.yml
Original file line number Diff line number Diff line change
@@ -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 }}
28 changes: 0 additions & 28 deletions .github/workflows/ci.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -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 }}
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 0 additions & 5 deletions Makefile

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

Clone and copy the color scheme's config file to `$XDG_CONFIG_HOME/sioyek/prefs_user.config`.

```bash
git clone [email protected]:loiccoyle/base16-sioyek.git
```sh
git clone [email protected]:tinted-theming/base16-sioyek.git
cp base16-sioyek/colors/base16-gruvbox-dark-hard.config ~/.config/sioyek/prefs_user.config
```

Expand Down
3 changes: 1 addition & 2 deletions templates/default.mustache
Original file line number Diff line number Diff line change
@@ -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}}
Expand Down

0 comments on commit 13cd4b6

Please sign in to comment.