Skip to content

Commit

Permalink
Update terminal colors
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgriv committed Jun 24, 2024
1 parent c81877a commit 13d9bf2
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 19 deletions.
7 changes: 7 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.4] - 2024-06-24

### Fixed

- Aligned terminal colors with other terminal platforms.

## [1.0.3] - 2024-06-20

### Changed
Expand All @@ -29,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Official release of **Dark Castle Theme for Warp**.

[1.0.4]: https://github.com/scottgriv/Dark-Castle-Warp/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/scottgriv/Dark-Castle-Warp/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/scottgriv/Dark-Castle-Warp/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/scottgriv/Dark-Castle-Warp/compare/v1.0.0...v1.0.1
Expand Down
19 changes: 10 additions & 9 deletions Dark Castle.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
name: Dark Castle # Name for the theme
accent: '#FF8040' # Accent color for UI elements
background: '#000000' # Terminal background color
details: darker # Whether the theme is lighter or darker.
foreground: '#FFD580' # The foreground color.
terminal_colors: # Ansi escape colors.
bright:
black: '#1A1A1A'
blue: '#4DBCED'
cyan: '#007B88'
black: '#292929'
blue: '#4164FF'
cyan: '#4DBCED'
green: '#BAE67E'
magenta: '#AA1B86'
red: '#FF000F'
white: '#9C9C9C'
magenta: '#9354FF'
red: '#EF6B73'
white: '#FFFFFF'
yellow: '#FFD580'
normal:
black: '#1A1A1A'
blue: '#4DBCED'
blue: '#2D449B'
cyan: '#007B88'
green: '#BAE67E'
green: '#08D220'
magenta: '#AA1B86'
red: '#FF000F'
white: '#9C9C9C'
yellow: '#FFD580'
yellow: '#DFC200'
20 changes: 10 additions & 10 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Download using the [GitHub .zip download](https://github.com/scottgriv/Dark-Cast

#### Activating the Theme

1. Start the Warp terminal app
2. Create the custom themes directory by running the following command: `mkdir -p ~/.warp/themes/`
3. Hover over `~/.warp/themes/` and do a `⌘ + Click` to open up the newly created folder
4. Drop the [Dark Castle.yml](./Dark%20Castle.yml) file into the folder
5. Open the Command Palette using `⌘ + P` or equivalent
6. Select "Open Theme Picker" or search for it if you don't see it
7. Select `Dark Castle`
8. Boom! It's working

_Reference Warp's document on creating your own theme [here](https://docs.warp.dev/appearance/custom-themes)._
1. Start the Warp terminal app;
2. Create the custom themes directory by running the following command: `mkdir -p ~/.warp/themes/`;
3. Hover over `~/.warp/themes/` and do a `⌘ + Click` to open up the newly created folder;
4. Drop the [Dark Castle.yml](./Dark%20Castle.yml) file into the folder;
5. Open the Command Palette using `⌘ + P` or equivalent;
6. Select "Open Theme Picker" or search for it if you don't see it;
7. Select `Dark Castle`;
8. Boom! It's working!

_Reference Warp's document on creating your own custom theme [here](https://docs.warp.dev/appearance/custom-themes)._
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 13d9bf2

Please sign in to comment.