Skip to content

Commit

Permalink
Add base24 template and rename repo to tinted-xfce-terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Oct 15, 2024
1 parent 3dfa263 commit bd53578
Show file tree
Hide file tree
Showing 286 changed files with 416 additions and 278 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ automatically.
### Usage for template editing

1. Install [tinted-builder-rust]
1. `tinted-builder-rust build path/to/base16-xfce4-terminal`
1. `tinted-builder-rust build path/to/tinted-xfce4-terminal`

### Usage for adding or editing a colorscheme

1. Clone base16-xfce4-terminal
1. Clone tinted-xfce4-terminal
1. Install [tinted-builder-rust]
1. Execute `tinted-builder-rust build path/to/base16-xfce4-terminal`
1. Execute `tinted-builder-rust build path/to/tinted-xfce4-terminal`

If you have more questions about [tinted-builder-rust], have a look at
the information on the GitHub page.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# base16-xfce4-terminal
# tinted-xfce4-terminal

This is a [base16] template for [xfce4-terminal].
This is a [Tinted Theming] template for [xfce4-terminal].

## Installation

Expand All @@ -9,16 +9,16 @@ Put the prebuilt `*.theme` files from `colorschemes/` into
it does not exist), and the themes will be available under `Edit >
Preferences... > Colors > Presets`

```shell
```sh
mkdir -p ~/.local/share/xfce4/terminal
cp -r /path/to/base16-xfce-terminal/colorschemes ~/.local/share/xfce4/terminal
cp -r /path/to/tinted-xfce-terminal/colorschemes ~/.local/share/xfce4/terminal
```

## Contributing

See [`CONTRIBUTING.md`], which contains building and contribution
instructions.

[base16]: https://github.com/tinted-theming/home
[Tinted Theming]: https://github.com/tinted-theming/home
[xfce4-terminal]: https://docs.xfce.org/apps/terminal/start
[`CONTRIBUTING.md`]: CONTRIBUTING.md
2 changes: 1 addition & 1 deletion colorschemes/base16-3024.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: 3024
# Scheme author: Jan T. Sott (http://github.com/idleberg)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-3024
ColorForeground=#a5a2a2
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-apathy.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Apathy
# Scheme author: Jannik Siebert (https://github.com/janniks)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-apathy
ColorForeground=#81b5ac
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-apprentice.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Apprentice
# Scheme author: romainl
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-apprentice
ColorForeground=#5f5f87
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-ashes.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Ashes
# Scheme author: Jannik Siebert (https://github.com/janniks)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-ashes
ColorForeground=#c7ccd1
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-atelier-cave-light.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Atelier Cave Light
# Scheme author: Bram de Haan (http://atelierbramdehaan.nl)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-atelier-cave-light
ColorForeground=#585260
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-atelier-cave.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Atelier Cave
# Scheme author: Bram de Haan (http://atelierbramdehaan.nl)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-atelier-cave
ColorForeground=#8b8792
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-atelier-dune-light.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Atelier Dune Light
# Scheme author: Bram de Haan (http://atelierbramdehaan.nl)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-atelier-dune-light
ColorForeground=#6e6b5e
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-atelier-dune.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Atelier Dune
# Scheme author: Bram de Haan (http://atelierbramdehaan.nl)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-atelier-dune
ColorForeground=#a6a28c
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-atelier-estuary-light.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Atelier Estuary Light
# Scheme author: Bram de Haan (http://atelierbramdehaan.nl)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-atelier-estuary-light
ColorForeground=#5f5e4e
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-atelier-estuary.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Atelier Estuary
# Scheme author: Bram de Haan (http://atelierbramdehaan.nl)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-atelier-estuary
ColorForeground=#929181
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-atelier-forest-light.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Atelier Forest Light
# Scheme author: Bram de Haan (http://atelierbramdehaan.nl)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-atelier-forest-light
ColorForeground=#68615e
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-atelier-forest.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Atelier Forest
# Scheme author: Bram de Haan (http://atelierbramdehaan.nl)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-atelier-forest
ColorForeground=#a8a19f
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-atelier-heath-light.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Atelier Heath Light
# Scheme author: Bram de Haan (http://atelierbramdehaan.nl)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-atelier-heath-light
ColorForeground=#695d69
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-atelier-heath.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Atelier Heath
# Scheme author: Bram de Haan (http://atelierbramdehaan.nl)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-atelier-heath
ColorForeground=#ab9bab
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-atelier-lakeside-light.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Atelier Lakeside Light
# Scheme author: Bram de Haan (http://atelierbramdehaan.nl)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-atelier-lakeside-light
ColorForeground=#516d7b
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-atelier-lakeside.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Atelier Lakeside
# Scheme author: Bram de Haan (http://atelierbramdehaan.nl)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-atelier-lakeside
ColorForeground=#7ea2b4
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-atelier-plateau-light.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Atelier Plateau Light
# Scheme author: Bram de Haan (http://atelierbramdehaan.nl)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-atelier-plateau-light
ColorForeground=#585050
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-atelier-plateau.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Atelier Plateau
# Scheme author: Bram de Haan (http://atelierbramdehaan.nl)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-atelier-plateau
ColorForeground=#8a8585
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-atelier-savanna-light.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Atelier Savanna Light
# Scheme author: Bram de Haan (http://atelierbramdehaan.nl)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-atelier-savanna-light
ColorForeground=#526057
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-atelier-savanna.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Atelier Savanna
# Scheme author: Bram de Haan (http://atelierbramdehaan.nl)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-atelier-savanna
ColorForeground=#87928a
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-atelier-seaside-light.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Atelier Seaside Light
# Scheme author: Bram de Haan (http://atelierbramdehaan.nl)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-atelier-seaside-light
ColorForeground=#5e6e5e
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-atelier-seaside.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Atelier Seaside
# Scheme author: Bram de Haan (http://atelierbramdehaan.nl)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-atelier-seaside
ColorForeground=#8ca68c
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-atelier-sulphurpool-light.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Atelier Sulphurpool Light
# Scheme author: Bram de Haan (http://atelierbramdehaan.nl)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-atelier-sulphurpool-light
ColorForeground=#5e6687
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-atelier-sulphurpool.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Atelier Sulphurpool
# Scheme author: Bram de Haan (http://atelierbramdehaan.nl)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-atelier-sulphurpool
ColorForeground=#979db4
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-atlas.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Atlas
# Scheme author: Alex Lende (https://ajlende.com)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-atlas
ColorForeground=#a1a19a
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-ayu-dark.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Ayu Dark
# Scheme author: Khue Nguyen <[email protected]>
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-ayu-dark
ColorForeground=#e6e1cf
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-ayu-light.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Ayu Light
# Scheme author: Khue Nguyen <[email protected]>
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-ayu-light
ColorForeground=#5c6773
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-ayu-mirage.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Ayu Mirage
# Scheme author: Khue Nguyen <[email protected]>
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-ayu-mirage
ColorForeground=#cccac2
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-aztec.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Aztec
# Scheme author: TheNeverMan (github.com/TheNeverMan)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-aztec
ColorForeground=#ffda51
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-bespin.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Bespin
# Scheme author: Jan T. Sott
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-bespin
ColorForeground=#8a8986
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-black-metal-bathory.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Black Metal (Bathory)
# Scheme author: metalelf0 (https://github.com/metalelf0)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-black-metal-bathory
ColorForeground=#c1c1c1
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-black-metal-burzum.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Black Metal (Burzum)
# Scheme author: metalelf0 (https://github.com/metalelf0)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-black-metal-burzum
ColorForeground=#c1c1c1
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-black-metal-dark-funeral.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Black Metal (Dark Funeral)
# Scheme author: metalelf0 (https://github.com/metalelf0)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-black-metal-dark-funeral
ColorForeground=#c1c1c1
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-black-metal-gorgoroth.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Black Metal (Gorgoroth)
# Scheme author: metalelf0 (https://github.com/metalelf0)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-black-metal-gorgoroth
ColorForeground=#c1c1c1
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-black-metal-immortal.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Black Metal (Immortal)
# Scheme author: metalelf0 (https://github.com/metalelf0)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-black-metal-immortal
ColorForeground=#c1c1c1
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-black-metal-khold.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Black Metal (Khold)
# Scheme author: metalelf0 (https://github.com/metalelf0)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-black-metal-khold
ColorForeground=#c1c1c1
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-black-metal-marduk.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Black Metal (Marduk)
# Scheme author: metalelf0 (https://github.com/metalelf0)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-black-metal-marduk
ColorForeground=#c1c1c1
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-black-metal-mayhem.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Black Metal (Mayhem)
# Scheme author: metalelf0 (https://github.com/metalelf0)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-black-metal-mayhem
ColorForeground=#c1c1c1
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-black-metal-nile.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Black Metal (Nile)
# Scheme author: metalelf0 (https://github.com/metalelf0)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-black-metal-nile
ColorForeground=#c1c1c1
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-black-metal-venom.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Black Metal (Venom)
# Scheme author: metalelf0 (https://github.com/metalelf0)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-black-metal-venom
ColorForeground=#c1c1c1
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-black-metal.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Black Metal
# Scheme author: metalelf0 (https://github.com/metalelf0)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-black-metal
ColorForeground=#c1c1c1
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-blueforest.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Blue Forest
# Scheme author: alonsodomin (https://github.com/alonsodomin)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-blueforest
ColorForeground=#ffcc33
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-blueish.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Blueish
# Scheme author: Ben Mayoras
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-blueish
ColorForeground=#c8e1f8
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/base16-brewer.theme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheme name: Brewer
# Scheme author: Timothée Poisot (http://github.com/tpoisot)
# Template author: Tinted Theming (https://github.com/tinted-theming)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-xfce-terminal)
[Scheme]
Name=base16-brewer
ColorForeground=#b7b8b9
Expand Down
Loading

0 comments on commit bd53578

Please sign in to comment.