Skip to content

Commit

Permalink
2024-09-29 23:37:07
Browse files Browse the repository at this point in the history
  • Loading branch information
alexherbo2 committed Dec 31, 2024
1 parent f8fdf89 commit e22c68d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/kak/colors/macos_light.kak
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ set-face global DiagnosticError ",,rgb:%opt{red_color}+ca" # https://github.com/
set-face global DiagnosticWarning ",,rgb:%opt{yellow_color}+ca" # https://github.com/dracula/visual-studio-code/blob/master/src/dracula.yml#:~:text=editorWarning.foreground
set-face global DiagnosticInfo ",,rgb:%opt{blue_color}+ca" # https://github.com/dracula/visual-studio-code/blob/master/src/dracula.yml#:~:text=editorWarning.foreground
set-face global DiagnosticHint ",,rgb:%opt{green_color}+ua" # https://github.com/dracula/visual-studio-code/blob/master/src/dracula.yml#:~:text=editorWarning.foreground
set-face global DiagnosticTagUnnecessary +d
set-face global DiagnosticTagDeprecated +s
set-face global StatusLine "rgb:%opt{text_color},rgb:%opt{dark_text_background_color}" # Prefer background dark here — https://github.com/dracula/visual-studio-code/blob/master/src/dracula.yml#:~:text=statusBar.background
set-face global StatusLineMode "rgb:%opt{yellow_color}" # [insert]
set-face global StatusLineInfo "rgb:%opt{blue_color}" # 1 sel
Expand Down
3 changes: 3 additions & 0 deletions .local/bin/kamux
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

tmux -L kak -f ~/.config/kamux.conf new-session kak "$@"

0 comments on commit e22c68d

Please sign in to comment.