Merge branch 'catppuccin:main' into main

pull/1/head
Hamothy 2 years ago committed by GitHub
commit c65f53d24a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,8 +12,9 @@ env:
DENO_DIR: deno_cache
jobs:
test:
readme:
runs-on: ubuntu-latest
name: Re-generate README sections
steps:
- uses: actions/checkout@v3
@ -33,6 +34,8 @@ jobs:
run: ./main.ts
- name: Push changes
uses: stefanzweifel/git-auto-commit-action@v4
# skip pushing on forks
if: ${{ !github.event.pull_request.head.repo.fork }}
with:
commit_message: "chore: re-generate README sections"
branch: ${{ github.head_ref }}

@ -912,6 +912,7 @@ Catppuccin is available for various apps and in different formats. Here is a lis
- [Neovim](https://github.com/catppuccin/nvim)
- [Notepad++](https://github.com/catppuccin/notepad-plus-plus)
- [Nova](https://github.com/catppuccin/nova)
- [Replit](https://github.com/catppuccin/replit)
- [spyder](https://github.com/catppuccin/spyder)
- [Sublime Text](https://github.com/catppuccin/sublime-text)
- [Vim](https://github.com/catppuccin/vim)
@ -1054,6 +1055,7 @@ Catppuccin is available for various apps and in different formats. Here is a lis
<details>
<summary>🔎 Search Engines</summary>
- [NixOS Search](https://github.com/catppuccin/nixos-search)
- [SearXNG](https://github.com/catppuccin/SearXNG)
- [Startpage](https://github.com/catppuccin/startpage)
- [Whoogle](https://github.com/catppuccin/whoogle)

@ -467,6 +467,12 @@ ports:
platform: userstyle
icon: twitter
color: blue
nixos-search:
name: NixOS Search
category: search_engine
platform: userstyle
icon: nixos
color: blue
noir:
name: Noir
category: browser_extension
@ -579,6 +585,10 @@ ports:
name: Remnote
category: note_taking
platform: agnostic
replit:
name: Replit
category: code_editor
platform: agnostic
revolt:
name: Revolt
category: messaging

Loading…
Cancel
Save