#W# Installed Whisp Text editor.
This commit is contained in:
parent
f490ad039a
commit
783a2491e1
3 changed files with 24 additions and 23 deletions
|
|
@ -1,22 +1,22 @@
|
||||||
background = #131313
|
background = #131313
|
||||||
foreground = #e2e2e2
|
foreground = #e2e2e2
|
||||||
cursor-color = #67d3ff
|
cursor-color = #80cfff
|
||||||
selection-background = #004d64
|
selection-background = #004c6b
|
||||||
selection-foreground = #e2e2e2
|
selection-foreground = #e2e2e2
|
||||||
|
|
||||||
palette = 0=#131313
|
palette = 0=#131313
|
||||||
palette = 1=#ff578e
|
palette = 1=#ff729e
|
||||||
palette = 2=#67ff77
|
palette = 2=#7fff8e
|
||||||
palette = 3=#fff457
|
palette = 3=#fff672
|
||||||
palette = 4=#44c0f2
|
palette = 4=#61bbf2
|
||||||
palette = 5=#005376
|
palette = 5=#0a4d76
|
||||||
palette = 6=#67d3ff
|
palette = 6=#80cfff
|
||||||
palette = 7=#ecf9ff
|
palette = 7=#eff9ff
|
||||||
palette = 8=#96a1a5
|
palette = 8=#99a1a5
|
||||||
palette = 9=#ff8db2
|
palette = 9=#ff9fbd
|
||||||
palette = 10=#94ffa0
|
palette = 10=#a5ffb0
|
||||||
palette = 11=#fff894
|
palette = 11=#fff9a5
|
||||||
palette = 12=#7dd9ff
|
palette = 12=#93d6ff
|
||||||
palette = 13=#94e0ff
|
palette = 13=#a6ddff
|
||||||
palette = 14=#baebff
|
palette = 14=#c5e9ff
|
||||||
palette = 15=#f7fcff
|
palette = 15=#f8fcff
|
||||||
|
|
|
||||||
|
|
@ -5,13 +5,13 @@ layout {
|
||||||
background-color "transparent"
|
background-color "transparent"
|
||||||
|
|
||||||
focus-ring {
|
focus-ring {
|
||||||
active-color "#67d3ff"
|
active-color "#80cfff"
|
||||||
inactive-color "#919191"
|
inactive-color "#919191"
|
||||||
urgent-color "#ffb4ab"
|
urgent-color "#ffb4ab"
|
||||||
}
|
}
|
||||||
|
|
||||||
border {
|
border {
|
||||||
active-color "#67d3ff"
|
active-color "#80cfff"
|
||||||
inactive-color "#919191"
|
inactive-color "#919191"
|
||||||
urgent-color "#ffb4ab"
|
urgent-color "#ffb4ab"
|
||||||
}
|
}
|
||||||
|
|
@ -21,19 +21,19 @@ layout {
|
||||||
}
|
}
|
||||||
|
|
||||||
tab-indicator {
|
tab-indicator {
|
||||||
active-color "#67d3ff"
|
active-color "#80cfff"
|
||||||
inactive-color "#919191"
|
inactive-color "#919191"
|
||||||
urgent-color "#ffb4ab"
|
urgent-color "#ffb4ab"
|
||||||
}
|
}
|
||||||
|
|
||||||
insert-hint {
|
insert-hint {
|
||||||
color "#67d3ff80"
|
color "#80cfff80"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
recent-windows {
|
recent-windows {
|
||||||
highlight {
|
highlight {
|
||||||
active-color "#004d64"
|
active-color "#004c6b"
|
||||||
urgent-color "#ffb4ab"
|
urgent-color "#ffb4ab"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,8 @@
|
||||||
|
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
(builtins.getFlake "github:srinivasr/nirimod").packages.${pkgs.system}.default
|
#(builtins.getFlake "github:srinivasr/nirimod").packages.${pkgs.system}.default
|
||||||
|
(builtins.getFlake "github:tanaybhomia/whisp").packages.${pkgs.system}.default
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue