Adjusted look and feel

This commit is contained in:
Fred Drake
2024-09-30 21:16:38 -04:00
parent 2644df6d7c
commit 3ceedb1f26
6 changed files with 87 additions and 16 deletions
+35 -14
View File
@@ -10,15 +10,24 @@
{
type = "text";
val = [
" _ _______ _______ _________ _______ "
"( ( /|( ____ \\( ___ )|\\ /|\\__ __/( )"
"| \\ ( || ( \\/| ( ) || ) ( | ) ( | () () |"
"| \\ | || (__ | | | || | | | | | | || || |"
"| (\\ \\) || __) | | | |( ( ) ) | | | |(_)| |"
"| | \\ || ( | | | | \\ \\_/ / | | | | | |"
"| ) \\ || (____/\\| (___) | \\ / ___) (___| ) ( |"
"|/ )_)(_______/(_______) \\_/ \\_______/|/ \\|"
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
];
opts = {
position = "center";
@@ -27,7 +36,7 @@
}
{
type = "padding";
val = 2;
val = 4;
}
{
type = "group";
@@ -54,6 +63,10 @@
hl_shortcut = "Keyword";
};
}
{
type = "padding";
val = 2;
}
{
type = "button";
val = " Find File ";
@@ -77,6 +90,10 @@
hl_shortcut = "Keyword";
};
}
{
type = "padding";
val = 2;
}
{
type = "button";
val = " Recent Files ";
@@ -100,6 +117,10 @@
hl_shortcut = "Keyword";
};
}
{
type = "padding";
val = 2;
}
{
type = "button";
val = " Find Text ";
@@ -123,6 +144,10 @@
hl_shortcut = "Keyword";
};
}
{
type = "padding";
val = 2;
}
{
type = "button";
val = " Quit Neovim ";
@@ -147,10 +172,6 @@
}
];
}
{
type = "padding";
val = 2;
}
];
};
};