Skip to content

Commit

Permalink
feat(os): console colors
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Nov 11, 2023
1 parent a245d2a commit 13608c4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions modules/base/common/host/os/environment/console.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
_: {
console.colors = [
"1e1e2e"
"585b70"
"bac2de"
"a6adc8"
"f38ba8"
"f38ba8"
"a6e3a1"
"a6e3a1"
"f9e2af"
"f9e2af"
"89b4fa"
"89b4fa"
"f5c2e7"
"f5c2e7"
"94e2d5"
"94e2d5"
];
}
1 change: 1 addition & 0 deletions modules/base/common/host/os/environment/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
_: {
imports = [
./aliases.nix # shell aliases
./console.nix # changes to the console
./etc.nix # misc
./locale.nix # locale settings
./packages.nix # packages
Expand Down

0 comments on commit 13608c4

Please sign in to comment.