Skip to content

Commit

Permalink
replace cyan color
Browse files Browse the repository at this point in the history
  • Loading branch information
skippyr committed Apr 26, 2024
1 parent c5d560e commit b9c9560
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Available ports are under the `ports` directory. Access it, find one you would l
<tr>
<td>6</td>
<td>Cyan</td>
<td><code>#948141</code></td>
<td><code>#c74216</code></td>
</tr>
<tr>
<td>7</td>
Expand Down
Binary file modified assets/preview.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions ports/alacritty/flamerial.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ green = "#a1650b"
yellow = "#db7a00"
blue = "#c48d49"
magenta = "#9e4711"
cyan = "#948141"
cyan = "#c74216"
white = "#e8cf89"
[colors.bright]
black = "#c48d49"
Expand All @@ -23,5 +23,5 @@ green = "#a1650b"
yellow = "#db7a00"
blue = "#c48d49"
magenta = "#9e4711"
cyan = "#948141"
cyan = "#c74216"
white = "#e8cf89"
4 changes: 2 additions & 2 deletions ports/alacritty/flamerial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ colors:
yellow: "#db7a00"
blue: "#c48d49"
magenta: "#9e4711"
cyan: "#948141"
cyan: "#c74216"
white: "#e8cf89"
bright:
black: "#c48d49"
Expand All @@ -24,5 +24,5 @@ colors:
yellow: "#db7a00"
blue: "#c48d49"
magenta: "#9e4711"
cyan: "#948141"
cyan: "#c74216"
white: "#e8cf89"
4 changes: 2 additions & 2 deletions ports/gnome-terminal/flamerial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ setattr cursor-foreground-color \#24130e;
setattr highlight-background-color \#e8cf89;
setattr highlight-foreground-color \#24130e;
setattr palette [\"#24130e\",\"#b8150d\",\"#a1650b\",\"#db7a00\",\"#c48d49\",\
\"#9e4711\",\"#948141\",\"#e8cf89\",\"#c48d49\",\"#b8150d\",\"#a1650b\",\
\"#db7a00\",\"#c48d49\",\"#9e4711\",\"#948141\",\"#e8cf89\"];
\"#9e4711\",\"#c74216\",\"#e8cf89\",\"#c48d49\",\"#b8150d\",\"#a1650b\",\
\"#db7a00\",\"#c48d49\",\"#9e4711\",\"#c74216\",\"#e8cf89\"];
4 changes: 2 additions & 2 deletions ports/hyper/flamerial.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ modules.exports = {
yellow: '#db7a00',
blue: '#c48d49',
magenta: '#9e4711',
cyan: '#948141',
cyan: '#c74216',
white: '#e8cf89',
lightBlack: '#c48d49',
lightRed: '#b8150d',
lightGreen: '#a1650b',
lightYellow: '#db7a00',
lightBlue: '#c48d49',
lightMagenta: '#9e4711',
lightCyan: '#948141',
lightCyan: '#c74216',
lightWhite: '#e8cf89',
limeGreen: '#32cd32',
lightCoral: '#f08080'
Expand Down
4 changes: 2 additions & 2 deletions ports/kitty/flamerial.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ color2 #a1650b
color3 #db7a00
color4 #c48d49
color5 #9e4711
color6 #948141
color6 #c74216
color7 #e8cf89
color8 #c48d49
color9 #b8150d
color10 #a1650b
color11 #db7a00
color12 #c48d49
color13 #9e4711
color14 #948141
color14 #c74216
color15 #e8cf89
4 changes: 2 additions & 2 deletions ports/konsole/flamerial.colorscheme
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ Color=#9e4711
[Color6Faint]
Color=#4f522e
[Color6]
Color=#948141
Color=#c74216
[Color6Intense]
Color=#948141
Color=#c74216
[Color7Faint]
Color=#c48d49
[Color7]
Expand Down
4 changes: 2 additions & 2 deletions ports/linux/flamerial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ setclr 2 a1650b;
setclr 3 db7a00;
setclr 4 c48d49;
setclr 5 9e4711;
setclr 6 948141;
setclr 6 c74216;
setclr 7 e8cf89;
setclr 8 c48d49;
setclr 9 b8150d;
setclr a a1650b;
setclr b db7a00;
setclr c c48d49;
setclr d 9e4711;
setclr e 948141;
setclr e c74216;
setclr f e8cf89;
4 changes: 2 additions & 2 deletions ports/lxterminal/flamerial.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ palette_color_2=#a1650b
palette_color_3=#db7a00
palette_color_4=#c48d49
palette_color_5=#9e4711
palette_color_6=#948141
palette_color_6=#c74216
palette_color_7=#e8cf89
palette_color_8=#c48d49
palette_color_9=#b8150d
palette_color_10=#a1650b
palette_color_11=#db7a00
palette_color_12=#c48d49
palette_color_13=#9e4711
palette_color_14=#948141
palette_color_14=#c74216
palette_color_15=#e8cf89
color_preset=Custom
4 changes: 2 additions & 2 deletions ports/st/flamerial.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
static const char *colorname[] = {"#24130e", "#b8150d", "#a1650b", "#db7a00",
"#c48d49", "#9e4711", "#948141", "#e8cf89",
"#c48d49", "#9e4711", "#c74216", "#e8cf89",
"#c48d49", "#b8150d", "#a1650b", "#db7a00",
"#c48d49", "#9e4711", "#948141", "#e8cf89"};
"#c48d49", "#9e4711", "#c74216", "#e8cf89"};
unsigned int defaultfg = 15;
unsigned int defaultbg = 0;
unsigned int defaultcs = 15;
Expand Down
2 changes: 1 addition & 1 deletion ports/terminator/flamerial.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
cursor_bg_color = "#e8cf89"
cursor_fg_color = "#24130e"
foreground_color = "#e8cf89"
palette = "#24130e:#b8150d:#a1650b:#db7a00:#c48d49:#9e4711:#948141:#e8cf89:#c48d49:#b8150d:#a1650b:#db7a00:#c48d49:#9e4711:#948141:#e8cf89"
palette = "#24130e:#b8150d:#a1650b:#db7a00:#c48d49:#9e4711:#c74216:#e8cf89:#c48d49:#b8150d:#a1650b:#db7a00:#c48d49:#9e4711:#c74216:#e8cf89"
cursor_color_default = False
use_theme_colors = False
4 changes: 2 additions & 2 deletions ports/wezterm/flamerial.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ cursor_border = "#e8cf89"
cursor_fg = "#24130e"
selection_bg = "#e8cf89"
selection_fg = "#24130e"
ansi = ["#24130e", "#b8150d", "#a1650b", "#db7a00", "#c48d49", "#9e4711", "#948141", "#e8cf89"]
brights = ["#c48d49", "#b8150d", "#a1650b", "#db7a00", "#c48d49", "#9e4711","#948141", "#e8cf89"]
ansi = ["#24130e", "#b8150d", "#a1650b", "#db7a00", "#c48d49", "#9e4711", "#c74216", "#e8cf89"]
brights = ["#c48d49", "#b8150d", "#a1650b", "#db7a00", "#c48d49", "#9e4711","#c74216", "#e8cf89"]
2 changes: 1 addition & 1 deletion ports/xfce4-terminal/flamerial.theme
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Name=flamerial
ColorCursor=#e8cf89
ColorForeground=#e8cf89
ColorBackground=#24130e
ColorPalette=#24130e;#b8150d;#a1650b;#db7a00;#c48d49;#9e4711;#948141;#e8cf89;#c48d49;#b8150d;#a1650b;#db7a00;#c48d49;#9e4711;#948141;#e8cf89
ColorPalette=#24130e;#b8150d;#a1650b;#db7a00;#c48d49;#9e4711;#c74216;#e8cf89;#c48d49;#b8150d;#a1650b;#db7a00;#c48d49;#9e4711;#c74216;#e8cf89
4 changes: 2 additions & 2 deletions ports/xresources/flamerial.xrdb
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
*.color3: #db7a00
*.color4: #c48d49
*.color5: #9e4711
*.color6: #948141
*.color6: #c74216
*.color7: #e8cf89
*.color8: #c48d49
*.color9: #b8150d
*.color10: #a1650b
*.color11: #db7a00
*.color12: #c48d49
*.color13: #9e4711
*.color14: #948141
*.color14: #c74216
*.color15: #e8cf89
2 changes: 1 addition & 1 deletion tools/preview.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ echo " 🔥🐉";
echo -e "\033[33m%\033[31m~\033[34m-----\033[39m Flamerial \033[34m-----\033[31m~\033[33m%";
echo -e "\033[34m¦ \033[41m \033[42m \033[43m \033[44m \033[45m \033[46m \033[47m \033[49m ¦";
echo -e "¦ \033[31mFla\033[32mFla\033[33mFla\033[34mFla\033[35mFla\033[36mFla\033[37mFla \033[34m¦";
echo -e "\033[33m%\033[31m~\033[34m---------------------\033[31m~\033[33m%";
echo -e "\033[33m%\033[31m~\033[34m---------------------\033[31m~\033[33m%\033[39m";

0 comments on commit b9c9560

Please sign in to comment.