mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05:00
194 current 2024-07-05 15:24:10 24.11.20240703.9f4128e 6.9.7-zen1 *
This commit is contained in:
parent
43d1de2409
commit
6866ceedc1
5 changed files with 86 additions and 68 deletions
|
@ -1,4 +1,9 @@
|
||||||
{ config }: rec{
|
{ config }: rec{
|
||||||
|
lazygit = {
|
||||||
|
recursive = true;
|
||||||
|
source = ../dotfiles/lazygit;
|
||||||
|
target = "./.config/lazygit";
|
||||||
|
};
|
||||||
kitty = {
|
kitty = {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
source = ../dotfiles/kitty;
|
source = ../dotfiles/kitty;
|
||||||
|
|
13
common/services.nix
Normal file
13
common/services.nix
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{ pkgs, config }: {
|
||||||
|
polychromatic = {
|
||||||
|
Unit = {
|
||||||
|
Description = "razer chroma applet/daemon";
|
||||||
|
};
|
||||||
|
Install = {
|
||||||
|
WantedBy = [ "default.target" ];
|
||||||
|
};
|
||||||
|
Service = {
|
||||||
|
ExecStart = "${pkgs.polychromatic}/bin/polychromatic-tray-applet";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
|
@ -14,6 +14,7 @@
|
||||||
};
|
};
|
||||||
common = {
|
common = {
|
||||||
env = {
|
env = {
|
||||||
|
LG_CONFIG_FILE = "./config/lazygit/tokyonight_night.conf";
|
||||||
BAT_THEME = "Dracula";
|
BAT_THEME = "Dracula";
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
MANPAGER = "nvim +Man!";
|
MANPAGER = "nvim +Man!";
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# vim:ft=kitty
|
||||||
linux_display_server x11
|
linux_display_server x11
|
||||||
wayland_titlebar_color background
|
wayland_titlebar_color background
|
||||||
font_family ComicShannsMono Nerd Font
|
font_family ComicShannsMono Nerd Font
|
||||||
|
@ -16,81 +17,52 @@ initial_window_height 35c
|
||||||
confirm_os_window_close 0
|
confirm_os_window_close 0
|
||||||
|
|
||||||
map kitty_mod+t new_tab_with_cwd
|
map kitty_mod+t new_tab_with_cwd
|
||||||
# Tokyo Night color scheme for kitty terminal emulator
|
|
||||||
# https://github.com/davidmathers/tokyo-night-kitty-theme
|
|
||||||
#
|
|
||||||
# Based on Tokyo Night color theme for Visual Studio Code
|
|
||||||
# https://github.com/enkia/tokyo-night-vscode-theme
|
|
||||||
|
|
||||||
foreground #a9b1d6
|
## name: Tokyo Night
|
||||||
# background #1a1b26
|
## license: MIT
|
||||||
background #000000
|
## author: Folke Lemaitre
|
||||||
|
## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_night.conf
|
||||||
|
|
||||||
# Black
|
|
||||||
color0 #414868
|
|
||||||
color8 #414868
|
|
||||||
|
|
||||||
# Red
|
background #1a1b26
|
||||||
color1 #f7768e
|
foreground #c0caf5
|
||||||
color9 #f7768e
|
selection_background #283457
|
||||||
|
selection_foreground #c0caf5
|
||||||
# Green
|
url_color #73daca
|
||||||
color2 #73daca
|
|
||||||
color10 #73daca
|
|
||||||
|
|
||||||
# Yellow
|
|
||||||
color3 #e0af68
|
|
||||||
color11 #e0af68
|
|
||||||
|
|
||||||
# Blue
|
|
||||||
color4 #7aa2f7
|
|
||||||
color12 #7aa2f7
|
|
||||||
|
|
||||||
# Magenta
|
|
||||||
color5 #bb9af7
|
|
||||||
color13 #bb9af7
|
|
||||||
|
|
||||||
# Cyan
|
|
||||||
color6 #7dcfff
|
|
||||||
color14 #7dcfff
|
|
||||||
|
|
||||||
# White
|
|
||||||
color7 #c0caf5
|
|
||||||
color15 #c0caf5
|
|
||||||
|
|
||||||
# Cursor
|
|
||||||
cursor #c0caf5
|
cursor #c0caf5
|
||||||
cursor_text_color #1a1b26
|
cursor_text_color #1a1b26
|
||||||
|
|
||||||
# Selection highlight
|
# Tabs
|
||||||
selection_foreground none
|
active_tab_background #7aa2f7
|
||||||
selection_background #28344a
|
active_tab_foreground #16161e
|
||||||
|
inactive_tab_background #292e42
|
||||||
|
inactive_tab_foreground #545c7e
|
||||||
|
#tab_bar_background #15161e
|
||||||
|
|
||||||
# The color for highlighting URLs on mouse-over
|
# Windows
|
||||||
url_color #9ece6a
|
active_border_color #7aa2f7
|
||||||
|
inactive_border_color #292e42
|
||||||
|
|
||||||
# Window borders
|
# normal
|
||||||
active_border_color #3d59a1
|
color0 #15161e
|
||||||
inactive_border_color #101014
|
color1 #f7768e
|
||||||
bell_border_color #e0af68
|
color2 #9ece6a
|
||||||
|
color3 #e0af68
|
||||||
|
color4 #7aa2f7
|
||||||
|
color5 #bb9af7
|
||||||
|
color6 #7dcfff
|
||||||
|
color7 #a9b1d6
|
||||||
|
|
||||||
# Tab bar
|
# bright
|
||||||
tab_bar_style fade
|
color8 #414868
|
||||||
tab_fade 1
|
color9 #f7768e
|
||||||
active_tab_foreground #3d59a1
|
color10 #9ece6a
|
||||||
active_tab_background #16161e
|
color11 #e0af68
|
||||||
active_tab_font_style bold
|
color12 #7aa2f7
|
||||||
inactive_tab_foreground #787c99
|
color13 #bb9af7
|
||||||
inactive_tab_background #16161e
|
color14 #7dcfff
|
||||||
inactive_tab_font_style bold
|
color15 #c0caf5
|
||||||
tab_bar_background #101014
|
|
||||||
|
|
||||||
# Title bar
|
# extended colors
|
||||||
macos_titlebar_color #16161e
|
color16 #ff9e64
|
||||||
|
color17 #db4b4b
|
||||||
# Storm
|
|
||||||
# background #24283b
|
|
||||||
# cursor_text_color #24283b
|
|
||||||
# active_tab_background #1f2335
|
|
||||||
# inactive_tab_background #1f2335
|
|
||||||
# macos_titlebar_color #1f2335
|
|
||||||
|
|
27
dotfiles/lazygit/tokyonight_night.conf
Normal file
27
dotfiles/lazygit/tokyonight_night.conf
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
gui:
|
||||||
|
nerdFontsVersion: "3"
|
||||||
|
theme:
|
||||||
|
activeBorderColor:
|
||||||
|
- "#ff9e64"
|
||||||
|
- "bold"
|
||||||
|
inactiveBorderColor:
|
||||||
|
- "#27a1b9"
|
||||||
|
searchingActiveBorderColor:
|
||||||
|
- "#ff9e64"
|
||||||
|
- "bold"
|
||||||
|
optionsTextColor:
|
||||||
|
- "#7aa2f7"
|
||||||
|
selectedLineBgColor:
|
||||||
|
- "#283457"
|
||||||
|
cherryPickedCommitFgColor:
|
||||||
|
- "#7aa2f7"
|
||||||
|
cherryPickedCommitBgColor:
|
||||||
|
- "#bb9af7"
|
||||||
|
markedBaseCommitFgColor:
|
||||||
|
- "#7aa2f7"
|
||||||
|
markedBaseCommitBgColor:
|
||||||
|
- "#e0af68"
|
||||||
|
unstagedChangesColor:
|
||||||
|
- "#db4b4b"
|
||||||
|
defaultFgColor:
|
||||||
|
- "#c0caf5"
|
Loading…
Reference in a new issue