Skip to content

Commit

Permalink
Merge pull request #14 from SEELE1306/master
Browse files Browse the repository at this point in the history
Add new .toml config for Alacritty
  • Loading branch information
KraXen72 authored Jan 14, 2024
2 parents 900e42d + 2b63301 commit d2c2420
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
7 changes: 7 additions & 0 deletions terminals/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

**supported terminals: (for now)**
- Alacritty
+ Download the file `alacritty-rosebox.toml`
+ To your `alacritty.toml` add the following:
```toml
import = [
"path-to-alacritty-rosebox.toml/alacritty-rosebox.toml"
]
```
- Kitty

``all config files are in this directory``
Expand Down
27 changes: 27 additions & 0 deletions terminals/alacritty-rosebox.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Rewrite of Rosebox theme in .toml
[colors.primary]
background = "#262626"
foreground = "#bab5b7"

[colors.cursor]
text = "#262626"
cursor = "#bab5b7"

[colors.normal]
black = "#262626"
red = "#d08770"
green = "#a3be8c"
yellow = "#a57562"
blue = "#637a8a"
magenta = "#78758a"
cyan = "#877979"
white = "#a3a5aa"

[colors.bright]
black = "#827e80"
red = "#d08770"
green = "#a3be8c"
yellow = "#a57562"
blue = "#637a8a"
magenta = "#78758a"
cyan = "#877979"

0 comments on commit d2c2420

Please sign in to comment.