feat: powerline tab bar for kitty
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.file.".config/helix/themes/hel.toml".source = ./sources/helix/hel.toml;
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
settings = {
|
||||
theme = pkgs.lib.mkForce "solarized_dark";
|
||||
editor.cursor-shape.insert = "bar";
|
||||
editor.cursor-shape.normal = "bar";
|
||||
editor.cursor-shape = {
|
||||
insert = "bar";
|
||||
normal = "bar";
|
||||
};
|
||||
editor.line-number = "relative";
|
||||
editor.idle-timeout = 0;
|
||||
keys.normal."X" = [
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
window_margin_width 8
|
||||
cursor_shape block
|
||||
tab_bar_style powerline
|
||||
tab_powerline_style round
|
||||
tab_bar_background #002b36
|
||||
cursor_trail 1
|
||||
cursor_trail_decay 0.1 0.3
|
||||
cursor_trail_start_threshold 0
|
||||
|
||||
Reference in New Issue
Block a user