-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b32ab11
commit a4eaffe
Showing
893 changed files
with
48,228 additions
and
6,720 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,6 @@ | ||
|
||
export-env { | ||
use ./3024-day_colors.nu | ||
|
||
let theme = (3024-day_colors) | ||
$env.config.color_config = $theme | ||
use ./theme-colors/3024-day.nu * | ||
|
||
# Set terminal colors | ||
let osc_screen_foreground_color = '10;' | ||
let osc_screen_background_color = '11;' | ||
let osc_cursor_color = '12;' | ||
|
||
print $" | ||
(ansi -o $osc_screen_foreground_color)($theme.foreground)(char bel) | ||
(ansi -o $osc_screen_background_color)($theme.background)(char bel) | ||
(ansi -o $osc_cursor_color)($theme.cursor)(char bel) | ||
" | ||
3024-day-theme set color_config | ||
3024-day-theme update terminal | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,6 @@ | ||
|
||
export-env { | ||
use ./3024-night_colors.nu | ||
|
||
let theme = (3024-night_colors) | ||
$env.config.color_config = $theme | ||
use ./theme-colors/3024-night.nu * | ||
|
||
# Set terminal colors | ||
let osc_screen_foreground_color = '10;' | ||
let osc_screen_background_color = '11;' | ||
let osc_cursor_color = '12;' | ||
|
||
print $" | ||
(ansi -o $osc_screen_foreground_color)($theme.foreground)(char bel) | ||
(ansi -o $osc_screen_background_color)($theme.background)(char bel) | ||
(ansi -o $osc_cursor_color)($theme.cursor)(char bel) | ||
" | ||
3024-night-theme set color_config | ||
3024-night-theme update terminal | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,6 @@ | ||
|
||
export-env { | ||
use ./3024_colors.nu | ||
|
||
let theme = (3024_colors) | ||
$env.config.color_config = $theme | ||
use ./theme-colors/3024.nu * | ||
|
||
# Set terminal colors | ||
let osc_screen_foreground_color = '10;' | ||
let osc_screen_background_color = '11;' | ||
let osc_cursor_color = '12;' | ||
|
||
print $" | ||
(ansi -o $osc_screen_foreground_color)($theme.foreground)(char bel) | ||
(ansi -o $osc_screen_background_color)($theme.background)(char bel) | ||
(ansi -o $osc_cursor_color)($theme.cursor)(char bel) | ||
" | ||
3024-theme set color_config | ||
3024-theme update terminal | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,6 @@ | ||
|
||
export-env { | ||
use ./abyss_colors.nu | ||
|
||
let theme = (abyss_colors) | ||
$env.config.color_config = $theme | ||
use ./theme-colors/abyss.nu * | ||
|
||
# Set terminal colors | ||
let osc_screen_foreground_color = '10;' | ||
let osc_screen_background_color = '11;' | ||
let osc_cursor_color = '12;' | ||
|
||
print $" | ||
(ansi -o $osc_screen_foreground_color)($theme.foreground)(char bel) | ||
(ansi -o $osc_screen_background_color)($theme.background)(char bel) | ||
(ansi -o $osc_cursor_color)($theme.cursor)(char bel) | ||
" | ||
abyss-theme set color_config | ||
abyss-theme update terminal | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,6 @@ | ||
|
||
export-env { | ||
use ./aci_colors.nu | ||
|
||
let theme = (aci_colors) | ||
$env.config.color_config = $theme | ||
use ./theme-colors/aci.nu * | ||
|
||
# Set terminal colors | ||
let osc_screen_foreground_color = '10;' | ||
let osc_screen_background_color = '11;' | ||
let osc_cursor_color = '12;' | ||
|
||
print $" | ||
(ansi -o $osc_screen_foreground_color)($theme.foreground)(char bel) | ||
(ansi -o $osc_screen_background_color)($theme.background)(char bel) | ||
(ansi -o $osc_cursor_color)($theme.cursor)(char bel) | ||
" | ||
aci-theme set color_config | ||
aci-theme update terminal | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,6 @@ | ||
|
||
export-env { | ||
use ./aco_colors.nu | ||
|
||
let theme = (aco_colors) | ||
$env.config.color_config = $theme | ||
use ./theme-colors/aco.nu * | ||
|
||
# Set terminal colors | ||
let osc_screen_foreground_color = '10;' | ||
let osc_screen_background_color = '11;' | ||
let osc_cursor_color = '12;' | ||
|
||
print $" | ||
(ansi -o $osc_screen_foreground_color)($theme.foreground)(char bel) | ||
(ansi -o $osc_screen_background_color)($theme.background)(char bel) | ||
(ansi -o $osc_cursor_color)($theme.cursor)(char bel) | ||
" | ||
aco-theme set color_config | ||
aco-theme update terminal | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,6 @@ | ||
|
||
export-env { | ||
use ./adventuretime_colors.nu | ||
|
||
let theme = (adventuretime_colors) | ||
$env.config.color_config = $theme | ||
use ./theme-colors/adventuretime.nu * | ||
|
||
# Set terminal colors | ||
let osc_screen_foreground_color = '10;' | ||
let osc_screen_background_color = '11;' | ||
let osc_cursor_color = '12;' | ||
|
||
print $" | ||
(ansi -o $osc_screen_foreground_color)($theme.foreground)(char bel) | ||
(ansi -o $osc_screen_background_color)($theme.background)(char bel) | ||
(ansi -o $osc_cursor_color)($theme.cursor)(char bel) | ||
" | ||
adventuretime-theme set color_config | ||
adventuretime-theme update terminal | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,6 @@ | ||
|
||
export-env { | ||
use ./afterglow_colors.nu | ||
|
||
let theme = (afterglow_colors) | ||
$env.config.color_config = $theme | ||
use ./theme-colors/afterglow.nu * | ||
|
||
# Set terminal colors | ||
let osc_screen_foreground_color = '10;' | ||
let osc_screen_background_color = '11;' | ||
let osc_cursor_color = '12;' | ||
|
||
print $" | ||
(ansi -o $osc_screen_foreground_color)($theme.foreground)(char bel) | ||
(ansi -o $osc_screen_background_color)($theme.background)(char bel) | ||
(ansi -o $osc_cursor_color)($theme.cursor)(char bel) | ||
" | ||
afterglow-theme set color_config | ||
afterglow-theme update terminal | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,6 @@ | ||
|
||
export-env { | ||
use ./alien-blood_colors.nu | ||
|
||
let theme = (alien-blood_colors) | ||
$env.config.color_config = $theme | ||
use ./theme-colors/alien-blood.nu * | ||
|
||
# Set terminal colors | ||
let osc_screen_foreground_color = '10;' | ||
let osc_screen_background_color = '11;' | ||
let osc_cursor_color = '12;' | ||
|
||
print $" | ||
(ansi -o $osc_screen_foreground_color)($theme.foreground)(char bel) | ||
(ansi -o $osc_screen_background_color)($theme.background)(char bel) | ||
(ansi -o $osc_cursor_color)($theme.cursor)(char bel) | ||
" | ||
alien-blood-theme set color_config | ||
alien-blood-theme update terminal | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,6 @@ | ||
|
||
export-env { | ||
use ./alucard_colors.nu | ||
|
||
let theme = (alucard_colors) | ||
$env.config.color_config = $theme | ||
use ./theme-colors/alucard.nu * | ||
|
||
# Set terminal colors | ||
let osc_screen_foreground_color = '10;' | ||
let osc_screen_background_color = '11;' | ||
let osc_cursor_color = '12;' | ||
|
||
print $" | ||
(ansi -o $osc_screen_foreground_color)($theme.foreground)(char bel) | ||
(ansi -o $osc_screen_background_color)($theme.background)(char bel) | ||
(ansi -o $osc_cursor_color)($theme.cursor)(char bel) | ||
" | ||
alucard-theme set color_config | ||
alucard-theme update terminal | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,6 @@ | ||
|
||
export-env { | ||
use ./amora_colors.nu | ||
|
||
let theme = (amora_colors) | ||
$env.config.color_config = $theme | ||
use ./theme-colors/amora.nu * | ||
|
||
# Set terminal colors | ||
let osc_screen_foreground_color = '10;' | ||
let osc_screen_background_color = '11;' | ||
let osc_cursor_color = '12;' | ||
|
||
print $" | ||
(ansi -o $osc_screen_foreground_color)($theme.foreground)(char bel) | ||
(ansi -o $osc_screen_background_color)($theme.background)(char bel) | ||
(ansi -o $osc_cursor_color)($theme.cursor)(char bel) | ||
" | ||
amora-theme set color_config | ||
amora-theme update terminal | ||
} |
Oops, something went wrong.