Skip to content

Commit

Permalink
feat: add fish theme (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
letieu authored Apr 27, 2024
1 parent d400d3f commit 19693ee
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
11 changes: 11 additions & 0 deletions extras/fish/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Usage

### Install

1. Place the `cyberdream.theme` under `~/.config/fish/themes/`

2. Run command to set the theme:

```bash
fish_config theme save cyberdream
```
30 changes: 30 additions & 0 deletions extras/fish/cyberdream.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# name: 'cyberdream'
# url: 'https://github.com/scottmckendry/cyberdream.nvim'
# preferred_background: 16181A

fish_color_normal ffffff
fish_color_command 52cfff
fish_color_param f2cdcd
fish_color_keyword 5eff6c
fish_color_quote f1ff5e
fish_color_redirection 5ea1ff
fish_color_end bd5eff
fish_color_comment 7f849c
fish_color_error ff6e5e
fish_color_gray 6c7086
fish_color_selection --background=3c4048
fish_color_search_match --background=3c4048
fish_color_option f1ff5e
fish_color_operator 5ea1ff
fish_color_escape eba0ac
fish_color_autosuggestion 6c7086
fish_color_cancel ff6e5e
fish_color_cwd f9e2af
fish_color_user 94e2d5
fish_color_host 5eff6c
fish_color_host_remote f1ff5e
fish_color_status ff6e5e
fish_pager_color_progress 6c7086
fish_pager_color_prefix 5ea1ff
fish_pager_color_completion ffffff
fish_pager_color_description 6c7086

0 comments on commit 19693ee

Please sign in to comment.