Skip to content

Commit

Permalink
Prepare v10.0.0
Browse files Browse the repository at this point in the history
- Change green and cyan colors to make them easier to distinguish.
  • Loading branch information
skippyr committed Aug 8, 2024
1 parent 8e69f4c commit c6367ce
Show file tree
Hide file tree
Showing 29 changed files with 154 additions and 154 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

## ❡ About

A fiery and spice theme available on Windows, Linux and MacOS.
A fiery and spice dark theme available for Windows, Linux and MacOS. It was designed to keep you inspired and help you rest your eyes during the day and night coding.

<p align="center">
<img alt="" src="assets/preview.png" width="700" />
<p align="center"><strong>Caption:</strong> the Flamerial theme applied on a terminal.</p>
<p align="center"><strong>Caption:</strong> the Flamerial theme applied on a terminal. Font is Hack (patched by the <a href="https://www.nerdfonts.com/font-downloads">Nerd Fonts</a> project)</p>
</p>

## ❡ Install
Expand Down Expand Up @@ -41,19 +41,19 @@ Available ports are under the `ports` directory. Access it, find one you would l
<td>1</td>
<td>Red</td>
<td><code>#b31c13</code></td>
<td><code>179</code> <code>29</code> <code>19</code></td>
<td><code>179</code> <code>28</code> <code>19</code></td>
</tr>
<tr>
<td><img alt="" src="assets/colors/green.png" /></td>
<td>2</td>
<td>Green</td>
<td><code>#990101</code></td>
<td><code>153</code> <code>1</code> <code>1</code></td>
<td><code>#855814</code></td>
<td><code>133</code> <code>88</code> <code>20</code></td>
</tr>
<tr>
<td><img alt="" src="assets/colors/yellow.png" /></td>
<td>Yellow</td>
<td>3</td>
<td>Yellow</td>
<td><code>#c76800</code></td>
<td><code>199</code> <code>104</code> <code>0</code></td>
</tr>
Expand All @@ -75,8 +75,8 @@ Available ports are under the `ports` directory. Access it, find one you would l
<td><img alt="" src="assets/colors/cyan.png" /></td>
<td>6</td>
<td>Cyan</td>
<td><code>#9c3900</code></td>
<td><code>156</code> <code>57</code> <code>0</code></td>
<td><code>#a83e00</code></td>
<td><code>168</code> <code>62</code> <code>0</code></td>
</tr>
<tr>
<td><img alt="" src="assets/colors/white.png" /></td>
Expand All @@ -93,6 +93,11 @@ Available ports are under the `ports` directory. Access it, find one you would l

If you need help related to this project, open a new issue in its [issues page](https://github.com/skippyr/flamerial/issues) or send me an [e-mail](mailto:skippyr.developer@icloud.com) describing what is going on.

## ❡ Privacy

This software does not collect, store or share any user data. Its source code is available for reviews. If you have any questions about it, open a new issue in its [issues pages](https://github.com/skippyr/river-dreams/issues) or send me an [e-mail](mailto:skippyr.developer@icloud.com) describing what is going on.


## ❡ Contributing

This project is open to review and possibly accept contributions, specially fixes and suggestions. If you are interested, send your contribution to its [pull requests page](https://github.com/skippyr/flamerial/pulls) or to my [e-mail](mailto:skippyr.developer@icloud.com).
Expand All @@ -104,4 +109,5 @@ By contributing to this project, you must agree to license your work under the s
This is free software licensed under the MIT License that comes WITH NO WARRANTY. Refer to the `LICENSE` file that comes in its source code for license and copyright details.

&ensp;
<p align="center"><sup><strong>Birth:</strong> April 17th 2023.</sup></p>
<p align="center"><sup><strong>≥v≥v&ensp;Here Be Dragons!&ensp;≥v≥</strong><br />Made with love by skippyr <3</sup></p>
Binary file modified assets/colors/black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/colors/blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/colors/cyan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/colors/green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/colors/magenta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/colors/red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/colors/white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/colors/yellow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ornament.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions ports/alacritty/flamerial.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ text = "#150d06"
[colors.normal]
black = "#150d06"
red = "#b31c13"
green = "#990101"
green = "#855814"
yellow = "#c76800"
blue = "#b08548"
magenta = "#8a3820"
cyan = "#9c3900"
cyan = "#a83e00"
white = "#e9d397"
[colors.bright]
black = "#b08548"
red = "#b31c13"
green = "#990101"
green = "#855814"
yellow = "#c76800"
blue = "#b08548"
magenta = "#8a3820"
cyan = "#9c3900"
cyan = "#a83e00"
white = "#e9d397"
8 changes: 4 additions & 4 deletions ports/alacritty/flamerial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ colors:
normal:
black: "#150d06"
red: "#b31c13"
green: "#990101"
green: "#855814"
yellow: "#c76800"
blue: "#b08548"
magenta: "#8a3820"
cyan: "#9c3900"
cyan: "#a83e00"
white: "#e9d397"
bright:
black: "#b08548"
red: "#b31c13"
green: "#990101"
green: "#855814"
yellow: "#c76800"
blue: "#b08548"
magenta: "#8a3820"
cyan: "#9c3900"
cyan: "#a83e00"
white: "#e9d397"
2 changes: 1 addition & 1 deletion ports/dmenu/flamerial.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
static const char *colors[SchemeLast][2] = {
[SchemeNorm] = {"#e9d397", "#150d06"},
[SchemeSel] = {"#e9d397", "#990101"},
[SchemeSel] = {"#e9d397", "#b31c13"},
[SchemeOut] = {"#e9d397", "#150d06"}
};
4 changes: 2 additions & 2 deletions ports/dwm/flamerial.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
static const char col_gray1[] = "#150d06";
static const char col_gray2[] = "#990101";
static const char col_gray2[] = "#b31c13";
static const char col_gray3[] = "#e9d397";
static const char col_gray4[] = "#e9d397";
static const char col_cyan[] = "#990101";
static const char col_cyan[] = "#b31c13";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = {col_gray3, col_gray1, col_gray2},
Expand Down
6 changes: 3 additions & 3 deletions ports/gnome-terminal/flamerial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

uuid_g=$(gsettings get org.gnome.Terminal.ProfilesList default | tr -d \');

function setAttribute {
function setAttribute() {
gsettings set \
org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:${uuid_g}/ \
${1} ${2};
Expand All @@ -15,5 +15,5 @@ setAttribute cursor-background-color \#e9d397;
setAttribute cursor-foreground-color \#150d06;
setAttribute highlight-background-color \#e9d397;
setAttribute highlight-foreground-color \#150d06;
setAttribute palette [\"#150d06\",\"#b31c13\",\"#990101\",\"#c76800\",\"#b08548\",\"#8a3820\",\"#9c3900\",\"#e9d397\",\"#b08548\",\"#b31c13\",\"#990101\",\"#c76800\",\"#b08548\",\
\"#8a3820\",\"#9c3900\",\"#e9d397\"];
setAttribute palette [\"#150d06\",\"#b31c13\",\"#855814\",\"#c76800\",\"#b08548\",\"#8a3820\",\"#a83e00\",\"#e9d397\",\"#b08548\",\"#b31c13\",\"#855814\",\"#c76800\",\"#b08548\",\
\"#8a3820\",\"#a83e00\",\"#e9d397\"];
Loading

0 comments on commit c6367ce

Please sign in to comment.