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

Added Spaceduck to Terminator #12

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
31 changes: 29 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,5 +277,32 @@ BackgroundColour=15,17,27 # #0F111B
CursorColour=236,240,193 # #ECF0C1
```

# vivid
copy `spaceduck-vivid.yml` to your `.config` then add `export LS_COLORS="$(vivid generate ~/.config/spaceduck-vivid.yml)"` to the end of your `.bashrc`
## vivid
Copy `spaceduck-vivid.yml` to your `.config`, then add `export LS_COLORS="$(vivid generate ~/.config/spaceduck-vivid.yml)"` to the end of your `.bashrc` file.

## Terminator
The recommended way to use spaceduck in your Terminator is to create a new profile. If you wish to do so,
you can copy the contents of the `spaceduck.terminator` file and append them to your Terminator config
file (`~/.config/terminator/config`) as follows:

```config
# ...
[profiles]
[[default]]
# WHATEVER YOUR 'default' PROFILE HAS
# ...
[[Spaceduck]]
background_color = "#0F111B"
cursor_color = "#ECF0C1"
cursor_color_fg = False
foreground_color = "#ECF0C1"
palette = "#000000:#e33400:#5ccc96:#b3a1e6:#00a3cc:#f2ce00:#7a5ccc:#686f9a:#686f9a:#e33400:#5ccc96:#b3a1e6:#00a3cc:#f2ce00:#7a5ccc:#f0f1ce"
bold_is_bright = True
#use_theme_colors = True
#font = <YOUR FONT> <SIZE>
# ...
```

Otherwise, if you wish to have your default profile to have a Spaceduck colorscheme, you can instead
replace the options you wish in the `[[default]]` field in your `config` file.

8 changes: 8 additions & 0 deletions spaceduck.terminator
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[[Spaceduck]]
background_color = "#0F111B"
cursor_color = "#ECF0C1"
cursor_color_fg = False
foreground_color = "#ECF0C1"
palette = "#000000:#e33400:#5ccc96:#b3a1e6:#00a3cc:#f2ce00:#7a5ccc:#686f9a:#686f9a:#e33400:#5ccc96:#b3a1e6:#00a3cc:#f2ce00:#7a5ccc:#f0f1ce"
bold_is_bright = True
#use_theme_colors = True