mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2025-01-03 10:22:11 +01:00
New colors
This commit is contained in:
parent
46b038394c
commit
fed6d7109e
1 changed files with 10 additions and 10 deletions
|
@ -16,22 +16,22 @@ const THEMES = {
|
||||||
background: "#11181F"
|
background: "#11181F"
|
||||||
, foreground: "#565656"
|
, foreground: "#565656"
|
||||||
, squares: {
|
, squares: {
|
||||||
"⬚": Couleurs.fg("▣", "#565656")
|
"⬚": Couleurs.fg("■", "#343434")
|
||||||
, "▢": Couleurs.fg("▣", "#00B346")
|
, "▢": Couleurs.fg("■", "#2e643d")
|
||||||
, "▤": Couleurs.fg("▣", "#009139")
|
, "▤": Couleurs.fg("■", "#589f43")
|
||||||
, "▣": Couleurs.fg("▣", "#15763b")
|
, "▣": Couleurs.fg("■", "#98bc21")
|
||||||
, "⬛": Couleurs.fg("▣", "#005220")
|
, "■": Couleurs.fg("■", "#b9fc04")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
, LIGHT: {
|
, LIGHT: {
|
||||||
background: "#ffffff"
|
background: "#ffffff"
|
||||||
, foreground: "#565656"
|
, foreground: "#565656"
|
||||||
, squares: {
|
, squares: {
|
||||||
"⬚": Couleurs.fg("▣", "#C2C2C2")
|
"⬚": Couleurs.fg("■", "#C2C2C2")
|
||||||
, "▢": Couleurs.fg("▣", "#00B346")
|
, "▢": Couleurs.fg("■", "#b9edcd")
|
||||||
, "▤": Couleurs.fg("▣", "#009139")
|
, "▤": Couleurs.fg("■", "#009139")
|
||||||
, "▣": Couleurs.fg("▣", "#15763b")
|
, "▣": Couleurs.fg("■", "#15763b")
|
||||||
, "⬛": Couleurs.fg("▣", "#005220")
|
, "■": Couleurs.fg("■", "#096a2f")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue