Color Schemes (#142)
* WIP: Color Schemes * Import/export using color_schemes config * Finish color scheme implementation * Add color scheme rename
This commit is contained in:
parent
01052fae0b
commit
89e1dcb83a
28 changed files with 2630 additions and 861 deletions
|
|
@ -2,6 +2,14 @@ new-terminal = New terminal
|
|||
|
||||
# Context Pages
|
||||
|
||||
## Color schemes
|
||||
color-schemes = Color schemes
|
||||
rename = Rename
|
||||
export = Export
|
||||
delete = Delete
|
||||
import = Import
|
||||
import-errors = Import errors
|
||||
|
||||
## Profiles
|
||||
profiles = Profiles
|
||||
name = Name
|
||||
|
|
@ -78,4 +86,5 @@ previous-tab = Previous tab
|
|||
split-horizontal = Split horizontal
|
||||
split-vertical = Split vertical
|
||||
pane-toggle-maximize = Toggle maximized
|
||||
menu-color-schemes = Color schemes...
|
||||
menu-settings = Settings...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue