Skip to content

Commit

Permalink
chore(extras): auto-generate extras
Browse files Browse the repository at this point in the history
  • Loading branch information
astronvimbot committed Jul 22, 2024
1 parent 8d1a1d9 commit 18d6e12
Show file tree
Hide file tree
Showing 12 changed files with 544 additions and 0 deletions.
8 changes: 8 additions & 0 deletions extras/fuzzel/astrodark.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[colors]
background=14161BFF
text=9B9FA9FF
match=50A4E9FF
selection=26343FFF
selection-match=50A4E9FF
selection-text=9B9FA9FF
border=3A3E47FF
8 changes: 8 additions & 0 deletions extras/fuzzel/astrojupiter.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[colors]
background=F9DCD1FF
text=9E7876FF
match=D04F4EFF
selection=BBC9D7FF
selection-match=D04F4EFF
selection-text=9E7876FF
border=D04F4EFF
8 changes: 8 additions & 0 deletions extras/fuzzel/astrolight.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[colors]
background=E1E2E3FF
text=737474FF
match=671FF0FF
selection=E7E9EBFF
selection-match=671FF0FF
selection-text=737474FF
border=671FF0FF
8 changes: 8 additions & 0 deletions extras/fuzzel/astromars.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[colors]
background=1A1113FF
text=8B7079FF
match=9CBDC9FF
selection=1B282CFF
selection-match=9CBDC9FF
selection-text=8B7079FF
border=736468FF
17 changes: 17 additions & 0 deletions extras/gnome_terminal/astrodark.dconf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Import this theme as follows:
# 1. Create a new profile for GNOME Terminal
# 2. Copy the UUID of the new profile (bottom right corner of the preferences window)
# 3. Replace <PROFILE_UUID> below with the copied UUID
# 4. Execute `dconf load /org/gnome/terminal/legacy/profiles:/ < astrodark.dconf`
[:<PROFILE_UUID>]
background-color='rgb(26, 29, 35)'
cursor-background-color='rgb(155, 159, 169)'
cursor-colors-set=true
cursor-foreground-color='rgb(26, 29, 35)'
foreground-color='rgb(173, 176, 187)'
highlight-background-color='rgb(38, 52, 63)'
highlight-colors-set=true
highlight-foreground-color='rgb(173, 176, 187)'
palette=['rgb(17, 19, 23)', 'rgb(255, 131, 139)', 'rgb(135, 192, 95)', 'rgb(223, 171, 37)', 'rgb(94, 183, 255)', 'rgb(221, 151, 241)', 'rgb(74, 194, 184)', 'rgb(155, 159, 169)', 'rgb(52, 54, 58)', 'rgb(255, 166, 174)', 'rgb(170, 227, 130)', 'rgb(255, 206, 72)', 'rgb(129, 218, 255)', 'rgb(255, 186, 255)', 'rgb(109, 229, 219)', 'rgb(208, 211, 222)']
use-theme-colors=false
visible-name='AstroDark'
17 changes: 17 additions & 0 deletions extras/gnome_terminal/astrojupiter.dconf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Import this theme as follows:
# 1. Create a new profile for GNOME Terminal
# 2. Copy the UUID of the new profile (bottom right corner of the preferences window)
# 3. Replace <PROFILE_UUID> below with the copied UUID
# 4. Execute `dconf load /org/gnome/terminal/legacy/profiles:/ < astrojupiter.dconf`
[:<PROFILE_UUID>]
background-color='rgb(254, 238, 238)'
cursor-background-color='rgb(158, 120, 118)'
cursor-colors-set=true
cursor-foreground-color='rgb(254, 238, 238)'
foreground-color='rgb(129, 86, 84)'
highlight-background-color='rgb(187, 201, 215)'
highlight-colors-set=true
highlight-foreground-color='rgb(129, 86, 84)'
palette=['rgb(216, 214, 213)', 'rgb(161, 63, 55)', 'rgb(70, 113, 24)', 'rgb(128, 92, 0)', 'rgb(0, 110, 137)', 'rgb(144, 67, 122)', 'rgb(0, 118, 82)', 'rgb(158, 120, 118)', 'rgb(176, 174, 173)', 'rgb(201, 103, 95)', 'rgb(110, 153, 64)', 'rgb(168, 132, 40)', 'rgb(40, 150, 177)', 'rgb(184, 107, 162)', 'rgb(40, 158, 122)', 'rgb(139, 96, 94)']
use-theme-colors=false
visible-name='AstroJupiter'
17 changes: 17 additions & 0 deletions extras/gnome_terminal/astrolight.dconf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Import this theme as follows:
# 1. Create a new profile for GNOME Terminal
# 2. Copy the UUID of the new profile (bottom right corner of the preferences window)
# 3. Replace <PROFILE_UUID> below with the copied UUID
# 4. Execute `dconf load /org/gnome/terminal/legacy/profiles:/ < astrolight.dconf`
[:<PROFILE_UUID>]
background-color='rgb(247, 248, 248)'
cursor-background-color='rgb(115, 116, 116)'
cursor-colors-set=true
cursor-foreground-color='rgb(247, 248, 248)'
foreground-color='rgb(79, 79, 79)'
highlight-background-color='rgb(231, 233, 235)'
highlight-colors-set=true
highlight-foreground-color='rgb(79, 79, 79)'
palette=['rgb(225, 226, 228)', 'rgb(153, 0, 0)', 'rgb(52, 94, 0)', 'rgb(115, 0, 184)', 'rgb(0, 80, 138)', 'rgb(158, 0, 124)', 'rgb(0, 97, 91)', 'rgb(115, 116, 116)', 'rgb(185, 186, 188)', 'rgb(193, 40, 40)', 'rgb(92, 134, 40)', 'rgb(155, 40, 224)', 'rgb(40, 120, 178)', 'rgb(198, 40, 164)', 'rgb(40, 137, 131)', 'rgb(89, 89, 89)']
use-theme-colors=false
visible-name='AstroLight'
17 changes: 17 additions & 0 deletions extras/gnome_terminal/astromars.dconf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Import this theme as follows:
# 1. Create a new profile for GNOME Terminal
# 2. Copy the UUID of the new profile (bottom right corner of the preferences window)
# 3. Replace <PROFILE_UUID> below with the copied UUID
# 4. Execute `dconf load /org/gnome/terminal/legacy/profiles:/ < astromars.dconf`
[:<PROFILE_UUID>]
background-color='rgb(30, 21, 23)'
cursor-background-color='rgb(139, 112, 121)'
cursor-colors-set=true
cursor-foreground-color='rgb(30, 21, 23)'
foreground-color='rgb(165, 178, 188)'
highlight-background-color='rgb(27, 40, 44)'
highlight-colors-set=true
highlight-foreground-color='rgb(165, 178, 188)'
palette=['rgb(40, 30, 34)', 'rgb(223, 132, 137)', 'rgb(132, 168, 96)', 'rgb(195, 150, 61)', 'rgb(79, 169, 198)', 'rgb(205, 135, 186)', 'rgb(79, 173, 151)', 'rgb(139, 112, 121)', 'rgb(65, 56, 58)', 'rgb(255, 167, 172)', 'rgb(167, 203, 131)', 'rgb(230, 185, 96)', 'rgb(114, 204, 233)', 'rgb(240, 170, 221)', 'rgb(114, 208, 186)', 'rgb(200, 213, 223)']
use-theme-colors=false
visible-name='AstroMars'
111 changes: 111 additions & 0 deletions extras/vimium/astrodark.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
/* Copy the content into the `CSS for Vimium UI` textarea field on the vimium options page */
:root {
--vimium-blue: #50A4E9;
--vimium-green: #75AD47;
--vimium-fg: #9B9FA9;
--vimium-fg-dark: #494D56;
--vimium-border: #3A3E47;
--vimium-border-highlight: #50A4E9;
--vimium-bg: #1A1D23;
--vimium-bg-highlight: #26343F;
}
#vimiumHintMarkerContainer div.internalVimiumHintMarker,
#vimiumHintMarkerContainer div.vimiumHintMarker {
padding: 3px 4px;
border: 1;
background: var(--vimium-blue);
border-color: var(--vimium-border);
box-shadow:
0 1px 3px rgba(0, 0, 0, 0.12),
0 1px 2px rgba(0, 0, 0, 0.24);
}
#vimiumHintMarkerContainer div span {
color: var(--vimium-border) !important;
text-shadow: none;
}
#vimiumHintMarkerContainer div > .matchingCharacter {
opacity: 1;
}
#vimiumHintMarkerContainer div > .matchingCharacter ~ span {
color: var(--vimium-fg-dark);
}
#vomnibar {
background: var(--vimium-bg);
border: 2px solid var(--vimium-border-highlight);
animation: show 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
max-height: calc(100vh - 70px);
overflow: hidden;
}
@keyframes show {
0% {
transform: translateY(50px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
#vomnibar input {
color: var(--vimium-fg);
background: var(--vimium-bg);
border: none;
height: unset;
padding: 16px 30px;
}
#vomnibar .vomnibarSearchArea {
border: none;
padding: unset;
background: var(--vimium-bg);
}
#vomnibar ul {
padding: 0;
margin: 0;
background: var(--vimium-bg);
border-top: 1px solid var(--vimium-border);
}
#vomnibar li {
padding: 10px;
border-bottom: 1px solid var(--vimium-border);
}
#vomnibar li .vomnibarTopHalf,
#vomnibar li .vomnibarBottomHalf {
padding: 3px 0;
}
#vomnibar li .vomnibarSource {
color: var(--vimium-green);
}
#vomnibar li em,
#vomnibar li .vomnibarTitle {
color: var(--vimium-blue);
}
#vomnibar li .vomnibarUrl {
color: var(--vimium-fg);
}
#vomnibar li .vomnibarMatch {
color: var(--vimium-blue);
}
#vomnibar li .vomnibarTitle .vomnibarMatch {
color: var(--vimium-blue);
}
#vomnibar li.vomnibarSelected {
background-color: var(--vimium-bg-highlight);
}
div.vimiumHUD {
background: var(--vimium-bg);
border: none;
box-shadow:
0 1px 3px rgba(0, 0, 0, 0.12),
0 1px 2px rgba(0, 0, 0, 0.24);
}
div.vimiumHUD span#hud-find-input,
div.vimiumHUD .vimiumHUDSearchAreaInner {
color: var(--vimium-fg);
}
div.vimiumHUD .hud-find {
background-color: var(--vimium-bg);
border: none;
}
div.vimiumHUD .vimiumHUDSearchArea {
background-color: var(--vimium-bg);
}
111 changes: 111 additions & 0 deletions extras/vimium/astrojupiter.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
/* Copy the content into the `CSS for Vimium UI` textarea field on the vimium options page */
:root {
--vimium-blue: #0090A2;
--vimium-green: #569400;
--vimium-fg: #9E7876;
--vimium-fg-dark: #937C7A;
--vimium-border: #D04F4E;
--vimium-border-highlight: #D04F4E;
--vimium-bg: #FEEEEE;
--vimium-bg-highlight: #BBC9D7;
}
#vimiumHintMarkerContainer div.internalVimiumHintMarker,
#vimiumHintMarkerContainer div.vimiumHintMarker {
padding: 3px 4px;
border: 1;
background: var(--vimium-blue);
border-color: var(--vimium-border);
box-shadow:
0 1px 3px rgba(0, 0, 0, 0.12),
0 1px 2px rgba(0, 0, 0, 0.24);
}
#vimiumHintMarkerContainer div span {
color: var(--vimium-border) !important;
text-shadow: none;
}
#vimiumHintMarkerContainer div > .matchingCharacter {
opacity: 1;
}
#vimiumHintMarkerContainer div > .matchingCharacter ~ span {
color: var(--vimium-fg-dark);
}
#vomnibar {
background: var(--vimium-bg);
border: 2px solid var(--vimium-border-highlight);
animation: show 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
max-height: calc(100vh - 70px);
overflow: hidden;
}
@keyframes show {
0% {
transform: translateY(50px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
#vomnibar input {
color: var(--vimium-fg);
background: var(--vimium-bg);
border: none;
height: unset;
padding: 16px 30px;
}
#vomnibar .vomnibarSearchArea {
border: none;
padding: unset;
background: var(--vimium-bg);
}
#vomnibar ul {
padding: 0;
margin: 0;
background: var(--vimium-bg);
border-top: 1px solid var(--vimium-border);
}
#vomnibar li {
padding: 10px;
border-bottom: 1px solid var(--vimium-border);
}
#vomnibar li .vomnibarTopHalf,
#vomnibar li .vomnibarBottomHalf {
padding: 3px 0;
}
#vomnibar li .vomnibarSource {
color: var(--vimium-green);
}
#vomnibar li em,
#vomnibar li .vomnibarTitle {
color: var(--vimium-blue);
}
#vomnibar li .vomnibarUrl {
color: var(--vimium-fg);
}
#vomnibar li .vomnibarMatch {
color: var(--vimium-blue);
}
#vomnibar li .vomnibarTitle .vomnibarMatch {
color: var(--vimium-blue);
}
#vomnibar li.vomnibarSelected {
background-color: var(--vimium-bg-highlight);
}
div.vimiumHUD {
background: var(--vimium-bg);
border: none;
box-shadow:
0 1px 3px rgba(0, 0, 0, 0.12),
0 1px 2px rgba(0, 0, 0, 0.24);
}
div.vimiumHUD span#hud-find-input,
div.vimiumHUD .vimiumHUDSearchAreaInner {
color: var(--vimium-fg);
}
div.vimiumHUD .hud-find {
background-color: var(--vimium-bg);
border: none;
}
div.vimiumHUD .vimiumHUDSearchArea {
background-color: var(--vimium-bg);
}
Loading

0 comments on commit 18d6e12

Please sign in to comment.